Re: [PATCH 1/5] x86/ucode: Rename hypercall-context functions

2024-10-25 Thread Jason Andryuk
On 2024-10-24 09:22, Andrew Cooper wrote: microcode_update{,_helper}() are overly generic names in a file that has multiple update routines and helper functions contexts. Rename microcode_update() to ucode_update_hcall() so it explicitly identifies itself as hypercall context, and rename microco

[PATCH 1/5] x86/ucode: Rename hypercall-context functions

2024-10-25 Thread Andrew Cooper
microcode_update{,_helper}() are overly generic names in a file that has multiple update routines and helper functions contexts. Rename microcode_update() to ucode_update_hcall() so it explicitly identifies itself as hypercall context, and rename microcode_update_helper() to ucode_update_hcall_con