On 21/01/2026 3:47 pm, Alejandro Vallejo wrote: > It's only used for microcode loading on x86. By lib-ifying it we can make > it go away automatically when microcode loading becomes an optional > feature in follow-up patches.
Given what's committed, this becomes "when CONFIG_MICROCODE_LOADING=n" now. > The exclude-list.json file goes stale after the move, so remove the entry > for earlycpio.c now that it's not included in AMD's build. > > Its breakages will be fixed in due time and not ignored. ---8<--- exclude-list.json becomes stale with the move, but earlycpio is now absent entirely in the *-amd target build, so the violations don't matter. Simply drop the exclusion, so the logic gets scanned as part of the *-allcode targets. ---8<--- > > Signed-off-by: Alejandro Vallejo <[email protected]> > Acked-by: Andrew Cooper <[email protected]> # lib-ify only > Reviewed-by: Nicola Vetrini <[email protected]> # exclude-list.json Consider my A-by extended to a full R-by, and this looks fine to go in now. ~Andrew
