On Wed, 5 Mar 2025, Andrew Cooper wrote:
> * Add cf_check annotation to cmp_patch_id() used by bsearch().
> * Add U suffix to the K[] table to fix MISRA Rule 7.2 violations.
>
> Fixes: 372af524411f ("xen/lib: Introduce SHA2-256")
> Fixes: 630e8875ab36 ("x86/ucode: Perform extra SHA2 checks on AM
* Add cf_check annotation to cmp_patch_id() used by bsearch().
* Add U suffix to the K[] table to fix MISRA Rule 7.2 violations.
Fixes: 372af524411f ("xen/lib: Introduce SHA2-256")
Fixes: 630e8875ab36 ("x86/ucode: Perform extra SHA2 checks on AMD Fam17h/19h
microcode")
Signed-off-by: Andrew Coo