Re: [PATCH net-next] ntp: fix size argument for kcalloc

From: Paolo Abeni
Date: Thu Jul 04 2024 - 05:37:00 EST


On Wed, 2024-07-03 at 11:16 +0200, Przemek Kitszel wrote:
> On 7/3/24 04:56, Chen Ni wrote:
> > The size argument to kcalloc should be the size of desired structure,
>
> xsk_pools is a double pointer, so not "desired structure" but rather you
> should talk about an element size.
>
> > not the pointer to it.
> >
> > Fixes: 6402528b7a0b ("nfp: xsk: add AF_XDP zero-copy Rx and Tx support")
>
> even if the the behavior is not changed, the fix should be targeted to
> net tree

This patch is IMHO more a cleanup than a real fix. As such it's more
suited for net-next. For the same reason I think it should not go to
stable, so I'm dropping the fixes tag, too.

Thanks,

Paolo