Skip to content

Commit e52adb5

Browse files
committed
env: Update for next-20241219
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
1 parent fcdfa79 commit e52adb5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

configs/kernel/linux-next-llvm.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5478,6 +5478,7 @@ CONFIG_SENSORS_ADM1275=m
54785478
CONFIG_SENSORS_ADP1050=m
54795479
CONFIG_SENSORS_BEL_PFE=m
54805480
CONFIG_SENSORS_BPA_RS600=m
5481+
# CONFIG_SENSORS_CRPS is not set
54815482
CONFIG_SENSORS_DELTA_AHE50DC_FAN=m
54825483
CONFIG_SENSORS_FSP_3Y=m
54835484
CONFIG_SENSORS_IBM_CFFPS=m

python/lib/kernel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def prepare_source(base_name, base_ref='origin/master'):
120120
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
121121
patches.append('https://lore.kernel.org/all/20241216233704.3208607-6-dwmw2@infradead.org/') # x86/kexec: Fix location of relocate_kernel with -ffunction-sections
122122
patches.append('https://lore.kernel.org/all/20241216233704.3208607-7-dwmw2@infradead.org/') # x86/kexec: Mark machine_kexec() with __nocfi
123+
124+
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
123125
# yapf: enable
124126

125127
try:

0 commit comments

Comments
 (0)