On Fri, 28 Feb 2025 15:38:52 -0800, Sean Christopherson wrote: > Print out the index of mismatching XSAVE bytes using unsigned decimal > format. Some versions of clang complain about trying to print an integer > as an unsigned char. > > x86/sev_smoke_test.c:55:51: error: format specifies type 'unsigned char' > but the argument has type 'int' [-Werror,-Wformat] > > [...] Applied to kvm-x86 fixes, thanks! [1/1] KVM: selftests: Fix printf() format goof in SEV smoke test https://github.com/kvm-x86/linux/commit/3b2d3db36801 -- https://github.com/kvm-x86/linux/tree/next