Message ID | 20231129224916.532431-1-seanjc@google.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: selftests: Annotate guest printfs as such | expand |
On Wed, 29 Nov 2023 14:49:12 -0800, Sean Christopherson wrote: > Fix a handful of broken guest assert/printf messages, and annotate guest > ucall, printf, and assert helpers with __printf() so that such breakage is > detected by the compiler. > > v2: > - Annotate the relevant helpers. [Maxim] > - Fix all other warnings (v1 fixed only the MWAIT error message) > > [...] Applied rather quickly to kvm-x86 selftests, as I want to get these a few days of exposure in -next before sending them to Paolo for 6.7-rc5. I'll happily do fixups if there is any feedback that needs to be addressed. Thanks! [1/4] KVM: selftests: Fix MWAIT error message when guest assertion fails https://github.com/kvm-x86/linux/commit/1af3bf2befc0 [2/4] KVM: selftests: Fix benign %llx vs. %lx issues in guest asserts https://github.com/kvm-x86/linux/commit/4d53dcc5d0bc [3/4] KVM: selftests: Fix broken assert messages in Hyper-V features test https://github.com/kvm-x86/linux/commit/f813e6d41baf [4/4] KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf() https://github.com/kvm-x86/linux/commit/1b2658e4c709 -- https://github.com/kvm-x86/linux/tree/next