# git rev-parse -q --verify 0a71553536d270e988580a3daa9fc87535908221^{commit} 0a71553536d270e988580a3daa9fc87535908221 already have revision, skipping fetch # git checkout -q -f -B kisskb 0a71553536d270e988580a3daa9fc87535908221 # git clean -qxdf # < git log -1 # commit 0a71553536d270e988580a3daa9fc87535908221 # Merge: 1382999aa054 5193326c4c5a # Author: Linus Torvalds # Date: Fri Jan 6 15:54:25 2023 -0800 # # Merge tag 'drm-fixes-2023-01-06' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Daniel Vetter: # "Still not much, but more than last week. Dave should be back next week # from the beaching. # # drivers: # - i915-gvt fixes # - amdgpu/kfd fixes # - panfrost bo refcounting fix # - meson afbc corruption fix # - imx plane width fix # # core: # - drm/sched fixes # - drm/mm kunit test fix # - dma-buf export error handling fixes" # # * tag 'drm-fixes-2023-01-06' of git://anongit.freedesktop.org/drm/drm: # Revert "drm/amd/display: Enable Freesync Video Mode by default" # drm/i915/gvt: fix double free bug in split_2MB_gtt_entry # drm/i915/gvt: use atomic operations to change the vGPU status # drm/i915/gvt: fix vgpu debugfs clean in remove # drm/i915/gvt: fix gvt debugfs destroy # drm/i915: unpin on error in intel_vgpu_shadow_mm_pin() # drm/amd/display: Uninitialized variables causing 4k60 UCLK to stay at DPM1 and not DPM0 # drm/amdkfd: Fix kernel warning during topology setup # drm/scheduler: Fix lockup in drm_sched_entity_kill() # drm/imx: ipuv3-plane: Fix overlay plane width # drm/scheduler: Fix lockup in drm_sched_entity_kill() # drm/virtio: Fix memory leak in virtio_gpu_object_create() # drm/meson: Reduce the FIFO lines held when AFBC is not used # drm/tests: reduce drm_mm_test stack usage # drm/panfrost: Fix GEM handle creation ref-counting # drm/plane-helper: Add the missing declaration of drm_atomic_state # dma-buf: fix dma_buf_export init order v2 # < /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 0a71553536d270e988580a3daa9fc87535908221 # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- allyesconfig # Added to kconfig CONFIG_BUILD_DOCSRC=n # Added to kconfig CONFIG_MODULE_SIG=n # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig # < make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_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-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- olddefconfig # make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- In file included from /kisskb/src/include/linux/string.h:253, from /kisskb/src/include/linux/bitmap.h:11, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/smp.h:13, from /kisskb/src/include/linux/lockdep.h:14, from /kisskb/src/include/linux/rcupdate.h:29, from /kisskb/src/include/linux/rculist.h:11, from /kisskb/src/include/linux/pid.h:5, from /kisskb/src/include/linux/sched.h:14, from /kisskb/src/arch/s390/kernel/setup.c:21: /kisskb/src/arch/s390/kernel/setup.c: In function 'setup_lowcore_dat_on': /kisskb/src/include/linux/fortify-string.h:57:33: error: '__builtin_memcpy' offset [0, 127] is out of the bounds [0, 0] [-Werror=array-bounds] 57 | #define __underlying_memcpy __builtin_memcpy | ^ /kisskb/src/include/linux/fortify-string.h:578:9: note: in expansion of macro '__underlying_memcpy' 578 | __underlying_##op(p, q, __fortify_size); \ | ^~~~~~~~~~~~~ /kisskb/src/include/linux/fortify-string.h:623:26: note: in expansion of macro '__fortify_memcpy_chk' 623 | #define memcpy(p, q, s) __fortify_memcpy_chk(p, q, s, \ | ^~~~~~~~~~~~~~~~~~~~ /kisskb/src/arch/s390/kernel/setup.c:526:9: note: in expansion of macro 'memcpy' 526 | memcpy(abs_lc->cregs_save_area, S390_lowcore.cregs_save_area, | ^~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:252: arch/s390/kernel/setup.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:504: arch/s390/kernel] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:504: arch/s390] Error 2 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [/kisskb/src/Makefile:2008: .] Error 2 make: *** [Makefile:242: __sub-make] Error 2 Command 'make -s -j 160 ARCH=s390 O=/kisskb/build/linus_s390-allyesconfig_s390x-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/s390-linux/bin/s390-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_s390-allyesconfig_s390x-gcc11 # Build took: 0:10:04.286477