From: WANG Cong Date: Mon, 15 Sep 2014 21:06:48 +0000 (-0700) Subject: net_sched: fix suspicious RCU usage in tcindex_classify() X-Git-Tag: fixes-against-v3.18-rc2~81^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9a220eff18d31cf82b92e74d5bbc8a3d7043d8;p=pandora-kernel.git net_sched: fix suspicious RCU usage in tcindex_classify() This patch fixes the following kernel warning: [ 44.805900] [ INFO: suspicious RCU usage. ] [ 44.808946] 3.17.0-rc4+ #610 Not tainted [ 44.811831] ------------------------------- [ 44.814873] net/sched/cls_tcindex.c:84 suspicious rcu_dereference_check() usage! Fixes: commit 331b72922c5f58d48fd ("net: sched: RCU cls_tcindex") Cc: John Fastabend Signed-off-by: Cong Wang Acked-by: John Fastabend Signed-off-by: David S. Miller --- Reading git-diff-tree failed