rcu: Suppress __mpol_dup() false positive from RCU lockdep
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 4 Mar 2010 01:50:17 +0000 (17:50 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 4 Mar 2010 11:07:34 +0000 (12:07 +0100)
commit99ee4ca746dda71326db7645463b4075ac1d665c
treeffee1bb0da458f7067a3207df0507be98dea7764
parente6033e3b307fcfae08408e0673266db38392bda4
rcu: Suppress __mpol_dup() false positive from RCU lockdep

Common code is used during task creation and after the task has
started running.  RCU protection is not needed during task
creation because no other CPU has access to the
under-construction task.  Provide the RCU protection anyway to
suppress the false positive, as there does not appear to be a
good way for the common code to recognize that the task is only
accessible to the CPU creating it.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Paul Menage <menage@google.com>
Cc: laijs@cn.fujitsu.com
Cc: dipankar@in.ibm.com
Cc: mathieu.desnoyers@polymtl.ca
Cc: josh@joshtriplett.org
Cc: dvhltc@us.ibm.com
Cc: niv@us.ibm.com
Cc: peterz@infradead.org
Cc: rostedt@goodmis.org
Cc: Valdis.Kletnieks@vt.edu
Cc: dhowells@redhat.com
LKML-Reference: <1267667418-32233-2-git-send-email-paulmck@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
mm/mempolicy.c