From: ALOK TIWARI <alok.a.tiwari@oracle.com>
To: Marc Zyngier <maz@kernel.org>
Cc: jintack@cs.columbia.edu, christoffer.dall@arm.com,
oliver.upton@linux.dev, joey.gouly@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,
linux-kernel@vger.kernel.org
Subject: Re: [External] : Re: [PATCH] KVM: arm64: vgic: fix incorrect spinlock API usage
Date: Mon, 8 Sep 2025 18:36:45 +0530 [thread overview]
Message-ID: <f618abc2-666c-4455-8a69-62669d367333@oracle.com> (raw)
In-Reply-To: <86v7ltcqb9.wl-maz@kernel.org>
On 9/8/2025 1:46 PM, Marc Zyngier wrote:
>> diff --git a/arch/arm64/kvm/vgic/vgic.c b/arch/arm64/kvm/vgic/vgic.c
>> index f5148b38120a..c74d6120a12c 100644
>> --- a/arch/arm64/kvm/vgic/vgic.c
>> +++ b/arch/arm64/kvm/vgic/vgic.c
>> @@ -818,7 +818,7 @@ static void vgic_flush_lr_state(struct kvm_vcpu *vcpu)
>> * the AP list has been sorted already.
>> */
>> if (multi_sgi && irq->priority > prio) {
>> - _raw_spin_unlock(&irq->irq_lock);
>> + raw_spin_unlock(&irq->irq_lock);
>> break;
>> }
>>
> With the above fixed:
>
> Acked-by: Marc Zyngier<maz@kernel.org>
Thanks Marc, I will send v2 with your suggestions.
Thanks,
Alok
prev parent reply other threads:[~2025-09-08 13:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-07 20:14 [PATCH] KVM: arm64: vgic: fix incorrect spinlock API usage Alok Tiwari
2025-09-08 8:16 ` Marc Zyngier
2025-09-08 13:06 ` ALOK TIWARI [this message]
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=f618abc2-666c-4455-8a69-62669d367333@oracle.com \
--to=alok.a.tiwari@oracle.com \
--cc=catalin.marinas@arm.com \
--cc=christoffer.dall@arm.com \
--cc=jintack@cs.columbia.edu \
--cc=joey.gouly@arm.com \
--cc=kvmarm@lists.linux.dev \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=maz@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox