[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100927.215157.260083160.davem@davemloft.net>
Date: Mon, 27 Sep 2010 21:51:57 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: eric.dumazet@...il.com
Cc: netdev@...r.kernel.org, paulmck@...ux.vnet.ibm.com
Subject: Re: [PATCH net-next-2.6 v2] net: sk_{detach|attach}_filter() rcu
fixes
From: Eric Dumazet <eric.dumazet@...il.com>
Date: Mon, 27 Sep 2010 18:07:30 +0200
> Le lundi 27 septembre 2010 à 17:57 +0200, Eric Dumazet a écrit :
>> sk_attach_filter() is run with socket locked.
>>
>> Use the appropriate rcu_dereference_protected() instead of blocking BH,
>> and rcu_dereference_bh().
>> There is no point adding BH prevention and memory barrier.
>
> Hmm, same thing can be done in sk_detach_filter, here is a v2.
>
> Thanks
>
> [PATCH net-next-2.6 v2] net: sk_{detach|attach}_filter() rcu fixes
>
> sk_attach_filter() and sk_detach_filter() are run with socket locked.
>
> Use the appropriate rcu_dereference_protected() instead of blocking BH,
> and rcu_dereference_bh().
> There is no point adding BH prevention and memory barrier.
>
> Signed-off-by: Eric Dumazet <eric.dumazet@...il.com>
Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists