# git rev-parse -q --verify b753101a4ac0b906064a72feec43f5b80a1fe2e5^{commit} b753101a4ac0b906064a72feec43f5b80a1fe2e5 already have revision, skipping fetch # git checkout -q -f -B kisskb b753101a4ac0b906064a72feec43f5b80a1fe2e5 # git clean -qxdf # < git log -1 # commit b753101a4ac0b906064a72feec43f5b80a1fe2e5 # Merge: c7850ae4d71c 00d76a0c1943 # Author: Linus Torvalds # Date: Sat Apr 11 09:46:12 2020 -0700 # # Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull more Kbuild updates from Masahiro Yamada: # # - raise minimum supported binutils version to 2.23 # # - remove old CONFIG_AS_* macros that we know binutils >= 2.23 supports # # - move remaining CONFIG_AS_* tests to Kconfig from Makefile # # - enable -Wtautological-compare warnings to catch more issues # # - do not support GCC plugins for GCC <= 4.7 # # - fix various breakages of 'make xconfig' # # - include the linker version used for linking the kernel into # LINUX_COMPILER, which is used for the banner, and also exposed to # /proc/version # # - link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y, which # allows us to remove the lib-ksyms.o workaround, and to solve the last # known issue of the LLVM linker # # - add dummy tools in scripts/dummy-tools/ to enable all compiler tests # in Kconfig, which will be useful for distro maintainers # # - support the single switch, LLVM=1 to use Clang and all LLVM utilities # instead of GCC and Binutils. # # - support LLVM_IAS=1 to enable the integrated assembler, which is still # experimental # # * tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (36 commits) # kbuild: fix comment about missing include guard detection # kbuild: support LLVM=1 to switch the default tools to Clang/LLVM # kbuild: replace AS=clang with LLVM_IAS=1 # kbuild: add dummy toolchains to enable all cc-option etc. in Kconfig # kbuild: link lib-y objects to vmlinux forcibly when CONFIG_MODULES=y # MIPS: fw: arc: add __weak to prom_meminit and prom_free_prom_memory # kbuild: remove -I$(srctree)/tools/include from scripts/Makefile # kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h # Documentation/llvm: fix the name of llvm-size # kbuild: mkcompile_h: Include $LD version in /proc/version # kconfig: qconf: Fix a few alignment issues # kconfig: qconf: remove some old bogus TODOs # kconfig: qconf: fix support for the split view mode # kconfig: qconf: fix the content of the main widget # kconfig: qconf: Change title for the item window # kconfig: qconf: clean deprecated warnings # gcc-plugins: drop support for GCC <= 4.7 # kbuild: Enable -Wtautological-compare # x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 # crypto: x86 - clean up poly1305-x86_64-cryptogams.S by 'make clean' # ... # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux-ld --version # < git log --format=%s --max-count=1 b753101a4ac0b906064a72feec43f5b80a1fe2e5 # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- pasemi_defconfig # < make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- help # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- olddefconfig # make -s -j 32 ARCH=powerpc O=/kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/powerpc-linux/bin/powerpc-linux- /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:471:21: note: 'pdeo' was declared here /kisskb/src/mm/hugetlb.c: In function 'alloc_pool_huge_page': /kisskb/src/mm/hugetlb.c:1774:5: warning: 'page' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c: In function 'univ8250_release_irq': /kisskb/src/drivers/tty/serial/8250/8250_core.c:247:18: warning: 'i' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/tty/serial/8250/8250_core.c:227:19: note: 'i' was declared here /kisskb/src/drivers/base/regmap/regmap.c: In function 'regmap_raw_read': /kisskb/src/drivers/base/regmap/regmap.c:2598:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/base/regmap/regmap.c: In function '_regmap_raw_write': /kisskb/src/drivers/base/regmap/regmap.c:1859:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/ext4/extents.c: In function 'ext4_convert_unwritten_io_end_vec': /kisskb/src/fs/ext4/extents.c:4774:23: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/kernel/trace/trace_events.c: In function 'event_create_dir': /kisskb/src/kernel/trace/trace_events.c:2189:6: warning: 'ret' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5497:9: warning: missing braces around initializer [-Wmissing-braces] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5497:9: warning: (near initialization for 'desc.ident') [-Wmissing-braces] /kisskb/src/fs/nfsd/nfs4xdr.c: In function 'nfsd4_encode_components_esc': /kisskb/src/fs/nfsd/nfs4xdr.c:2151:9: warning: 'str' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c: In function 'handle_dots': /kisskb/src/fs/namei.c:1805:10: warning: 'inode' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/namei.c:1805:10: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/udf/unicode.c: In function 'udf_name_conv_char': /kisskb/src/fs/udf/unicode.c:132:8: warning: 'c' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/io_uring.c: In function '__io_sqe_files_update': /kisskb/src/fs/io_uring.c:6673:13: warning: 'err' may be used uninitialized in this function [-Wuninitialized] Completed OK # rm -rf /kisskb/build/linus_pasemi_defconfig_powerpc-gcc4.6 # Build took: 0:01:23.164937