From: Thomas Gleixner <tglx@linutronix.de>
To: Xu Lu <luxu.kernel@bytedance.com>,
anup@brainfault.org, atish.patra@linux.dev, pjw@kernel.org,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr
Cc: kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
Date: Sat, 20 Dec 2025 16:22:19 +0100 [thread overview]
Message-ID: <87o6nt9o0k.ffs@tglx> (raw)
In-Reply-To: <CAPYmKFvE3ZnsbTFYHe8T2tkF10G08dnEQ5KEdied_6wGjztv7A@mail.gmail.com>
On Sat, Dec 20 2025 at 17:03, Xu Lu wrote:
>> kvm_riscv_aia_nr_hgei = min((ulong)kvm_riscv_aia_nr_hgei,
>> - BIT(gc->guest_index_bits) - 1);
>> + BIT(gc->nr_guest_files) - 1);
>
> Typo here. I will resend this patch.
And please change the subject line to something comprehensible. 'vs irq
files num' says absolutely nothing.
Thanks,
tglx
--
kvm-riscv mailing list
kvm-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kvm-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: Xu Lu <luxu.kernel@bytedance.com>,
anup@brainfault.org, atish.patra@linux.dev, pjw@kernel.org,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr
Cc: kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
Date: Sat, 20 Dec 2025 16:22:19 +0100 [thread overview]
Message-ID: <87o6nt9o0k.ffs@tglx> (raw)
In-Reply-To: <CAPYmKFvE3ZnsbTFYHe8T2tkF10G08dnEQ5KEdied_6wGjztv7A@mail.gmail.com>
On Sat, Dec 20 2025 at 17:03, Xu Lu wrote:
>> kvm_riscv_aia_nr_hgei = min((ulong)kvm_riscv_aia_nr_hgei,
>> - BIT(gc->guest_index_bits) - 1);
>> + BIT(gc->nr_guest_files) - 1);
>
> Typo here. I will resend this patch.
And please change the subject line to something comprehensible. 'vs irq
files num' says absolutely nothing.
Thanks,
tglx
WARNING: multiple messages have this Message-ID (diff)
From: Thomas Gleixner <tglx@linutronix.de>
To: Xu Lu <luxu.kernel@bytedance.com>,
anup@brainfault.org, atish.patra@linux.dev, pjw@kernel.org,
palmer@dabbelt.com, aou@eecs.berkeley.edu, alex@ghiti.fr
Cc: kvm@vger.kernel.org, kvm-riscv@lists.infradead.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources
Date: Sat, 20 Dec 2025 16:22:19 +0100 [thread overview]
Message-ID: <87o6nt9o0k.ffs@tglx> (raw)
In-Reply-To: <CAPYmKFvE3ZnsbTFYHe8T2tkF10G08dnEQ5KEdied_6wGjztv7A@mail.gmail.com>
On Sat, Dec 20 2025 at 17:03, Xu Lu wrote:
>> kvm_riscv_aia_nr_hgei = min((ulong)kvm_riscv_aia_nr_hgei,
>> - BIT(gc->guest_index_bits) - 1);
>> + BIT(gc->nr_guest_files) - 1);
>
> Typo here. I will resend this patch.
And please change the subject line to something comprehensible. 'vs irq
files num' says absolutely nothing.
Thanks,
tglx
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
next prev parent reply other threads:[~2025-12-20 15:22 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-20 8:55 [PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources Xu Lu
2025-12-20 8:55 ` Xu Lu
2025-12-20 8:55 ` Xu Lu
2025-12-20 9:03 ` Xu Lu
2025-12-20 9:03 ` Xu Lu
2025-12-20 9:03 ` Xu Lu
2025-12-20 15:22 ` Thomas Gleixner [this message]
2025-12-20 15:22 ` Thomas Gleixner
2025-12-20 15:22 ` Thomas Gleixner
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=87o6nt9o0k.ffs@tglx \
--to=tglx@linutronix.de \
--cc=alex@ghiti.fr \
--cc=anup@brainfault.org \
--cc=aou@eecs.berkeley.edu \
--cc=atish.patra@linux.dev \
--cc=kvm-riscv@lists.infradead.org \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=luxu.kernel@bytedance.com \
--cc=palmer@dabbelt.com \
--cc=pjw@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.