From: Sean Christopherson <seanjc@google.com>
To: Nikolay Borisov <nik.borisov@suse.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, 11 Dec 2023 18:21:40 -0800 [thread overview]
Message-ID: <ZXfDtIful3mjgPTA@google.com> (raw)
In-Reply-To: <b028a431-92e0-4440-adf9-6b855edb88c0@suse.com>
On Sat, Dec 09, 2023, Nikolay Borisov wrote:
>
>
> 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 then solution problem
> > 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.
> >
> > > the the underscore version doesn't have any other callers.
> > >
>
>
> Has this fallen through the cracks as I don't see it in 6.7?
As above, I have this tagged for inclusion in 6.8, not 6.7. Though admittedly,
this one did actually fall through the cracks as I moved it to the wrong mailbox
when Paolo usurped the thread for unrelated guest_memfd stuff. Anyways, I do
plan on grabbing this for 6.8, I'm just buried in non-upstream stuff right now.
next prev parent reply other threads:[~2023-12-12 2:21 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
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 [this message]
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=ZXfDtIful3mjgPTA@google.com \
--to=seanjc@google.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nik.borisov@suse.com \
--cc=pbonzini@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.