You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AMD side of the loader has always claimed to support mixed
steppings. But somewhere along the way, it broke that by assuming that
the cached patch blob is a single one instead of it being one per
*node*.
So turn it into a per-node one so that each node can stash the blob
relevant for it.
[ NB: Fixes tag is not really the exactly correct one but it is good
enough. ]
Fixes: fe05589 ("x86/microcode: Merge the early microcode loader")
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Cc: <[email protected]> # 2355370 ("x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter")
Cc: <[email protected]> # a5ad921 ("x86/microcode/AMD: Add a @cpu parameter to the reloading functions")
Link: https://lore.kernel.org/r/[email protected]
0 commit comments