Re: [PATCH] irqchip/riscv-imsic: Adjust vs irq files num according to MMIO resources

From: Thomas Gleixner

Date: Sat Dec 20 2025 - 10:22:23 EST


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