Buildresult: linus/sun3_defconfig/m68k-gcc8 built on Oct 31 2023, 08:34
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Oct 31 2023, 08:34
Duration:
0:00:59.018101
Builder:
ka4
Revision:
Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs (
14ab6d425e80674b6a0145f05719b11e82e64824)
Target:
linus/sun3_defconfig/m68k-gcc8
Branch:
linus
Compiler:
m68k-gcc8
(m68k-linux-gcc (GCC) 8.5.0 / GNU ld (GNU Binutils) 2.36.1)
Config:
sun3_defconfig
(
download
)
Log:
Download original
Possible warnings (1)
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]
Full Log
# git rev-parse -q --verify 14ab6d425e80674b6a0145f05719b11e82e64824^{commit} 14ab6d425e80674b6a0145f05719b11e82e64824 already have revision, skipping fetch # git checkout -q -f -B kisskb 14ab6d425e80674b6a0145f05719b11e82e64824 # git clean -qxdf # < git log -1 # commit 14ab6d425e80674b6a0145f05719b11e82e64824 # Merge: 7352a6765cf5 12cd44023651 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Mon Oct 30 09:47:13 2023 -1000 # # Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs # # Pull vfs inode time accessor updates from Christian Brauner: # "This finishes the conversion of all inode time fields to accessor # functions as discussed on list. Changing timestamps manually as we # used to do before is error prone. Using accessors function makes this # robust. # # It does not contain the switch of the time fields to discrete 64 bit # integers to replace struct timespec and free up space in struct inode. # But after this, the switch can be trivially made and the patch should # only affect the vfs if we decide to do it" # # * tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfs: (86 commits) # fs: rename inode i_atime and i_mtime fields # security: convert to new timestamp accessors # selinux: convert to new timestamp accessors # apparmor: convert to new timestamp accessors # sunrpc: convert to new timestamp accessors # mm: convert to new timestamp accessors # bpf: convert to new timestamp accessors # ipc: convert to new timestamp accessors # linux: convert to new timestamp accessors # zonefs: convert to new timestamp accessors # xfs: convert to new timestamp accessors # vboxsf: convert to new timestamp accessors # ufs: convert to new timestamp accessors # udf: convert to new timestamp accessors # ubifs: convert to new timestamp accessors # tracefs: convert to new timestamp accessors # sysv: convert to new timestamp accessors # squashfs: convert to new timestamp accessors # server: convert to new timestamp accessors # client: convert to new timestamp accessors # ... # < /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 14ab6d425e80674b6a0145f05719b11e82e64824 # make -s -j 40 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 40 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 40 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 40 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:00:59.018101
© Michael Ellerman 2006-2018.