Bug 1214939

Summary: outdated kernel parameter nopvspin is still supported
Product: [SUSE ALP - SUSE Adaptable Linux Platform] ALP Bedrock Reporter: Oliver Neukum <oneukum>
Component: KernelAssignee: Oliver Neukum <oneukum>
Status: RESOLVED FIXED QA Contact:
Severity: Minor    
Priority: P5 - None CC: tiwai
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Oliver Neukum 2023-09-04 14:20:00 UTC
The SP6 kernel needs to keep supporting the nopvspin, which was present in SLE15GA, but was dropped in updted upstream kernels and hence readded in the SLE kernels, which includes SP6. In ALP, however, it is not needed.

I asked in the ALP meeting and the answer was that old stuff should be removed, even if the kernels diverge
Comment 1 Takashi Iwai 2023-09-04 14:24:17 UTC
Just put #ifdef CONFIG_SUSE_PRODUCT_SLE around the code you added in the patch instead. Then we can avoid the code divergence.
Comment 2 Oliver Neukum 2023-09-05 11:23:42 UTC
Ifdefed away