# git rev-parse -q --verify ad2885979ea6657fa8d3da51a301ec0e998ad8e7^{commit} ad2885979ea6657fa8d3da51a301ec0e998ad8e7 already have revision, skipping fetch # git checkout -q -f -B kisskb ad2885979ea6657fa8d3da51a301ec0e998ad8e7 # git clean -qxdf # < git log -1 # commit ad2885979ea6657fa8d3da51a301ec0e998ad8e7 # Merge: e3c2b10d6f15 f5983dab0ead # Author: Linus Torvalds # Date: Sat Jul 1 09:24:31 2023 -0700 # # Merge tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild # # Pull Kbuild updates from Masahiro Yamada: # # - Remove the deprecated rule to build *.dtbo from *.dts # # - Refactor section mismatch detection in modpost # # - Fix bogus ARM section mismatch detections # # - Fix error of 'make gtags' with O= option # # - Add Clang's target triple to KBUILD_CPPFLAGS to fix a build error # with the latest LLVM version # # - Rebuild the built-in initrd when KBUILD_BUILD_TIMESTAMP is changed # # - Ignore more compiler-generated symbols for kallsyms # # - Fix 'make local*config' to handle the ${CONFIG_FOO} form in Makefiles # # - Enable more kernel-doc warnings with W=2 # # - Refactor by generating KSYMTAB data by modpost # # - Deprecate and # # - Remove the EXPORT_DATA_SYMBOL macro # # - Move the check for static EXPORT_SYMBOL back to modpost, which makes # the build faster # # - Re-implement CONFIG_TRIM_UNUSED_KSYMS with one-pass algorithm # # - Warn missing MODULE_DESCRIPTION when building modules with W=1 # # - Make 'make clean' robust against too long argument error # # - Exclude more objects from GCOV to fix CFI failures with GCOV # # - Allow 'make modules_install' to install modules.builtin and # modules.builtin.modinfo even when CONFIG_MODULES is disabled # # - Include modules.builtin and modules.builtin.modinfo in the # linux-image Debian package even when CONFIG_MODULES is disabled # # - Revive "Entering directory" logging for the latest Make version # # * tag 'kbuild-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (72 commits) # modpost: define more R_ARM_* for old distributions # kbuild: revive "Entering directory" for Make >= 4.4.1 # kbuild: set correct abs_srctree and abs_objtree for package builds # scripts/mksysmap: Ignore prefixed KCFI symbols # kbuild: deb-pkg: remove the CONFIG_MODULES check in buildeb # kbuild: builddeb: always make modules_install, to install modules.builtin* # modpost: continue even with unknown relocation type # modpost: factor out Elf_Sym pointer calculation to section_rel() # modpost: factor out inst location calculation to section_rel() # kbuild: Disable GCOV for *.mod.o # kbuild: Fix CFI failures with GCOV # kbuild: make clean rule robust against too long argument error # script: modpost: emit a warning when the description is missing # kbuild: make modules_install copy modules.builtin(.modinfo) # linux/export.h: rename 'sec' argument to 'license' # modpost: show offset from symbol for section mismatch warnings # modpost: merge two similar section mismatch warnings # kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion # modpost: use null string instead of NULL pointer for default namespace # modpost: squash sym_update_namespace() into sym_add_exported() # ... # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 ad2885979ea6657fa8d3da51a301ec0e998ad8e7 # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- sun3_defconfig # < make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 32 ARCH=m68k O=/kisskb/build/linus_sun3_defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.5.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/swab.h:5, from /kisskb/src/include/uapi/linux/byteorder/big_endian.h:14, from /kisskb/src/include/linux/byteorder/big_endian.h:5, from /kisskb/src/arch/m68k/include/uapi/asm/byteorder.h:5, from /kisskb/src/include/asm-generic/bitops/le.h:6, from /kisskb/src/arch/m68k/include/asm/bitops.h:545, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:32: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990:108: warning: array subscript 1 is above array bounds of 'volatile struct transmit_cmd_struct *[1]' [-Warray-bounds] printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ~~~~~~~~~~~~^~~ /kisskb/src/include/uapi/linux/swab.h:107:12: note: in definition of macro '__swab16' __fswab16(x)) ^ /kisskb/src/include/linux/printk.h:455:26: note: in expansion of macro 'printk_index_wrap' #define printk(fmt, ...) printk_index_wrap(_printk, fmt, ##__VA_ARGS__) ^~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:990:3: note: in expansion of macro 'printk' printk("%s: command-stats: %04x %04x\n",dev->name,swab16(p->xmit_cmds[0]->cmd_status),swab16(p->xmit_cmds[1]->cmd_status)); ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_sun3_defconfig_m68k-gcc8 # Build took: 0:01:31.280066