# git rev-parse -q --verify 1678e493d530e7977cce34e59a86bb86f3c5631e^{commit} 1678e493d530e7977cce34e59a86bb86f3c5631e already have revision, skipping fetch # git checkout -q -f -B kisskb 1678e493d530e7977cce34e59a86bb86f3c5631e # git clean -qxdf # < git log -1 # commit 1678e493d530e7977cce34e59a86bb86f3c5631e # Merge: 6905b1dc3c32 6a3193cdd5e5 # Author: Linus Torvalds # Date: Thu Apr 1 17:57:43 2021 -0700 # # Merge tag 'lto-v5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux # # Pull LTO fix from Kees Cook: # "It seems that there is a bug in ld.bfd when doing module section # merging. # # As explicit merging is only needed for LTO, the work-around is to only # do it under LTO, leaving the original section layout choices alone # under normal builds: # # - Only perform explicit module section merges under LTO (Sean # Christopherson)" # # * tag 'lto-v5.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: # kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabled # < /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 1678e493d530e7977cce34e59a86bb86f3c5631e # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # < make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 10 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c: In function 'cxgb4_write_partial_sgl': /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: missing braces around initializer [-Wmissing-braces] struct ulptx_sge_pair buf[MAX_SKB_FRAGS / 2 + 1] = {0}, *to; ^ /kisskb/src/drivers/net/ethernet/chelsio/cxgb4/sge.c:910:9: warning: (near initialization for 'buf[0]') [-Wmissing-braces] /kisskb/src/fs/btrfs/tree-checker.c: In function 'check_root_item': /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1071:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_ppc64_defconfig_powerpc-gcc4.9 # Build took: 0:04:22.697831