# git rev-parse -q --verify e6585a493921991653be1fd65c3aa3fb90b000ae^{commit} e6585a493921991653be1fd65c3aa3fb90b000ae already have revision, skipping fetch # git checkout -q -f -B kisskb e6585a493921991653be1fd65c3aa3fb90b000ae # git clean -qxdf # < git log -1 # commit e6585a493921991653be1fd65c3aa3fb90b000ae # Merge: 12c0ab6658de 7d32358be8ac # Author: Linus Torvalds # Date: Sun Dec 6 10:31:39 2020 -0800 # # Merge tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild fixes from Masahiro Yamada: # # - Move -Wcast-align to W=3, which tends to be false-positive and there # is no tree-wide solution. # # - Pass -fmacro-prefix-map to KBUILD_CPPFLAGS because it is a # preprocessor option and makes sense for .S files as well. # # - Disable -gdwarf-2 for Clang's integrated assembler to avoid warnings. # # - Disable --orphan-handling=warn for LLD 10.0.1 to avoid warnings. # # - Fix undesirable line breaks in *.mod files. # # * tag 'kbuild-fixes-v5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: # kbuild: avoid split lines in .mod files # kbuild: Disable CONFIG_LD_ORPHAN_WARN for ld.lld 10.0.1 # kbuild: Hoist '--orphan-handling' into Kconfig # Kbuild: do not emit debug info for assembly with LLVM_IAS=1 # kbuild: use -fmacro-prefix-map for .S sources # Makefile.extrawarn: move -Wcast-align to W=3 # < /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 e6585a493921991653be1fd65c3aa3fb90b000ae # < make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig+UP_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- ppc64_defconfig # Added to kconfig CONFIG_SMP=n # yes \n | make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig+UP_powerpc-gcc4.9 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-4.9.4-nolibc/powerpc64-linux/bin/powerpc64-linux- oldconfig yes: standard output: Broken pipe # make -s -j 120 ARCH=powerpc O=/kisskb/build/linus_ppc64_defconfig+UP_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:1056:9: warning: missing braces around initializer [-Wmissing-braces] struct btrfs_root_item ri = { 0 }; ^ /kisskb/src/fs/btrfs/tree-checker.c:1056:9: warning: (near initialization for 'ri.inode') [-Wmissing-braces] Completed OK # rm -rf /kisskb/build/linus_ppc64_defconfig+UP_powerpc-gcc4.9 # Build took: 0:02:13.516031