Buildresult: linus/sun3_defconfig/m68k-gcc8 built on Jul 6 2023, 09:19
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 6 2023, 09:19
Duration:
0:00:55.586051
Builder:
ka4
Revision:
Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs (
73a3fcdaa73200e38e38f7e8a32c9b901c5b95b5)
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 73a3fcdaa73200e38e38f7e8a32c9b901c5b95b5^{commit} 73a3fcdaa73200e38e38f7e8a32c9b901c5b95b5 already have revision, skipping fetch # git checkout -q -f -B kisskb 73a3fcdaa73200e38e38f7e8a32c9b901c5b95b5 # git clean -qxdf # < git log -1 # commit 73a3fcdaa73200e38e38f7e8a32c9b901c5b95b5 # Merge: bb8e7e9f0bc4 a6ec83786ab9 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Jul 5 14:14:37 2023 -0700 # # Merge tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs # # Pull f2fs updates from Jaegeuk Kim: # "In this cycle, we've mainly investigated the zoned block device # support along with patches such as correcting write pointers between # f2fs and storage, adding asynchronous zone reset flow, and managing # the number of open zones. # # Other than them, f2fs adds another mount option, "errors=x" to specify # how to handle when it detects an unexpected behavior at runtime. # # Enhancements: # - support 'errors=remount-ro|continue|panic' mount option # - enforce some inode flag policies # - allow .tmp compression given extensions # - add some ioctls to manage the f2fs compression # - improve looped node chain flow # - avoid issuing small-sized discard commands during checkpoint # - implement an asynchronous zone reset # # Bug fixes: # - fix deadlock in xattr and inode page lock # - fix and add sanity check in some error paths # - fix to avoid NULL pointer dereference f2fs_write_end_io() along # with put_super # - set proper flags to quota files # - fix potential deadlock due to unpaired node_write lock use # - fix over-estimating free section during FG GC # - fix the wrong condition to determine atomic context # # As usual, also there are a number of patches with code refactoring and # minor clean-ups" # # * tag 'f2fs-for-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs: (46 commits) # f2fs: fix to do sanity check on direct node in truncate_dnode() # f2fs: only set release for file that has compressed data # f2fs: fix compile warning in f2fs_destroy_node_manager() # f2fs: fix error path handling in truncate_dnode() # f2fs: fix deadlock in i_xattr_sem and inode page lock # f2fs: remove unneeded page uptodate check/set # f2fs: update mtime and ctime in move file range method # f2fs: compress tmp files given extension # f2fs: refactor struct f2fs_attr macro # f2fs: convert to use sbi directly # f2fs: remove redundant assignment to variable err # f2fs: do not issue small discard commands during checkpoint # f2fs: check zone write pointer points to the end of zone # f2fs: add f2fs_ioc_get_compress_blocks # f2fs: cleanup MIN_INLINE_XATTR_SIZE # f2fs: add helper to check compression level # f2fs: set FMODE_CAN_ODIRECT instead of a dummy direct_IO method # f2fs: do more sanity check on inode # f2fs: compress: fix to check validity of i_compress_flag field # f2fs: add sanity compress level check for compressed file # ... # < /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 73a3fcdaa73200e38e38f7e8a32c9b901c5b95b5 # 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:55.586051
© Michael Ellerman 2006-2018.