From: Steve Wise Date: Fri, 21 Mar 2014 15:10:31 +0000 (+0530) Subject: RDMA/cxgb4: Fix possible memory leak in RX_PKT processing X-Git-Tag: v3.15-rc1~103^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ce1d471acb7ad8e8b8e3a2972de9fbb5f2be79a;p=pandora-kernel.git RDMA/cxgb4: Fix possible memory leak in RX_PKT processing If cxgb4_ofld_send() returns < 0, then send_fw_pass_open_req() must free the request skb and the saved skb with the tcp header. Signed-off-by: Steve Wise Signed-off-by: Roland Dreier --- Reading git-diff-tree failed