From: Sukadev Bhattiprolu Date: Thu, 2 Apr 2009 23:58:09 +0000 (-0700) Subject: signals: SI_USER: Masquerade si_pid when crossing pid ns boundary X-Git-Tag: v2.6.30-rc1~334 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6588c1e3ff01418acafd938db0740e3477dc8cb7;p=pandora-kernel.git signals: SI_USER: Masquerade si_pid when crossing pid ns boundary When sending a signal to a descendant namespace, set ->si_pid to 0 since the sender does not have a pid in the receiver's namespace. Note: - If rt_sigqueueinfo() sets si_code to SI_USER when sending a signal across a pid namespace boundary, the value in ->si_pid will be cleared to 0. Signed-off-by: Sukadev Bhattiprolu Cc: Oleg Nesterov Cc: Roland McGrath Cc: "Eric W. Biederman" Cc: Daniel Lezcano Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed