Buildresult: linus/sun3_defconfig/m68k-gcc8 built on Dec 23, 03:28
kisskb
Revisions
|
Branches
|
Compilers
|
Configs
|
Build Results
|
Build Failures
|
Status:
OK
Date/Time:
Dec 23, 03:28
Duration:
0:00:57.692658
Builder:
ka4
Revision:
Merge tag 'drm-fixes-2023-12-22' of git://anongit.freedesktop.org/drm/drm (
8afe6f0e0e257bf7f79f5996c037e8977dcc8cc1)
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 8afe6f0e0e257bf7f79f5996c037e8977dcc8cc1^{commit} 8afe6f0e0e257bf7f79f5996c037e8977dcc8cc1 already have revision, skipping fetch # git checkout -q -f -B kisskb 8afe6f0e0e257bf7f79f5996c037e8977dcc8cc1 # git clean -qxdf # < git log -1 # commit 8afe6f0e0e257bf7f79f5996c037e8977dcc8cc1 # Merge: 93a165cb9a4c d4b6e7f582e2 # Author: Linus Torvalds <torvalds@linux-foundation.org> # Date: Fri Dec 22 07:59:25 2023 -0800 # # Merge tag 'drm-fixes-2023-12-22' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Pretty quiet for this week, just i915 and amdgpu fixes, # # I think the misc tree got lost this week, but didn't seem to have too # much in it, so it can wait. I've also got a bunch of nouveau GSP fixes # sailing around that'll probably land next time as well. # # amdgpu: # - DCN 3.5 fixes # - DCN 3.2 SubVP fix # - GPUVM fix # # amdkfd: # - SVM fix for APUs # # i915: # - Fix state readout and check for DSC and bigjoiner combo # - Fix a potential integer overflow # - Reject async flips with bigjoiner # - Fix MTL HDMI/DP PLL clock selection # - Fix various issues by disabling pipe DMC events" # # * tag 'drm-fixes-2023-12-22' of git://anongit.freedesktop.org/drm/drm: # drm/amdgpu: re-create idle bo's PTE during VM state machine reset # drm/amd/display: dereference variable before checking for zero # drm/amd/display: get dprefclk ss info from integration info table # drm/amd/display: Add case for dcn35 to support usb4 dmub hpd event # drm/amd/display: disable FPO and SubVP for older DMUB versions on DCN32x # drm/amdkfd: svm range always mapped flag not working on APU # drm/amd/display: Revert " drm/amd/display: Use channel_width = 2 for vram table 3.0" # drm/i915/dmc: Don't enable any pipe DMC events # drm/i915/mtl: Fix HDMI/DP PLL clock selection # drm/i915: Reject async flips with bigjoiner # drm/i915/hwmon: Fix static analysis tool reported issues # drm/i915/display: Get bigjoiner config before dsc config during readout # < /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 8afe6f0e0e257bf7f79f5996c037e8977dcc8cc1 # 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: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:00:57.692658
© Michael Ellerman 2006-2018.