[PATCH 0/15] don't export static symbol

2015-03-11 Thread Julia Lawall
These patches remove EXPORT_SYMBOL or EXPORT_SYMBOL_GPL declarations on static functions. This was done using the following semantic patch: (http://coccinelle.lip6.fr/) // smpl @r@ type T; identifier f; @@ static T f (...) { ... } @@ identifier r.f; declarer name EXPORT_SYMBOL; @@

Re: [PATCH] iser-target: Handle errors from isert_put_datain and isert_get_dataout

2015-03-11 Thread Sagi Grimberg
On 3/9/2015 5:30 PM, Chris Moore wrote: From: Sagi Grimberg [mailto:sa...@dev.mellanox.co.il] On 3/7/2015 9:19 AM, Nicholas A. Bellinger wrote: On Sat, 2015-03-07 at 04:16 +0200, Sagi Grimberg wrote: On 3/6/2015 7:56 PM, Chris Moore wrote: isert_put_datain() always returns 1 and

[ANNOUNCE] OFED 3.18-rc1 release is available

2015-03-11 Thread Vladimir Sokolovsky
Hi, OFED-3.18-rc1 is available at: https://openfabrics.org/downloads/OFED/ofed-3.18/OFED-3.18-rc1.tgz To get BUILD_ID run ofed_info Please report any issues in bugzilla http://bugs.openfabrics.org/bugzilla/ for OFED 3.18 Release notes:

RE: [PATCH v4 14/19] IB/core: Add IB_DEVICE_OPA_MAD_SUPPORT device cap flag

2015-03-11 Thread Weiny, Ira
On 3/4/2015 11:41 AM, Weiny, Ira wrote: InfiniBandInfiniBand InfiniBand Verbs iWARP InfiniBand iWARP Verbs (subset of IBV, with specific connection establishment requirements that don't exist with IBV)

Re: [PATCH 3/15] net/mlx5_core: don't export static symbol

2015-03-11 Thread David Miller
From: Julia Lawall julia.law...@lip6.fr Date: Wed, 11 Mar 2015 17:56:25 +0100 From: Julia Lawall julia.law...@lip6.fr The semantic patch that fixes this problem is as follows: (http://coccinelle.lip6.fr/) ... Signed-off-by: Julia Lawall julia.law...@lip6.fr Applied, thank you Julia. -- To