Buildresult: linus/sun3_defconfig/m68k-gcc8 built on Mar 3, 11:23
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Mar 3, 11:23
Duration:
0:01:25.959785
Builder:
alpine3
Revision:
Merge tag 'firewire-fixes-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 (
04b8076df2534f08bb4190f90a24e0f7f8930aca)
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 04b8076df2534f08bb4190f90a24e0f7f8930aca^{commit} 04b8076df2534f08bb4190f90a24e0f7f8930aca already have revision, skipping fetch # git checkout -q -f -B kisskb 04b8076df2534f08bb4190f90a24e0f7f8930aca # git clean -qxdf # < git log -1 # commit 04b8076df2534f08bb4190f90a24e0f7f8930aca # Merge: 4640e2be3920 d0b06dc48fb1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Sat Mar 2 15:18:02 2024 -0800 # # Merge tag 'firewire-fixes-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 # # Pull firewire fixes from Takashi Sakamoto: # "A workaround to suppress the continuous bus resets in the case that # older devices are connected to the modern 1394 OHCI hardware and # devices # # In IEEE 1394 Amendment (IEEE 1394a-2000), the short bus reset is added # to resolve the shortcomings of the long bus reset in IEEE 1394-1995. # However, it is well-known that the solution is not necessarily # effective in the mixing environment that both IEEE 1394-1995 PHY and # IEEE 1394a-2000 (or later) PHY exist, as described in section 8.4.6.2 # of IEEE 1394a-2000. # # The current implementation of firewire stack schedules the short bus # reset when attempting to resolve the mismatch of gap count in the # certain generation of bus topology. It can cause the continuous bus # reset in the issued environment. # # The workaround simply uses the long bus reset instead of the short bus # reset. It is desirable to detect whether the issued environment or # not. However, the way to access PHY registers from remote note is # firstly defined in IEEE 1394a-2000, thus it is not available in the # case" # # * tag 'firewire-fixes-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394: # firewire: core: use long bus reset on gap count error # < /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 04b8076df2534f08bb4190f90a24e0f7f8930aca # make -s -j 160 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 160 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 160 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 160 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:566, from /kisskb/src/include/linux/bitops.h:68, from /kisskb/src/include/linux/kernel.h:23, 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:25.959785
© Michael Ellerman 2006-2018.