Re: [PATCH 1/4] x86/spec-ctrl: Rename retpoline_safe() to retpoline_calculations()

2023-05-30 Thread Andrew Cooper
On 30/05/2023 10:07 am, Jan Beulich wrote: > On 26.05.2023 13:06, Andrew Cooper wrote: >> This is prep work, split out to simply the diff on the following change. >> >> * Rename to retpoline_calculations(), and call unconditionally. It is >>shortly going to synthesize missing enumerations req

Re: [PATCH 1/4] x86/spec-ctrl: Rename retpoline_safe() to retpoline_calculations()

2023-05-30 Thread Jan Beulich
On 26.05.2023 13:06, Andrew Cooper wrote: > This is prep work, split out to simply the diff on the following change. > > * Rename to retpoline_calculations(), and call unconditionally. It is >shortly going to synthesize missing enumerations required for guest safety. > * For Broadwell, stor

[PATCH 1/4] x86/spec-ctrl: Rename retpoline_safe() to retpoline_calculations()

2023-05-26 Thread Andrew Cooper
This is prep work, split out to simply the diff on the following change. * Rename to retpoline_calculations(), and call unconditionally. It is shortly going to synthesize missing enumerations required for guest safety. * For Broadwell, store the ucode revision calculation in a variable and f