Buildresult: linus/sun3_defconfig/m68k-gcc8 built on Sep 7 2023, 09:51
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Sep 7 2023, 09:51
Duration:
0:01:24.140757
Builder:
alpine1
Revision:
Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client (
7ba2090ca64ea1aa435744884124387db1fac70f)
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 7ba2090ca64ea1aa435744884124387db1fac70f^{commit} 7ba2090ca64ea1aa435744884124387db1fac70f already have revision, skipping fetch # git checkout -q -f -B kisskb 7ba2090ca64ea1aa435744884124387db1fac70f # git clean -qxdf # < git log -1 # commit 7ba2090ca64ea1aa435744884124387db1fac70f # Merge: 744a759492b5 ce0d5bd3a6c1 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Wed Sep 6 12:10:15 2023 -0700 # # Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client # # Pull ceph updates from Ilya Dryomov: # "Mixed with some fixes and cleanups, this brings in reasonably complete # fscrypt support to CephFS! The list of things which don't work with # encryption should be fairly short, mostly around the edges: fallocate # (not supported well in CephFS to begin with), copy_file_range # (requires re-encryption), non-default striping patterns. # # This was a multi-year effort principally by Jeff Layton with # assistance from Xiubo Li, Luís Henriques and others, including several # dependant changes in the MDS, netfs helper library and fscrypt # framework itself" # # * tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-client: (53 commits) # ceph: make num_fwd and num_retry to __u32 # ceph: make members in struct ceph_mds_request_args_ext a union # rbd: use list_for_each_entry() helper # libceph: do not include crypto/algapi.h # ceph: switch ceph_lookup/atomic_open() to use new fscrypt helper # ceph: fix updating i_truncate_pagecache_size for fscrypt # ceph: wait for OSD requests' callbacks to finish when unmounting # ceph: drop messages from MDS when unmounting # ceph: update documentation regarding snapshot naming limitations # ceph: prevent snapshot creation in encrypted locked directories # ceph: add support for encrypted snapshot names # ceph: invalidate pages when doing direct/sync writes # ceph: plumb in decryption during reads # ceph: add encryption support to writepage and writepages # ceph: add read/modify/write to ceph_sync_write # ceph: align data in pages in ceph_sync_write # ceph: don't use special DIO path for encrypted inodes # ceph: add truncate size handling support for fscrypt # ceph: add object version support for sync read # libceph: allow ceph_osdc_new_request to accept a multi-op read # ... # < /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 7ba2090ca64ea1aa435744884124387db1fac70f # 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: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:24.140757
© Michael Ellerman 2006-2018.