[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] arm/vgic: Fix reference to a non-existing function
- To: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Fri, 3 Dec 2021 11:37:41 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=ojA+V2sFIMFVxJ+V0ettajToh0xyk9noTUR9uY9+agQ=; b=HiZl+IR8M0PprKc0fAYDGphWB61W0GP+m7PduyppIZbriYUUl1kOKjtSlXv1pEIolU9ASFvG8RCh6t5xtoYYHL3hzCRCjgPYURJY9pyQJnHyhGQRMewiV77qnktRW9BeQSX9KHHwH4lTZ0yV86raIF70JIvcXbqBZ8bU4rguwSJEYoQanu5foUzYavdLRf5ChhDFQOOT8qydmdttJl95OUxvvrBVlo0BueeYcQVXNv3uk6e75azg29Aho1AlPgmFSJgcBEUPzqPFh46b8S+wCL8SyJ3EGWOUCiP3E/gk0KJwuUU8DAF3oEyU1fnyhca/cYj6tfCbngm8Guu9qpuUcQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=NbHr2arcZbIr9qgUlPqJOWtagrAqYfTl6imyrwgIBfNVa6zuwBnQLfyz4YvdvFQ0sj95D9ob8RShxysCxFe3ccRre7FXE+G9lq52ISg2Kqsf68cRZwKiudNzsHqld72U3xheaDwZ43PTNqwfthg4Ky70ZBkdTkYA9E7iGciTY87yE6ez9G8H9N9ayqDSymCwOeIZgRfKhEWptCI5iRUSRzouAAFEtk5HTaJvf44kl6MSldLYXP0ZbxGp8QNgt92fFLhY62WmJ4MLJyTB5RP6XxY8RdGFXWzcSMaiWjj5ikzBUqYZpezg363jRAKNTbFdZji8i1+E3CjkgZxDvABpFA==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Michal Orzel <Michal.Orzel@xxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Fri, 03 Dec 2021 11:38:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHX6CxjOPaugM9lo0aVspePzsZYTqwgjh6AgAAR9gCAAAPtgA==
- Thread-topic: [PATCH] arm/vgic: Fix reference to a non-existing function
Hi Ayan,
> On 3 Dec 2021, at 11:23, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxxxxx>
> wrote:
>
>
>
> On 03/12/2021 10:19, Bertrand Marquis wrote:
>> Hi Michal,
>>> On 3 Dec 2021, at 09:58, Michal Orzel <Michal.Orzel@xxxxxxx> wrote:
>>>
>>> Commit 68dcdf942326ad90ca527831afbee9cd4a867f84
>>> (xen/arm: s/gic_set_guest_irq/gic_raise_guest_irq)
>>> forgot to modify a comment about lr_pending list,
>>> referring to a function that has been renamed.
>>> Fix that.
>>>
>>> Fixes: 68dcdf942326ad90ca527831afbee9cd4a867f84
>>> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
>> Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
>
> Bertrand is very fast. :D.
To be fare we are working together with Michal ;-)
> I wanted to check if it is ok to add my R-b.
It is always ok and welcome if you feel you understood and check the change and
it is ok for you :-)
There is never enough reviewers.
Cheers
Bertrand
>> Thanks for that
>> Cheers
>> Bertrand
>>> ---
>>> xen/include/asm-arm/vgic.h | 2 +-
>>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/xen/include/asm-arm/vgic.h b/xen/include/asm-arm/vgic.h
>>> index e69a59063a..ade427a808 100644
>>> --- a/xen/include/asm-arm/vgic.h
>>> +++ b/xen/include/asm-arm/vgic.h
>>> @@ -195,7 +195,7 @@ struct vgic_cpu {
>>> * corresponding LR it is also removed from this list. */
>>> struct list_head inflight_irqs;
>>> /* lr_pending is used to queue IRQs (struct pending_irq) that the
>>> - * vgic tried to inject in the guest (calling gic_set_guest_irq) but
>>> + * vgic tried to inject in the guest (calling gic_raise_guest_irq) but
>>> * no LRs were available at the time.
>>> * As soon as an LR is freed we remove the first IRQ from this
>>> * list and write it to the LR register.
>>> --
>>> 2.29.0
>>>
|