From: Marc Zyngier <maz@kernel.org>
To: Nathan Chancellor <nathan@kernel.org>
Cc: Jean-Philippe Brucker <jean-philippe@linaro.org>,
Oliver Upton <oliver.upton@linux.dev>,
james.morse@arm.com, suzuki.poulose@arm.com,
yuzenghui@huawei.com, catalin.marinas@arm.com, will@kernel.org,
linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev
Subject: Re: [PATCH 1/4] KVM: arm64: vgic: Fix a circular locking issue
Date: Wed, 07 Jun 2023 16:42:56 +0100 [thread overview]
Message-ID: <87edmnnurj.wl-maz@kernel.org> (raw)
In-Reply-To: <20230607152925.GA1231177@dev-arch.thelio-3990X>
On Wed, 07 Jun 2023 16:29:25 +0100,
Nathan Chancellor <nathan@kernel.org> wrote:
>
> On Wed, Jun 07, 2023 at 04:04:53PM +0100, Marc Zyngier wrote:
> > I came up with the following patch, which fixes it for me on my
> > SynQuacer. Nathan, could you please try it with your config?
>
> Works like a charm :)
>
> Tested-by: Nathan Chancellor <nathan@kernel.org>
>
> Thanks a lot for quickly getting to the bottom of this!
Many thanks for the report and the testing!
I've pushed this out to fixes.
M.
--
Without deviation from the norm, progress is not possible.
WARNING: multiple messages have this Message-ID (diff)
From: Marc Zyngier <maz@kernel.org>
To: Nathan Chancellor <nathan@kernel.org>
Cc: Jean-Philippe Brucker <jean-philippe@linaro.org>,
Oliver Upton <oliver.upton@linux.dev>,
james.morse@arm.com, suzuki.poulose@arm.com,
yuzenghui@huawei.com, catalin.marinas@arm.com, will@kernel.org,
linux-arm-kernel@lists.infradead.org, kvmarm@lists.linux.dev
Subject: Re: [PATCH 1/4] KVM: arm64: vgic: Fix a circular locking issue
Date: Wed, 07 Jun 2023 16:42:56 +0100 [thread overview]
Message-ID: <87edmnnurj.wl-maz@kernel.org> (raw)
In-Reply-To: <20230607152925.GA1231177@dev-arch.thelio-3990X>
On Wed, 07 Jun 2023 16:29:25 +0100,
Nathan Chancellor <nathan@kernel.org> wrote:
>
> On Wed, Jun 07, 2023 at 04:04:53PM +0100, Marc Zyngier wrote:
> > I came up with the following patch, which fixes it for me on my
> > SynQuacer. Nathan, could you please try it with your config?
>
> Works like a charm :)
>
> Tested-by: Nathan Chancellor <nathan@kernel.org>
>
> Thanks a lot for quickly getting to the bottom of this!
Many thanks for the report and the testing!
I've pushed this out to fixes.
M.
--
Without deviation from the norm, progress is not possible.
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-06-07 15:43 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-18 10:09 [PATCH 0/4] KVM: arm64: vgic: Locking fixes Jean-Philippe Brucker
2023-05-18 10:09 ` Jean-Philippe Brucker
2023-05-18 10:09 ` [PATCH 1/4] KVM: arm64: vgic: Fix a circular locking issue Jean-Philippe Brucker
2023-05-18 10:09 ` Jean-Philippe Brucker
2023-05-18 18:21 ` Oliver Upton
2023-05-18 18:21 ` Oliver Upton
2023-06-06 22:15 ` Nathan Chancellor
2023-06-07 5:23 ` Oliver Upton
2023-06-07 5:23 ` Oliver Upton
2023-06-07 8:37 ` Marc Zyngier
2023-06-07 8:37 ` Marc Zyngier
2023-06-07 13:28 ` Jean-Philippe Brucker
2023-06-07 13:28 ` Jean-Philippe Brucker
2023-06-07 15:04 ` Marc Zyngier
2023-06-07 15:04 ` Marc Zyngier
2023-06-07 15:29 ` Nathan Chancellor
2023-06-07 15:29 ` Nathan Chancellor
2023-06-07 15:42 ` Marc Zyngier [this message]
2023-06-07 15:42 ` Marc Zyngier
2023-05-18 10:09 ` [PATCH 2/4] KVM: arm64: vgic: Wrap vgic_its_create() with config_lock Jean-Philippe Brucker
2023-05-18 10:09 ` Jean-Philippe Brucker
2023-05-18 10:09 ` [PATCH 3/4] KVM: arm64: vgic: Fix locking comment Jean-Philippe Brucker
2023-05-18 10:09 ` Jean-Philippe Brucker
2023-05-18 10:09 ` [PATCH 4/4] KVM: arm64: vgic: Fix a comment Jean-Philippe Brucker
2023-05-18 10:09 ` Jean-Philippe Brucker
2023-05-18 18:23 ` [PATCH 0/4] KVM: arm64: vgic: Locking fixes Oliver Upton
2023-05-18 18:23 ` Oliver Upton
2023-05-19 8:46 ` Marc Zyngier
2023-05-19 8:46 ` Marc Zyngier
2023-05-19 13:22 ` Jean-Philippe Brucker
2023-05-19 13:22 ` Jean-Philippe Brucker
2023-05-24 12:40 ` Jean-Philippe Brucker
2023-05-24 12:40 ` Jean-Philippe Brucker
2023-05-24 12:49 ` Marc Zyngier
2023-05-24 12:49 ` Marc Zyngier
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=87edmnnurj.wl-maz@kernel.org \
--to=maz@kernel.org \
--cc=catalin.marinas@arm.com \
--cc=james.morse@arm.com \
--cc=jean-philippe@linaro.org \
--cc=kvmarm@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=nathan@kernel.org \
--cc=oliver.upton@linux.dev \
--cc=suzuki.poulose@arm.com \
--cc=will@kernel.org \
--cc=yuzenghui@huawei.com \
/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.