# git rev-parse -q --verify f0eb870a84224c9bfde0dc547927e8df1be4267c^{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 f0eb870a84224c9bfde0dc547927e8df1be4267c^{commit} f0eb870a84224c9bfde0dc547927e8df1be4267c # git checkout -q -f -B kisskb f0eb870a84224c9bfde0dc547927e8df1be4267c # git clean -qxdf # < git log -1 # commit f0eb870a84224c9bfde0dc547927e8df1be4267c # Merge: fbf1bddc4e17 b102a46ce16f # Author: Linus Torvalds # Date: Sun Jul 18 11:27:25 2021 -0700 # # Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux # # Pull xfs fixes from Darrick Wong: # "A few fixes for issues in the new online shrink code, additional # corrections for my recent bug-hunt w.r.t. extent size hints on # realtime, and improved input checking of the GROWFSRT ioctl. # # IOW, the usual 'I somehow got bored during the merge window and # resumed auditing the farther reaches of xfs': # # - Fix shrink eligibility checking when sparse inode clusters enabled # # - Reset '..' directory entries when unlinking directories to prevent # verifier errors if fs is shrinked later # # - Don't report unusable extent size hints to FSGETXATTR # # - Don't warn when extent size hints are unusable because the sysadmin # configured them that way # # - Fix insufficient parameter validation in GROWFSRT ioctl # # - Fix integer overflow when adding rt volumes to filesystem" # # * tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux: # xfs: detect misaligned rtinherit directory extent size hints # xfs: fix an integer overflow error in xfs_growfs_rt # xfs: improve FSGROWFSRT precondition checking # xfs: don't expose misaligned extszinherit hints to userspace # xfs: correct the narrative around misaligned rtinherit/extszinherit dirs # xfs: reset child dir '..' entry when unlinking child # xfs: check for sparse inode clusters that cross new EOAG when shrinking # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 f0eb870a84224c9bfde0dc547927e8df1be4267c # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- randconfig # 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 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig .config:3649:warning: override: reassigning to symbol PPC64 .config:3650:warning: override: reassigning to symbol PPC_DISABLE_WERROR .config:3651:warning: override: reassigning to symbol SECTION_MISMATCH_WARN_ONLY .config:3652:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:3657:warning: override: reassigning to symbol UBSAN # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c: In function 'xvcu_register_clock_provider': /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:524:9: warning: missing braces around initializer [-Wmissing-braces] struct clk_parent_data parent_data[2] = { 0 }; ^ /kisskb/src/drivers/clk/xilinx/xlnx_vcu.c:524:9: warning: (near initialization for 'parent_data[0]') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus-rand_powerpc-randconfig_powerpc-gcc4.9 # Build took: 0:01:49.427755