[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <170144735827.840391.573598926440531573.b4-ty@google.com>
Date: Fri, 1 Dec 2023 15:30:37 -0800
From: Sean Christopherson <seanjc@...gle.com>
To: Sean Christopherson <seanjc@...gle.com>,
Paolo Bonzini <pbonzini@...hat.com>
Cc: kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
Maxim Levitsky <mlevitsk@...hat.com>
Subject: Re: [PATCH v2 0/4] KVM: selftests: Annotate guest printfs as such
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
Powered by blists - more mailing lists