From: Julia Lawall
Date: Wed, 11 Mar 2015 17:56:25 +0100
> From: Julia Lawall
>
> The semantic patch that fixes this problem is as follows:
> (http://coccinelle.lip6.fr/)
...
> Signed-off-by: Julia Lawall
Applied, thank you Julia.
--
To unsubscribe from this list: send the line "unsubscribe
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:
https://openfabrics.org/downloads/OFED/release_notes/OFED_
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/)
//
@r@
type T;
identifier f;
@@
static T f (...) { ... }
@@
identifier r.f;
declarer name EXPORT_SYMBOL;
@@
-EXPORT_SYMBOL(f
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 isert_get_data
> 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