# git rev-parse -q --verify 0d1409e4ff08aa4a9a254d3f723410db32aa7552^{commit} 0d1409e4ff08aa4a9a254d3f723410db32aa7552 already have revision, skipping fetch # git checkout -q -f -B kisskb 0d1409e4ff08aa4a9a254d3f723410db32aa7552 # git clean -qxdf # < git log -1 # commit 0d1409e4ff08aa4a9a254d3f723410db32aa7552 # Merge: 859c73d439cd c4252650a8c4 # Author: Linus Torvalds # Date: Thu Dec 8 16:58:31 2022 -0800 # # Merge tag 'drm-fixes-2022-12-09' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Last set of fixes for final, scattered bunch of fixes, two amdgpu, one # vmwgfx, and some misc others. # # amdgpu: # - S0ix fix # - DCN 3.2 array out of bounds fix # # shmem: # - Fixes to shmem-helper error paths # # bridge: # - Fix polarity bug in bridge/ti-sn65dsi86 # # dw-hdmi: # - Prefer 8-bit RGB fallback before any YUV mode in dw-hdmi, since # some panels lie about YUV support # # vmwgfx: # - Stop using screen objects when SEV is active" # # * tag 'drm-fixes-2022-12-09' of git://anongit.freedesktop.org/drm/drm: # drm/amd/display: fix array index out of bound error in DCN32 DML # drm/amdgpu/sdma_v4_0: turn off SDMA ring buffer in the s2idle suspend # drm/vmwgfx: Don't use screen objects when SEV is active # drm/shmem-helper: Avoid vm_open error paths # drm/shmem-helper: Remove errant put in error path # drm: bridge: dw_hdmi: fix preference of RGB modes over YUV420 # drm/bridge: ti-sn65dsi86: Fix output polarity setting bug # drm/vmwgfx: Fix race issue calling pin_user_pages # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux-ld --version # < git log --format=%s --max-count=1 0d1409e4ff08aa4a9a254d3f723410db32aa7552 # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- defconfig # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- help # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig .config:3641:warning: override: reassigning to symbol DEBUG_INFO_BTF # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-defconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In function 'setup_lowcore_dat_on', inlined from 'setup_arch' at /kisskb/src/arch/s390/kernel/setup.c:1059:2: /kisskb/src/arch/s390/kernel/setup.c:524:9: warning: 'memcpy' offset [0, 127] is out of the bounds [0, 0] [-Warray-bounds] 524 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 525 | sizeof(abs_lc->cregs_save_area)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_s390-defconfig_s390x-gcc11 # Build took: 0:04:20.385252