From: Dmitry Mishin <[EMAIL PROTECTED]> Date: Wed, 30 Aug 2006 17:07:14 +0400
> Function sk_filter() is called from tcp_v{4,6}_rcv() functions with argue > needlock = 0, while socket is not locked at that moment. In order to avoid > this and similar issues in the future, use rcu for sk->sk_filter field read > protection. > > Patch is for net-2.6.19 What bug are you fixing? The current code looks correct to me. Why is it important to avoid the needlock stuff in the future? This patch description is very incomplete, you should list the precise reason why you are doing something instead of using vague language. Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html