From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leon Romanovsky Subject: [PATCH rdma-rc V1 0/4] RXE fixes for 4.8 Date: Wed, 7 Sep 2016 14:04:03 +0300 Message-ID: <1473246247-16536-1-git-send-email-leon@kernel.org> Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Leon Romanovsky List-Id: linux-rdma@vger.kernel.org From: Leon Romanovsky Hi Doug, Please find the following four patches from Yonatan which fix numerous issues in RXE code. Thanks Changelog v0->v1: * Patch 1: * removed second call to register_netdevice_notifier() * fix indentation issues * separated rxe_net_init() into two functions Yonatan Cohen (4): IB/rxe: Fix kernel panic in udp_setup_tunnel IB/rxe: Fix duplicate atomic request handling IB/rxe: Fix race condition between requester and completer IB/rxe: Fix kmem_cache leak drivers/infiniband/sw/rxe/rxe.c | 25 ++++++++++++++-- drivers/infiniband/sw/rxe/rxe_comp.c | 13 ++++++++ drivers/infiniband/sw/rxe/rxe_net.c | 55 ++++++++++++++++------------------ drivers/infiniband/sw/rxe/rxe_net.h | 5 +++- drivers/infiniband/sw/rxe/rxe_req.c | 57 ++++++++++++++++++++++++++++-------- drivers/infiniband/sw/rxe/rxe_resp.c | 11 +++---- 6 files changed, 114 insertions(+), 52 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html