# git rev-parse -q --verify f31531e55495ca3746fb895ffdf73586be8259fa^{commit} f31531e55495ca3746fb895ffdf73586be8259fa already have revision, skipping fetch # git checkout -q -f -B kisskb f31531e55495ca3746fb895ffdf73586be8259fa # git clean -qxdf # < git log -1 # commit f31531e55495ca3746fb895ffdf73586be8259fa # Merge: 411a44c24a56 b112166a894d # Author: Linus Torvalds # Date: Thu Oct 28 12:17:01 2021 -0700 # # Merge tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Quiet but not too quiet, I blame Halloween. # # The first set of amdgpu fixes missed last week, hence why this has a # few more of them, it's mostly display fixes for new GPUs and some # debugfs OOB stuff. # # The i915 patches have one to remove a tracepoint possible issue before # it's a real problem, the others around cflush and display are cc'ed to # stable as well. # # Otherwise it's just a few misc fixes. # # Summary: # # MAINTAINERS: # - Fix the path pattern # # ttm: # - Fix fence leak in ttm_transfered_destroy. # # core: # - Add GPD Win3 rotation quirk # # i915: # - Remove unconditional clflushes # - Fix oops on boot due to sync state on disabled DP encoders # - Revert backend specific data added to tracepoints # - Remove useless and incorrect memory frequence calculation # # panel: # - Add quirk for Aya Neo 2021 # # seltest: # - Reset property count for each drm damage selftest so full run will # work correctly. # # amdgpu: # - Fix two potential out of bounds writes in debugfs # - Fix revision handling for Yellow Carp # - Display fixes for Yellow Carp # - Display fixes for DCN 3.1" # # * tag 'drm-fixes-2021-10-29' of git://anongit.freedesktop.org/drm/drm: (21 commits) # MAINTAINERS: dri-devel is for all of drivers/gpu # drm/i915: Revert 'guc_id' from i915_request tracepoint # drm/amd/display: Fix deadlock when falling back to v2 from v3 # drm/amd/display: Fallback to clocks which meet requested voltage on DCN31 # drm/amdgpu: Fix even more out of bound writes from debugfs # drm: panel-orientation-quirks: Add quirk for GPD Win3 # drm/i915/dp: Skip the HW readout of DPCD on disabled encoders # drm/i915: Catch yet another unconditioal clflush # drm/i915: Convert unconditional clflush to drm_clflush_virt_range() # drm/i915/selftests: Properly reset mock object propers for each test # drm: panel-orientation-quirks: Add quirk for Aya Neo 2021 # drm/ttm: fix memleak in ttm_transfered_destroy # drm/amdgpu: support B0&B1 external revision id for yellow carp # drm/amd/display: Moved dccg init to after bios golden init # drm/amd/display: Increase watermark latencies for DCN3.1 # drm/amd/display: increase Z9 latency to workaround underflow in Z9 # drm/amd/display: Require immediate flip support for DCN3.1 planes # drm/amd/display: Fix prefetch bandwidth calculation for DCN3.1 # drm/amd/display: Limit display scaling to up to true 4k for DCN 3.1 # drm/amdgpu: fix out of bounds write # ... # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 f31531e55495ca3746fb895ffdf73586be8259fa # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- m5272c3_defconfig # < make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 8 ARCH=m68k O=/kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/m68k-linux/bin/m68k-linux- In file included from /kisskb/src/include/linux/string.h:20, from /kisskb/src/include/linux/bitmap.h:10, from /kisskb/src/include/linux/cpumask.h:12, from /kisskb/src/include/linux/mm_types_task.h:14, from /kisskb/src/include/linux/mm_types.h:5, from /kisskb/src/include/linux/buildid.h:5, from /kisskb/src/include/linux/module.h:14, from /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:25: In function 'fec_get_mac', inlined from 'fec_enet_init' at /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:3510:8, inlined from 'fec_probe' at /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:3932:8: /kisskb/src/arch/m68k/include/asm/string.h:72:25: warning: '__builtin_memcpy' reading 6 bytes from a region of size 0 [-Wstringop-overread] 72 | #define memcpy(d, s, n) __builtin_memcpy(d, s, n) | ^~~~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/freescale/fec_main.c:1771:9: note: in expansion of macro 'memcpy' 1771 | memcpy(ndev->dev_addr, iap, ETH_ALEN); | ^~~~~~ Completed OK # rm -rf /kisskb/build/linus_m5272c3_defconfig_m68k-gcc11 # Build took: 0:00:52.478542