# git rev-parse -q --verify d01e7f10dae29eba0f9ada82b65d24e035d5b2f9^{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 d01e7f10dae29eba0f9ada82b65d24e035d5b2f9^{commit} d01e7f10dae29eba0f9ada82b65d24e035d5b2f9 # git checkout -q -f -B kisskb d01e7f10dae29eba0f9ada82b65d24e035d5b2f9 # git clean -qxdf # < git log -1 # commit d01e7f10dae29eba0f9ada82b65d24e035d5b2f9 # Merge: faf145d6f3f3 f7cfd871ae0c # Author: Linus Torvalds # Date: Tue Dec 15 19:36:48 2020 -0800 # # Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace # # Pull exec-update-lock update from Eric Biederman: # "The key point of this is to transform exec_update_mutex into a # rw_semaphore so readers can be separated from writers. # # This makes it easier to understand what the holders of the lock are # doing, and makes it harder to contend or deadlock on the lock. # # The real deadlock fix wound up in perf_event_open" # # * 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace: # exec: Transform exec_update_mutex into a rw_semaphore # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 d01e7f10dae29eba0f9ada82b65d24e035d5b2f9 # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig KCONFIG_SEED=0x4EA49CA0 # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_CPU_BIG_ENDIAN=y # Added to kconfig CONFIG_PPC64=y # Added to kconfig CONFIG_PPC_DISABLE_WERROR=y # Added to kconfig CONFIG_SECTION_MISMATCH_WARN_ONLY=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_LD_HEAD_STUB_CATCH=y # Added to kconfig CONFIG_TRIM_UNUSED_KSYMS=n # Added to kconfig CONFIG_UBSAN=n # < make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:5228:warning: override: reassigning to symbol STANDALONE .config:5230:warning: override: reassigning to symbol MODULE_SIG .config:5232:warning: override: reassigning to symbol PPC64 .config:5233:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:5234:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:5235:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5240:warning: override: reassigning to symbol UBSAN # make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/arch/powerpc/kernel/eeh.c:1571:12: warning: 'proc_eeh_show' defined but not used [-Wunused-function] 1571 | static int proc_eeh_show(struct seq_file *m, void *v) | ^~~~~~~~~~~~~ /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c: In function 'aty_power_mgmt': /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2002:7: error: implicit declaration of function 'aty_ld_lcd'; did you mean 'aty_ld_8'? [-Werror=implicit-function-declaration] 2002 | pm = aty_ld_lcd(POWER_MANAGEMENT, par); | ^~~~~~~~~~ | aty_ld_8 /kisskb/src/drivers/video/fbdev/aty/atyfb_base.c:2004:2: error: implicit declaration of function 'aty_st_lcd'; did you mean 'aty_st_8'? [-Werror=implicit-function-declaration] 2004 | aty_st_lcd(POWER_MANAGEMENT, pm, par); | ^~~~~~~~~~ | aty_st_8 cc1: some warnings being treated as errors make[5]: *** [/kisskb/src/scripts/Makefile.build:279: drivers/video/fbdev/aty/atyfb_base.o] Error 1 make[4]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video/fbdev/aty] Error 2 make[3]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video/fbdev] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:496: drivers/video] Error 2 make[1]: *** [/kisskb/src/Makefile:1805: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:185: __sub-make] Error 2 Command 'make -s -j 8 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-9.2.0-nolibc/powerpc64-linux/bin/powerpc64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc9 # Build took: 0:05:09.054303