On Tue, Oct 13, 2020 at 01:42:37PM -0500, Bob Pearson wrote: > If skb_clone is unable to allocate memory for a new > sk_buff this is not detected by the current code. > > Check for a NULL return and continue. This is similar to > other errors in this loop over QPs attached to the multicast address > and consistent with the unreliable UD transport. > > Fixes: e7ec96fc7932f ("RDMA/rxe: Fix skb lifetime in rxe_rcv_mcast_pkt()") > Signed-off-by: Bob Pearson <rpearson@xxxxxxx> > --- > drivers/infiniband/sw/rxe/rxe_recv.c | 3 +++ > 1 file changed, 3 insertions(+) Subject should be 'RDMA/rxe:' not '-' Place () after function names for clarity Flow text to the full 76 lines I fixed it all up and applied to for-next Thanks, Jason