RE: [PATCHv6 01/16] x86/cpu: Enumerate the LASS feature bits

From: Luck, Tony
Date: Mon Jun 23 2025 - 20:12:00 EST


> Are we actually doing patching on more than one CPU at a time?

We could call static_key_enable()/static_key_disable() for different
keys at the same time from multiple CPUs.

Do we actually do that? Probably not.

-Tony