From: John Fastabend Date: Sat, 13 Sep 2014 03:07:50 +0000 (-0700) Subject: net: sched: RCU cls_route X-Git-Tag: fixes-against-v3.18-rc2~81^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1109c00547fc66df45b9ff923544be4c1e1bec13;p=pandora-kernel.git net: sched: RCU cls_route RCUify the route classifier. For now however spinlock's are used to protect fastmap cache. The issue here is the fastmap may be read by one CPU while the cache is being updated by another. An array of pointers could be one possible solution. Signed-off-by: John Fastabend Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed