# git rev-parse -q --verify 71c061d2443814de15e177489d5cc00a4a253ef3^{commit} 71c061d2443814de15e177489d5cc00a4a253ef3 already have revision, skipping fetch # git checkout -q -f -B kisskb 71c061d2443814de15e177489d5cc00a4a253ef3 # git clean -qxdf # < git log -1 # commit 71c061d2443814de15e177489d5cc00a4a253ef3 # Merge: 9f1abbe97c08 a8cc263eb58c # Author: Linus Torvalds # Date: Wed Jan 6 11:19:08 2021 -0800 # # Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux # # Pull btrfs fixes from David Sterba: # "A few more fixes that arrived before the end of the year: # # - a bunch of fixes related to transaction handle lifetime wrt various # operations (umount, remount, qgroup scan, orphan cleanup) # # - async discard scheduling fixes # # - fix item size calculation when item keys collide for extend refs # (hardlinks) # # - fix qgroup flushing from running transaction # # - fix send, wrong file path when there is an inode with a pending # rmdir # # - fix deadlock when cloning inline extent and low on free metadata # space" # # * tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux: # btrfs: run delayed iputs when remounting RO to avoid leaking them # btrfs: add assertion for empty list of transactions at late stage of umount # btrfs: fix race between RO remount and the cleaner task # btrfs: fix transaction leak and crash after cleaning up orphans on RO mount # btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan # btrfs: merge critical sections of discard lock in workfn # btrfs: fix racy access to discard_ctl data # btrfs: fix async discard stall # btrfs: tests: initialize test inodes location # btrfs: send: fix wrong file path when there is an inode with a pending rmdir # btrfs: qgroup: don't try to wait flushing if we're already holding a transaction # btrfs: correctly calculate item size used when item key collision happens # btrfs: fix deadlock when cloning inline extent and low on free metadata space # < /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 71c061d2443814de15e177489d5cc00a4a253ef3 # < make -s -j 48 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=0x4D0CFB6A # 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 48 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 48 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:6340:warning: override: reassigning to symbol PPC64 .config:6341:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:6342:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:6343:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:6345:warning: override: reassigning to symbol GCC_PLUGINS # make -s -j 48 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/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[4]: *** Waiting for unfinished jobs.... 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[2]: *** Waiting for unfinished jobs.... 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 48 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:03:56.757289