# git rev-parse -q --verify be779f03d563981c65cc7417cc5e0dbbc5b89d30^{commit} be779f03d563981c65cc7417cc5e0dbbc5b89d30 already have revision, skipping fetch # git checkout -q -f -B kisskb be779f03d563981c65cc7417cc5e0dbbc5b89d30 # git clean -qxdf # < git log -1 # commit be779f03d563981c65cc7417cc5e0dbbc5b89d30 # Merge: d290ef9 00979ce # Author: Linus Torvalds # Date: Wed Jun 13 08:40:34 2018 -0700 # # Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull more Kbuild updates from Masahiro Yamada: # # - fix some bugs introduced by the recent Kconfig syntax extension # # - add some symbols about compiler information in Kconfig, such as # CC_IS_GCC, CC_IS_CLANG, GCC_VERSION, etc. # # - test compiler capability for the stack protector in Kconfig, and # clean-up Makefile # # - test compiler capability for GCC-plugins in Kconfig, and clean-up # Makefile # # - allow to enable GCC-plugins for COMPILE_TEST # # - test compiler capability for KCOV in Kconfig and correct dependency # # - remove auto-detect mode of the GCOV format, which is now more nicely # handled in Kconfig # # - test compiler capability for mprofile-kernel on PowerPC, and clean-up # Makefile # # - misc cleanups # # * tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: # linux/linkage.h: replace VMLINUX_SYMBOL_STR() with __stringify() # kconfig: fix localmodconfig # sh: remove no-op macro VMLINUX_SYMBOL() # powerpc/kbuild: move -mprofile-kernel check to Kconfig # Documentation: kconfig: add recommended way to describe compiler support # gcc-plugins: disable GCC_PLUGIN_STRUCTLEAK_BYREF_ALL for COMPILE_TEST # gcc-plugins: allow to enable GCC_PLUGINS for COMPILE_TEST # gcc-plugins: test plugin support in Kconfig and clean up Makefile # gcc-plugins: move GCC version check for PowerPC to Kconfig # kcov: test compiler capability in Kconfig and correct dependency # gcov: remove CONFIG_GCOV_FORMAT_AUTODETECT # arm64: move GCC version check for ARCH_SUPPORTS_INT128 to Kconfig # kconfig: add CC_IS_CLANG and CLANG_VERSION # kconfig: add CC_IS_GCC and GCC_VERSION # stack-protector: test compiler capability in Kconfig and drop AUTO mode # kbuild: fix endless syncconfig in case arch Makefile sets CROSS_COMPILE # < /opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux-gcc --version # < git log --format=%s --max-count=1 be779f03d563981c65cc7417cc5e0dbbc5b89d30 # < make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7750_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- se7750_defconfig # make -s -j 48 ARCH=sh O=/kisskb/build/linus_se7750_defconfig_sh4 CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/sh4-linux/bin/sh4-linux- /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. Generating include/generated/machtypes.h :1317:2: warning: #warning syscall pkey_mprotect not implemented [-Wcpp] :1320:2: warning: #warning syscall pkey_alloc not implemented [-Wcpp] :1323:2: warning: #warning syscall pkey_free not implemented [-Wcpp] :1326:2: warning: #warning syscall statx not implemented [-Wcpp] :1332:2: warning: #warning syscall io_pgetevents not implemented [-Wcpp] :1335:2: warning: #warning syscall rseq not implemented [-Wcpp] /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S: Assembler messages: /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:389: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/sh4/../sh3/../../entry-common.S:392: Warning: overflow in branch to syscall_exit_work; converted into longer instruction sequence /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'cpg_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:53:3: warning: 'arch_init_clk_ops' is deprecated (declared at /kisskb/src/arch/sh/include/asm/clock.h:8) [-Wdeprecated-declarations] /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c: In function 'arch_clk_init': /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:77:2: warning: 'cpg_clk_init' is deprecated (declared at /kisskb/src/arch/sh/kernel/cpu/clock-cpg.c:47) [-Wdeprecated-declarations] /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:183:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/Makefile:24: CC cannot link executables. Skipping bpfilter. /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:65:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:340:21: note: 'pdeo' was declared here /kisskb/src/drivers/sh/clk/cpg.c: In function 'r8': /kisskb/src/drivers/sh/clk/cpg.c:41:2: warning: passing argument 1 of 'ioread8' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:29:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r16': /kisskb/src/drivers/sh/clk/cpg.c:46:2: warning: passing argument 1 of 'ioread16' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:30:21: note: expected 'void *' but argument is of type 'const void *' /kisskb/src/drivers/sh/clk/cpg.c: In function 'r32': /kisskb/src/drivers/sh/clk/cpg.c:51:2: warning: passing argument 1 of 'ioread32' discards 'const' qualifier from pointer target type [enabled by default] /kisskb/src/include/asm-generic/iomap.h:32:21: note: expected 'void *' but argument is of type 'const void *' Kernel: arch/sh/boot/zImage is ready Completed OK # rm -rf /kisskb/build/linus_se7750_defconfig_sh4 # Build took: 0:00:29.374552