RE: [PATCH net] RDMA/mana_ib: fix a bug in calculating the wrong page table index when 64kb page table is used
From: Long Li
Date: Thu Aug 29 2024 - 20:56:15 EST
> Subject: Re: [PATCH net] RDMA/mana_ib: fix a bug in calculating the wrong
> page table index when 64kb page table is used
>
> On Wed, Aug 28, 2024 at 01:06:08PM -0700, longli@xxxxxxxxxxxxxxxxx
> wrote:
> > From: Long Li <longli@xxxxxxxxxxxxx>
> >
> > MANA hardware uses 4k page size. When calculating the page table
> > index, it should use the hardware page size, not the system page size.
> >
> > Cc: stable@xxxxxxxxxxxxxxx
> > Fixes: 0266a177631d ("RDMA/mana_ib: Add a driver for Microsoft Azure
> > Network Adapter")
> > Signed-off-by: Long Li <longli@xxxxxxxxxxxxx>
> > ---
> > drivers/infiniband/hw/mana/main.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> These two patches are RDMA ones, please fix the target tree, rephrase the
> commit title to simplify it and resend.
>
> Thanks
I'm sending v2 to have those fixed.
Long