From: Nikolay Borisov <nik.borisov@suse.com>
To: Sean Christopherson <seanjc@google.com>
Cc: pbonzini@redhat.com, x86@kernel.org, kvm@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init()
Date: Mon, 30 Oct 2023 18:17:16 +0200 [thread overview]
Message-ID: <d0a37147-ff96-44b3-bee4-7004f0af5199@suse.com> (raw)
In-Reply-To: <ZT_UtjWSKCwgBxb_@google.com>
On 30.10.23 г. 18:07 ч., Sean Christopherson wrote:
> On Mon, Oct 30, 2023, Nikolay Borisov wrote:
>> Current separation between (__){0,1}kvm_x86_vendor_init() is superfluos as
>
> superfluous
>
> But this intro is actively misleading. The double-underscore variant most definitely
> isn't superfluous, e.g. it eliminates the need for gotos reduces the probability
> of incorrect error codes, bugs in the error handling, etc. It _becomes_ superflous
> after switching to guard(mutex).
>
> IMO, this is one of the instances where the "problem, then solution" appoach is
> counter-productive. If there are no objections, I'll massage the change log to
> the below when applying (for 6.8, in a few weeks).
>
> Use the recently introduced guard(mutex) infrastructure acquire and
> automatically release vendor_module_lock when the guard goes out of scope.
> Drop the inner __kvm_x86_vendor_init(), its sole purpose was to simplify
> releasing vendor_module_lock in error paths.
>
> No functional change intended.
Thanks, I'm fine with this changelog.
>
>> the the underscore version doesn't have any other callers.
>>
>> Instead, use the newly added cleanup infrastructure to ensure that
>> kvm_x86_vendor_init() holds the vendor_module_lock throughout its
>> exectuion and that in case of error in the middle it's released. No
>> functional changes.
>
next prev parent reply other threads:[~2023-10-30 16:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-30 14:17 [PATCH] KVM: x86: User mutex guards to eliminate __kvm_x86_vendor_init() Nikolay Borisov
2023-10-30 16:07 ` Sean Christopherson
2023-10-30 16:17 ` Nikolay Borisov [this message]
2023-11-01 6:33 ` Huang, Kai
2023-10-30 17:10 ` Paolo Bonzini
2023-10-30 17:36 ` Sean Christopherson
2023-10-30 17:45 ` Paolo Bonzini
2023-12-09 11:57 ` Nikolay Borisov
2023-12-12 2:21 ` Sean Christopherson
2024-01-31 0:59 ` Sean Christopherson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d0a37147-ff96-44b3-bee4-7004f0af5199@suse.com \
--to=nik.borisov@suse.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=seanjc@google.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox