Re: [PATCH 1/3] virt/vgic: Increase number of DeviceIDs to 17

From: Greg KH
Date: Tue Jun 13 2023 - 11:11:54 EST


On Tue, Jun 13, 2023 at 06:08:01PM +0300, laurentiu.tudor@xxxxxxx wrote:
> From: Bharat Bhushan <Bharat.Bhushan@xxxxxxx>
>
> FSL-MC bus devices uses device-ids from 0x10000 to 0x20000.
> So to support MSI interrupts for mc-bus devices we need
> vgi-ITS device-id table of size 2^17 to support deviceid
> range from 0x10000 to 0x20000.
>
> Signed-off-by: Bharat Bhushan <Bharat.Bhushan@xxxxxxx>
> ---
> arch/arm64/kvm/vgic/vgic-its.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Is there a reason you didn't cc: any of the relevant maintainers for
this change? Please use scripts/get_maintainer.pl on your patch to
determine who is responsible for it (hint, not me!)

thanks,

greg k-h