From: Dave Jones Date: Thu, 15 Mar 2012 02:17:39 +0000 (-0400) Subject: rcu: List-debug variants of rcu list routines. X-Git-Tag: v3.5-rc1~164^2^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559f9badd11ddf399f88b18b4c0f110fd511ae53;p=pandora-kernel.git rcu: List-debug variants of rcu list routines. * Make __list_add_rcu check the next->prev and prev->next pointers just like __list_add does. * Make list_del_rcu use __list_del_entry, which does the same checking at deletion time. Has been running for a week here without anything being tripped up, but it seems worth adding for completeness just in case something ever does corrupt those lists. Signed-off-by: Dave Jones Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed