Re: [PATCH] RDMA/irdma: Use kvzalloc for paged memory DMA address array

From: Leon Romanovsky

Date: Mon Jan 26 2026 - 14:47:12 EST


On Wed, Jan 21, 2026 at 10:54:36AM -0800, Carlos Bilbao wrote:
> Allocate array chunk->dmainfo.dmaaddrs using kvzalloc() to allow the
> allocation to fall back to vmalloc when contiguous memory is unavailable
> (instead of failing and logging page allocation warnings).
>
> Signed-off-by: Carlos Bilbao (Lambda) <carlos.bilbao@xxxxxxxxxx>
> ---
> drivers/infiniband/hw/irdma/utils.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

This patch doesn't apply to rdma/for-next.

Thanks