diff --git a/configs/kernel/linux-next-llvm.config b/configs/kernel/linux-next-llvm.config index f79835b1..69509a1d 100644 --- a/configs/kernel/linux-next-llvm.config +++ b/configs/kernel/linux-next-llvm.config @@ -5478,6 +5478,7 @@ CONFIG_SENSORS_ADM1275=m CONFIG_SENSORS_ADP1050=m CONFIG_SENSORS_BEL_PFE=m CONFIG_SENSORS_BPA_RS600=m +# CONFIG_SENSORS_CRPS is not set CONFIG_SENSORS_DELTA_AHE50DC_FAN=m CONFIG_SENSORS_FSP_3Y=m CONFIG_SENSORS_IBM_CFFPS=m diff --git a/python/lib/kernel.py b/python/lib/kernel.py index 37353e06..08e98eaa 100755 --- a/python/lib/kernel.py +++ b/python/lib/kernel.py @@ -120,6 +120,8 @@ def prepare_source(base_name, base_ref='origin/master'): patches.append('https://lore.kernel.org/all/20241216233704.3208607-5-dwmw2@infradead.org/') # x86/kexec: Fix stack and handling of re-entry point for ::preserve_context patches.append('https://lore.kernel.org/all/20241216233704.3208607-6-dwmw2@infradead.org/') # x86/kexec: Fix location of relocate_kernel with -ffunction-sections patches.append('https://lore.kernel.org/all/20241216233704.3208607-7-dwmw2@infradead.org/') # x86/kexec: Mark machine_kexec() with __nocfi + + patches.append('https://lore.kernel.org/all/20241219-amdgpu-fix-enum-float-conversion-again-again-v1-1-ef2c619724b1@kernel.org/') # drm/amd/display: Disable -Wenum-float-conversion for dml2_dpmm_dcn4.c # yapf: enable try: