# git rev-parse -q --verify 29c395c77a9a514c5857c45ceae2665e9bd99ac7^{commit} # git fetch -q -n -f git://fs.ozlabs.ibm.com/kernel/linus master warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log. Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. # git rev-parse -q --verify 29c395c77a9a514c5857c45ceae2665e9bd99ac7^{commit} 29c395c77a9a514c5857c45ceae2665e9bd99ac7 # git checkout -q -f -B kisskb 29c395c77a9a514c5857c45ceae2665e9bd99ac7 # git clean -qxdf # < git log -1 # commit 29c395c77a9a514c5857c45ceae2665e9bd99ac7 # Merge: 4c48faba5b7f 724c8a23d589 # Author: Linus Torvalds # Date: Wed Feb 24 16:32:23 2021 -0800 # # Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 irq entry updates from Thomas Gleixner: # "The irq stack switching was moved out of the ASM entry code in course # of the entry code consolidation. It ended up being suboptimal in # various ways. # # This reworks the X86 irq stack handling: # # - Make the stack switching inline so the stackpointer manipulation is # not longer at an easy to find place. # # - Get rid of the unnecessary indirect call. # # - Avoid the double stack switching in interrupt return and reuse the # interrupt stack for softirq handling. # # - A objtool fix for CONFIG_FRAME_POINTER=y builds where it got # confused about the stack pointer manipulation" # # * tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # objtool: Fix stack-swizzle for FRAME_POINTER=y # um: Enforce the usage of asm-generic/softirq_stack.h # x86/softirq/64: Inline do_softirq_own_stack() # softirq: Move do_softirq_own_stack() to generic asm header # softirq: Move __ARCH_HAS_DO_SOFTIRQ to Kconfig # x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK # x86/softirq: Remove indirection in do_softirq_own_stack() # x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcall # x86/entry: Convert device interrupts to inline stack switching # x86/entry: Convert system vectors to irq stack macro # x86/irq: Provide macro for inlining irq stack switching # x86/apic: Split out spurious handling code # x86/irq/64: Adjust the per CPU irq stack pointer by 8 # x86/irq: Sanitize irq stack tracking # x86/entry: Fix instrumentation annotation # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux-ld --version # < git log --format=%s --max-count=1 29c395c77a9a514c5857c45ceae2665e9bd99ac7 # < make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- randconfig KCONFIG_SEED=0x5E24019C # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # < make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- help # make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- olddefconfig .config:6593:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD # make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_crtc_atomic_enable': rcar_du_crtc.c:(.text+0x16fc): undefined reference to `rcar_lvds_clk_enable' rcar_du_crtc.c:(.text+0x16fc): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `rcar_lvds_clk_enable' drivers/gpu/drm/rcar-du/rcar_du_crtc.o: In function `rcar_du_crtc_atomic_disable': rcar_du_crtc.c:(.text+0x1c8c): undefined reference to `rcar_lvds_clk_disable' rcar_du_crtc.c:(.text+0x1c8c): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `rcar_lvds_clk_disable' drivers/gpu/drm/rcar-du/rcar_du_drv.o: In function `rcar_du_init': rcar_du_drv.c:(.init.text+0x14): undefined reference to `rcar_du_of_init' rcar_du_drv.c:(.init.text+0x14): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `rcar_du_of_init' drivers/gpu/drm/rcar-du/rcar_du_encoder.o: In function `rcar_du_encoder_init': rcar_du_encoder.c:(.text+0x244): undefined reference to `rcar_lvds_dual_link' rcar_du_encoder.c:(.text+0x244): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `rcar_lvds_dual_link' drivers/media/platform/mtk-mdp/mtk_mdp_comp.o: In function `mtk_mdp_comp_clock_on': mtk_mdp_comp.c:(.text+0x38): undefined reference to `mtk_smi_larb_get' mtk_mdp_comp.c:(.text+0x38): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `mtk_smi_larb_get' drivers/media/platform/mtk-mdp/mtk_mdp_comp.o: In function `mtk_mdp_comp_clock_off': mtk_mdp_comp.c:(.text+0x1c8): undefined reference to `mtk_smi_larb_put' mtk_mdp_comp.c:(.text+0x1c8): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `mtk_smi_larb_put' make[1]: *** [/kisskb/src/Makefile:1195: vmlinux] Error 1 make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 10 ARCH=arm64 O=/kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/aarch64-linux/bin/aarch64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_arm64-randconfig_arm64-gcc8 # Build took: 0:06:55.649841