Re: [PATCH v2 0/3] x86: Extend LASS support to EFI configurations

From: Dave Hansen

Date: Tue Mar 03 2026 - 12:45:04 EST


On 2/24/26 10:45, Sohil Mehta wrote:
> Overall, the approach in patch 1 seems useful. The implementation is
> based on a combination of late_initcall() and CPU hotplug callbacks.
> Thoughts?

It looks great, actually. It's really nice how the CPU hotplug
infrastructure takes care of all the hard work.