# git rev-parse -q --verify 028192fea1de083f4f12bfb1eb7c4d7beb5c8ecd^{commit} 028192fea1de083f4f12bfb1eb7c4d7beb5c8ecd already have revision, skipping fetch # git checkout -q -f -B kisskb 028192fea1de083f4f12bfb1eb7c4d7beb5c8ecd # git clean -qxdf # < git log -1 # commit 028192fea1de083f4f12bfb1eb7c4d7beb5c8ecd # Merge: 38a5e3fb17e5 8e401ff5380a # Author: Linus Torvalds # Date: Thu Apr 14 16:22:16 2022 -0700 # # Merge tag 'drm-fixes-2022-04-15' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Eggs season holidays are among us, and I think I'd expect some smaller # pulls for two weeks then. # # This seems eerily quiet. One i915 fix, amdgpu has a bunch and msm. I # didn't see a misc pull this week, so I expect that will catch up next # week. # # i915: # - Correct legacy mmap disabling to use GRAPHICS_VER_FULL # # msm: # - system suspend fix # - kzalloc return checks # - misc display fix # - iommu_present removal # # amdgpu: # - Fix for alpha properly in pre-multiplied mode # - Fix VCN 3.1.2 firmware name # - Suspend/resume fix # - Add a gfxoff quirk for Mac vega20 board # - DCN 3.1.6 spread spectrum fix" # # * tag 'drm-fixes-2022-04-15' of git://anongit.freedesktop.org/drm/drm: # drm/amd/display: remove dtbclk_ss compensation for dcn316 # drm/amdgpu: Enable gfxoff quirk on MacBook Pro # drm/amdgpu: Ensure HDA function is suspended before ASIC reset # drm/amdgpu: fix VCN 3.1.2 firmware name # drm/amd/display: don't ignore alpha property on pre-multiplied mode # drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP # drm/msm/dp: add fail safe mode outside of event_mutex context # drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init() # drm/msm: Stop using iommu_present() # drm/msm/mdp5: check the return of kzalloc() # drm/msm: Fix range size vs end confusion # drm/i915: Sunset igpu legacy mmap support based on GRAPHICS_VER_FULL # drm/msm/dpu: Use indexed array initializer to prevent mismatches # drm/msm/disp: check the return value of kzalloc() # dt-bindings: display/msm: another fix for the dpu-qcm2290 example # drm/msm: Add missing put_task_struct() in debugfs path # drm/msm/gpu: Remove mutex from wait_event condition # drm/msm/gpu: Park scheduler threads for system suspend # drm/msm/gpu: Rename runtime suspend/resume functions # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 028192fea1de083f4f12bfb1eb7c4d7beb5c8ecd # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- randconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_PREVENT_FIRMWARE_BUILD=y # Added to kconfig CONFIG_CC_STACKPROTECTOR_STRONG=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig # < make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig .config:5254:warning: override: reassigning to symbol PREVENT_FIRMWARE_BUILD .config:5259:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:5260:warning: override: reassigning to symbol BPF_PRELOAD # make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- /kisskb/src/arch/x86/kernel/traps.c: In function '__exc_control_protection': /kisskb/src/arch/x86/kernel/traps.c:249:17: error: implicit declaration of function '__warn'; did you mean 'pr_warn'? [-Werror=implicit-function-declaration] 249 | __warn(__FILE__, __LINE__, (void *)regs->ip, TAINT_WARN, regs, NULL); | ^~~~~~ | pr_warn cc1: some warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:288: arch/x86/kernel/traps.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/scripts/Makefile.build:550: arch/x86/kernel] Error 2 make[1]: *** [/kisskb/src/Makefile:1834: arch/x86] Error 2 make[1]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c: In function 'radeon_bo_create': /kisskb/src/drivers/gpu/drm/radeon/radeon_object.c:186:2: warning: #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance thanks to write-combining [-Wcpp] 186 | #warning Please enable CONFIG_MTRR and CONFIG_X86_PAT for better performance \ | ^~~~~~~ make: *** [Makefile:219: __sub-make] Error 2 Command 'make -s -j 32 ARCH=x86_64 O=/kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-11.1.0-nolibc/x86_64-linux/bin/x86_64-linux- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus-rand_x86_64-randconfig_x86_64-gcc11 # Build took: 0:06:43.653169