# git rev-parse -q --verify 9c0e6a89b592f4c4e4d769dbc22d399ab0685159^{commit} 9c0e6a89b592f4c4e4d769dbc22d399ab0685159 already have revision, skipping fetch # git checkout -q -f -B kisskb 9c0e6a89b592f4c4e4d769dbc22d399ab0685159 # git clean -qxdf # < git log -1 # commit 9c0e6a89b592f4c4e4d769dbc22d399ab0685159 # Merge: e6aef3496a00 234a0f202a09 # Author: Linus Torvalds # Date: Wed Mar 23 17:35:57 2022 -0700 # # Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm # # Pull ARM updates from Russell King: # "Updates for IRQ stacks and virtually mapped stack support, and ftrace: # # - Support for IRQ and vmap'ed stacks # # This covers all the work related to implementing IRQ stacks and # vmap'ed stacks for all 32-bit ARM systems that are currently # supported by the Linux kernel, including RiscPC and Footbridge. It # has been submitted for review in four different waves: # # - IRQ stacks support for v7 SMP systems [0] # # - vmap'ed stacks support for v7 SMP systems[1] # # - extending support for both IRQ stacks and vmap'ed stacks for all # remaining configurations, including v6/v7 SMP multiplatform # kernels and uniprocessor configurations including v7-M [2] # # - fixes and updates in [3] # # - ftrace fixes and cleanups # # Make all flavors of ftrace available on all builds, regardless of # ISA choice, unwinder choice or compiler [4]: # # - use ADD not POP where possible # # - fix a couple of Thumb2 related issues # # - enable HAVE_FUNCTION_GRAPH_FP_TEST for robustness # # - enable the graph tracer with the EABI unwinder # # - avoid clobbering frame pointer registers to make Clang happy # # - Fixes for the above" # # [0] https://lore.kernel.org/linux-arm-kernel/20211115084732.3704393-1-ardb@kernel.org/ # [1] https://lore.kernel.org/linux-arm-kernel/20211122092816.2865873-1-ardb@kernel.org/ # [2] https://lore.kernel.org/linux-arm-kernel/20211206164659.1495084-1-ardb@kernel.org/ # [3] https://lore.kernel.org/linux-arm-kernel/20220124174744.1054712-1-ardb@kernel.org/ # [4] https://lore.kernel.org/linux-arm-kernel/20220203082204.1176734-1-ardb@kernel.org/ # # * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: (62 commits) # ARM: fix building NOMMU ARMv4/v5 kernels # ARM: unwind: only permit stack switch when unwinding call_with_stack() # ARM: Revert "unwind: dump exception stack from calling frame" # ARM: entry: fix unwinder problems caused by IRQ stacks # ARM: unwind: set frame.pc correctly for current-thread unwinding # ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=y # ARM: 9183/1: unwind: avoid spurious warnings on bogus code addresses # Revert "ARM: 9144/1: forbid ftrace with clang and thumb2_kernel" # ARM: mach-bcm: disable ftrace in SMC invocation routines # ARM: cacheflush: avoid clobbering the frame pointer # ARM: kprobes: treat R7 as the frame pointer register in Thumb2 builds # ARM: ftrace: enable the graph tracer with the EABI unwinder # ARM: unwind: track location of LR value in stack frame # ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TEST # ARM: ftrace: avoid unnecessary literal loads # ARM: ftrace: avoid redundant loads or clobbering IP # ARM: ftrace: use trampolines to keep .init.text in branching range # ARM: ftrace: use ADD not POP to counter PUSH at entry # ARM: ftrace: ensure that ADR takes the Thumb bit into account # ARM: make get_current() and __my_cpu_offset() __always_inline # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 9c0e6a89b592f4c4e4d769dbc22d399ab0685159 # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:6211:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6213:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- vmlinux.o: warning: objtool: __rdgsbase_inactive()+0x34: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: __wrgsbase_inactive()+0x39: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_double_fault()+0x35: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: fixup_bad_iret()+0x72: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_debug()+0x27: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: noist_exc_debug()+0x25: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_nmi()+0x10: call to static_key_count() leaves .noinstr.text section vmlinux.o: warning: objtool: poke_int3_handler()+0x47: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_check_crashing_cpu()+0x31: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_start()+0x44: call to __kasan_check_write() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_read_aux()+0x5c: call to mca_msr_reg() leaves .noinstr.text section vmlinux.o: warning: objtool: do_machine_check()+0x4e: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_machine_check()+0x51: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: noist_exc_machine_check()+0x51: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: mce_severity_amd.constprop.0()+0x75: call to mce_severity_amd_smca() leaves .noinstr.text section vmlinux.o: warning: objtool: __sev_get_ghcb()+0x22: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: __sev_put_ghcb()+0x22: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: __sev_es_ist_exit()+0x33: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: kernel_exc_vmm_communication()+0x57: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: exc_page_fault()+0x2e: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_dynticks_eqs_enter()+0x21: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_dynticks_eqs_exit()+0x1f: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_eqs_exit.constprop.0()+0x37: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_eqs_enter.constprop.0()+0x3c: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_irq_exit()+0x34: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_nmi_enter()+0x31: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: rcu_irq_enter()+0x34: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_nmi_enter()+0x48: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_nmi_exit()+0x63: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: enter_from_user_mode()+0x57: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode()+0x5c: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: syscall_enter_from_user_mode_prepare()+0x57: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_enter_from_user_mode()+0x57: call to ftrace_likely_update() leaves .noinstr.text section vmlinux.o: warning: objtool: irqentry_exit()+0x3c: call to ftrace_likely_update() leaves .noinstr.text section /bin/sh: 1: zstd: not found cat: write error: Broken pipe make[3]: *** [/kisskb/src/arch/x86/boot/compressed/Makefile:139: arch/x86/boot/compressed/vmlinux.bin.zst] Error 127 make[3]: *** Deleting file 'arch/x86/boot/compressed/vmlinux.bin.zst' make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/arch/x86/boot/Makefile:115: arch/x86/boot/compressed/vmlinux] Error 2 make[1]: *** [/kisskb/src/arch/x86/Makefile:269: bzImage] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:05:09.765611