# git rev-parse -q --verify f7e3a1bafdea735050dfde00523cf505dc7fd309^{commit} f7e3a1bafdea735050dfde00523cf505dc7fd309 already have revision, skipping fetch # git checkout -q -f -B kisskb f7e3a1bafdea735050dfde00523cf505dc7fd309 # git clean -qxdf # < git log -1 # commit f7e3a1bafdea735050dfde00523cf505dc7fd309 # Merge: 12a5088eb138 28801cc85906 # Author: Linus Torvalds # Date: Thu Jul 20 20:35:38 2023 -0700 # # Merge tag 'drm-fixes-2023-07-21' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Mostly amdgpu fixes, a couple of i915 fixes, some nouveau and then a # few misc accel and other fixes. # # client: # - memory leak fix # # dma-buf: # - memory leak fix # # qaic: # - bound check fixes # - map_user_pages leak # - int overflow fixes # # habanalabs: # - debugfs stub helper # # nouveau: # - aux event slot fixes # - anx9805 cards fixes # # i915: # - Add sentinel to xehp_oa_b_counters # - Revert "drm/i915: use localized __diag_ignore_all() instead of per # file" # # amdgpu: # - More PCIe DPM fixes for Intel platforms # - DCN3.0.1 fixes # - Virtual display timer fix # - Async flip fix # - SMU13 clock reporting fixes # - Add missing PSP firmware declaration # - DP MST fix # - DCN3.1.x fixes # - Slab out of bounds fix" # # * tag 'drm-fixes-2023-07-21' of git://anongit.freedesktop.org/drm/drm: (31 commits) # accel/habanalabs: add more debugfs stub helpers # drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP # drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interrupts # drm/nouveau/i2c: fix number of aux event slots # drm/amdgpu: use a macro to define no xcp partition case # drm/amdgpu/vm: use the same xcp_id from root PD # drm/amdgpu: fix slab-out-of-bounds issue in amdgpu_vm_pt_create # drm/amdgpu: Allocate root PD on correct partition # drm/amd/display: Keep PHY active for DP displays on DCN31 # drm/amd/display: Prevent vtotal from being set to 0 # drm/amd/display: Disable MPC split by default on special asic # drm/amd/display: check TG is non-null before checking if enabled # drm/amd/display: Add polling method to handle MST reply packet # drm/amd/display: Clean up errors & warnings in amdgpu_dm.c # drm/amdgpu: Allow the initramfs generator to include psp_13_0_6_ta # drm/amdgpu/pm: make mclk consistent for smu 13.0.7 # drm/amdgpu/pm: make gfxclock consistent for sienna cichlid # drm/amd/display: only accept async flips for fast updates # drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancel # drm/amd/display: add DCN301 specific logic for OTG programming # ... # < /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 f7e3a1bafdea735050dfde00523cf505dc7fd309 # 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: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:31.023513