[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1304880235.3207.46.camel@edumazet-laptop>
Date: Sun, 08 May 2011 20:43:55 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: Sven Eckelmann <sven@...fation.org>
Cc: apw@...onical.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] checkpatch: add __rcu as a sparse modifier
Le dimanche 08 mai 2011 à 11:54 +0200, Sven Eckelmann a écrit :
> Signed-off-by: Sven Eckelmann <sven@...fation.org>
> ---
> scripts/checkpatch.pl | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
> index d867081..9dc3800 100755
> --- a/scripts/checkpatch.pl
> +++ b/scripts/checkpatch.pl
> @@ -145,7 +145,8 @@ our $Sparse = qr{
> __must_check|
> __init_refok|
> __kprobes|
> - __ref
> + __ref|
> + __rcu
> }x;
>
> # Notes to $Attribute:
Acked-by: Eric Dumazet <eric.dumazet@...il.com>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists