Buildresult: linus/sun3_defconfig/m68k-gcc8 built on Jul 6 2022, 02:48
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Jul 6 2022, 02:48
Duration:
0:00:39.219915
Builder:
ka4
Revision:
Merge tag 'xsa-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip (
e35e5b6f695d241ffb1d223207da58a1fbcdff4b)
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 (2)
arch/m68k/configs/sun3_defconfig:37:warning: symbol value 'm' invalid for ZPOOL drivers/net/ethernet/i825xx/sun3_82586.c:989: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 e35e5b6f695d241ffb1d223207da58a1fbcdff4b^{commit} e35e5b6f695d241ffb1d223207da58a1fbcdff4b already have revision, skipping fetch # git checkout -q -f -B kisskb e35e5b6f695d241ffb1d223207da58a1fbcdff4b # git clean -qxdf # < git log -1 # commit e35e5b6f695d241ffb1d223207da58a1fbcdff4b # Merge: c1084b6c5620 b75cd218274e # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Tue Jul 5 09:18:32 2022 -0700 # # Merge tag 'xsa-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip # # Pull xen security fixes from Juergen Gross: # # - XSA-403 (4 patches for blkfront and netfront drivers): # # Linux Block and Network PV device frontends don't zero memory regions # before sharing them with the backend (CVE-2022-26365, # CVE-2022-33740). Additionally the granularity of the grant table # doesn't allow sharing less than a 4K page, leading to unrelated data # residing in the same 4K page as data shared with a backend being # accessible by such backend (CVE-2022-33741, CVE-2022-33742). # # - XSA-405 (1 patch for netfront driver, only 5.10 and newer): # # While adding logic to support XDP (eXpress Data Path), a code label # was moved in a way allowing for SKBs having references (pointers) # retained for further processing to nevertheless be freed. # # - XSA-406 (1 patch for Arm specific dom0 code): # # When mapping pages of guests on Arm, dom0 is using an rbtree to keep # track of the foreign mappings. # # Updating of that rbtree is not always done completely with the # related lock held, resulting in a small race window, which can be # used by unprivileged guests via PV devices to cause inconsistencies # of the rbtree. These inconsistencies can lead to Denial of Service # (DoS) of dom0, e.g. by causing crashes or the inability to perform # further mappings of other guests' memory pages. # # * tag 'xsa-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip: # xen/arm: Fix race in RB-tree based P2M accounting # xen-netfront: restore __skb_queue_tail() positioning in xennet_get_responses() # xen/blkfront: force data bouncing when backend is untrusted # xen/netfront: force data bouncing when backend is untrusted # xen/netfront: fix leaking data in shared pages # xen/blkfront: fix leaking data in shared pages # < /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 e35e5b6f695d241ffb1d223207da58a1fbcdff4b # < make -s -j 120 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 arch/m68k/configs/sun3_defconfig:37:warning: symbol value 'm' invalid for ZPOOL # < make -s -j 120 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 120 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 120 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:529, from /kisskb/src/include/linux/bitops.h:33, from /kisskb/src/include/linux/kernel.h:22, from /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:31: /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c: In function 'sun3_82586_timeout': /kisskb/src/drivers/net/ethernet/i825xx/sun3_82586.c:989: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:464: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:989: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:39.219915
© Michael Ellerman 2006-2018.