Re: [EXTERNAL] Re: [PATCH 1/2] x86/Kconfig: Allow CONFIG_X86_MPPARSE disable for OF platforms

From: Dave Hansen
Date: Thu May 25 2023 - 09:56:20 EST


On 5/25/23 00:06, Saurabh Singh Sengar wrote:
> When CONFIG_X86_MPPARSE is enabled, the kernel will scan low memory,
> looking for MP tables. In Hyper-V VBS setup, lower memory is assigned to VTL0.
> This lower memory may contain the actual MPPARSE table for VTL0,
> which can confuse the VTLx kernel and cause issues. (x > 0)

This still just seems wrong.

If an action crashes the kernel because of changes, we don't just
compile it out and move on. We add enumeration for the new feature
that's causing it and turn off the action at runtime.