aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2011-07-28 18:26:32 -0700
committerDavid S. Miller <davem@davemloft.net>2011-07-28 18:26:32 -0700
commit9e8f90dfe58eb19140bc66655170c7aef9eadbf2 (patch)
treeebb225345da45a1bdc2384367122aba97f11b308 /net
parentnet: fix new sunrpc kernel-doc warning (diff)
downloadlinux-dev-9e8f90dfe58eb19140bc66655170c7aef9eadbf2.tar.xz
linux-dev-9e8f90dfe58eb19140bc66655170c7aef9eadbf2.zip
proc_fork_connector: a lockless ->real_parent usage is not safe
proc_fork_connector() uses ->real_parent lockless. This is not safe if copy_process() was called with CLONE_THREAD or CLONE_PARENT, in this case the parent != current can go away at any moment. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Cc: Vladimir Zapolskiy <vzapolskiy@gmail.com> Cc: "David S. Miller" <davem@davemloft.net> Cc: Evgeniy Polyakov <zbr@ioremap.net> Cc: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions