Re: [PATCH] Xen: CI fixes from XSN-2

2025-03-05 Thread Stefano Stabellini
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

[PATCH] Xen: CI fixes from XSN-2

2025-03-05 Thread Andrew Cooper
* 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