# git rev-parse -q --verify cf87f46fd34d6c19283d9625a7822f20d90b64a4^{commit} cf87f46fd34d6c19283d9625a7822f20d90b64a4 already have revision, skipping fetch # git checkout -q -f -B kisskb cf87f46fd34d6c19283d9625a7822f20d90b64a4 # git clean -qxdf # < git log -1 # commit cf87f46fd34d6c19283d9625a7822f20d90b64a4 # Merge: c22c3e075380 a222a6470d7e # Author: Linus Torvalds # Date: Fri May 10 14:37:05 2024 -0700 # # Merge tag 'drm-fixes-2024-05-11' of https://gitlab.freedesktop.org/drm/kernel # # Pull drm fixes from Dave Airlie: # "This should be the last set of fixes for 6.9, i915, xe and amdgpu are # the bulk here, one of the previous nouveau fixes turned up an issue, # so reverting it, otherwise one core and a couple of meson fixes. # # core: # - fix connector debugging output # # i915: # - Automate CCS Mode setting during engine resets # - Fix audio time stamp programming for DP # - Fix parsing backlight BDB data # # xe: # - Fix use zero-length element array # - Move more from system wq to ordered private wq # - Do not ignore return for drmm_mutex_init # # amdgpu: # - DCN 3.5 fix # - MST DSC fixes # - S0i3 fix # - S4 fix # - HDP MMIO mapping fix # - Fix a regression in visible vram handling # # amdkfd: # - Spatial partition fix # # meson: # - dw-hdmi: power-up fixes # - dw-hdmi: add badngap setting for g12 # # nouveau: # - revert SG_DEBUG fix that has a side effect" # # * tag 'drm-fixes-2024-05-11' of https://gitlab.freedesktop.org/drm/kernel: # Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()" # drm/amdgpu: Fix comparison in amdgpu_res_cpu_visible # drm/amdkfd: don't allow mapping the MMIO HDP page with large pages # drm/xe: Use ordered WQ for G2H handler # drm/xe/guc: Check error code when initializing the CT mutex # drm/xe/ads: Use flexible-array # Revert "drm/amdkfd: Add partition id field to location_id" # dm/amd/pm: Fix problems with reboot/shutdown for some SMU 13.0.4/13.0.11 users # drm/amd/display: MST DSC check for older devices # drm/amd/display: Fix idle optimization checks for multi-display and dual eDP # drm/amd/display: Fix DSC-re-computing # drm/amd/display: Enable urgent latency adjustments for DCN35 # drm/connector: Add \n to message about demoting connector force-probes # drm/i915/bios: Fix parsing backlight BDB data # drm/i915/audio: Fix audio time stamp programming for DP # drm/i915/gt: Automate CCS Mode setting during engine resets # drm/meson: dw-hdmi: add bandgap setting for g12 # drm/meson: dw-hdmi: power up phy on device init # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 cf87f46fd34d6c19283d9625a7822f20d90b64a4 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=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_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14251:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14255:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14257:warning: override: reassigning to symbol UML_NET_SLIP .config:14262:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/arch/x86/um/user-offsets.c:17:6: warning: no previous prototype for ‘foo’ [-Wmissing-prototypes] 17 | void foo(void) | ^~~ In file included from /kisskb/src/arch/um/kernel/asm-offsets.c:1: /kisskb/src/arch/x86/um/shared/sysdep/kernel-offsets.h:9:6: error: no previous prototype for ‘foo’ [-Werror=missing-prototypes] 9 | void foo(void) | ^~~ cc1: all warnings being treated as errors make[3]: *** [/kisskb/src/scripts/Makefile.build:117: arch/um/kernel/asm-offsets.s] Error 1 make[2]: *** [/kisskb/src/Makefile:1197: prepare0] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:00:13.330716