Re: [PATCH] RDMA/rxe: Fix an error handling path in rxe_get_mcg()

From: Jason Gunthorpe
Date: Tue May 24 2022 - 11:56:49 EST


On Sun, May 22, 2022 at 03:25:08PM +0200, Christophe JAILLET wrote:
> The commit in the Fixes tag has shuffled some code.
> Now 'mcg_num' is incremented before the kzalloc(). So if the memory
> allocation fails, this increment must be undone.
>
> Fixes: a926a903b7dc ("RDMA/rxe: Do not call dev_mc_add/del() under a spinlock")
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/infiniband/sw/rxe/rxe_mcast.c | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)

Applied to for-next, thanks

Jason