# git rev-parse -q --verify 1639fae5132bc8a904af28d97cea0bedb3af802e^{commit} 1639fae5132bc8a904af28d97cea0bedb3af802e already have revision, skipping fetch # git checkout -q -f -B kisskb 1639fae5132bc8a904af28d97cea0bedb3af802e # git clean -qxdf # < git log -1 # commit 1639fae5132bc8a904af28d97cea0bedb3af802e # Merge: ba00b1906708 9930f518b6a8 # Author: Linus Torvalds # Date: Fri Jun 16 14:57:48 2023 -0700 # # Merge tag 'drm-fixes-2023-06-17' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "A bunch of misc fixes across the board. # # amdgpu is the usual bulk with a revert and other fixes, nouveau has a # race fix that was causing a UAF that was hard hanging systems, # otherwise some qaic, bridge and radeon. # # amdgpu: # - GFX9 preemption fixes # - Add missing radeon secondary PCI ID # - vblflash fixes # - SMU 13 fix # - VCN 4.0 fix # - Re-enable TOPDOWN flag for large BAR systems to fix regression # - eDP fix # - PSR hang fix # - DPIA fix # # radeon: # - fbdev client warning fix # # qaic: # - leak fix # - null ptr deref fix # # nouveau: # - use-after-free caused by fence race fix # - runtime pm fix # - NULL ptr checks # # bridge: # - ti-sn65dsi86: Avoid possible buffer overflow" # # * tag 'drm-fixes-2023-06-17' of git://anongit.freedesktop.org/drm/drm: (21 commits) # nouveau: fix client work fence deletion race # drm/amd/display: limit DPIA link rate to HBR3 # drm/amd/display: fix the system hang while disable PSR # drm/amd/display: edp do not add non-edid timings # Revert "drm/amdgpu: remove TOPDOWN flags when allocating VRAM in large bar system" # drm/amdgpu: vcn_4_0 set instance 0 init sched score to 1 # drm/radeon: Disable outputs when releasing fbdev client # drm/amd/pm: workaround for compute workload type on some skus # drm/amd: Tighten permissions on VBIOS flashing attributes # drm/amd: Make sure image is written to trigger VBIOS image update flow # drm/amdgpu: add missing radeon secondary PCI ID # drm/amdgpu: Implement gfx9 patch functions for resubmission # drm/amdgpu: Modify indirect buffer packages for resubmission # drm/amdgpu: Program gds backup address as zero if no gds allocated # drm/nouveau: add nv_encoder pointer check for NULL # drm/amdgpu: Reset CP_VMID_PREEMPT after trailing fence signaled # drm/nouveau/dp: check for NULL nv_connector->native_mode # drm/bridge: ti-sn65dsi86: Avoid possible buffer overflow # drm/nouveau: don't detect DSM for non-NVIDIA device # accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device() # ... # < /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 1639fae5132bc8a904af28d97cea0bedb3af802e # make -s -j 32 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 32 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 32 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 32 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: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: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: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:01:34.375725