Searched hist:fea9d175545b38cb3e84569400419eb81bc90fa3 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/kernel/ |
H A D | signal.c | diff fea9d175545b38cb3e84569400419eb81bc90fa3 Fri Feb 08 06:19:19 CST 2008 Oleg Nesterov <oleg@tv-sign.ru> ITIMER_REAL: convert to use struct pid
signal_struct->tsk points to the ->group_leader and thus we have the nasty code in de_thread() which has to change it and restart ->real_timer if the leader is changed.
Use "struct pid *leader_pid" instead. This also allows us to kill now unneeded send_group_sig_info().
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Davide Libenzi <davidel@xmailserver.org> Cc: Pavel Emelyanov <xemul@openvz.org> Acked-by: Roland McGrath <roland@redhat.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
H A D | fork.c | diff fea9d175545b38cb3e84569400419eb81bc90fa3 Fri Feb 08 06:19:19 CST 2008 Oleg Nesterov <oleg@tv-sign.ru> ITIMER_REAL: convert to use struct pid
signal_struct->tsk points to the ->group_leader and thus we have the nasty code in de_thread() which has to change it and restart ->real_timer if the leader is changed.
Use "struct pid *leader_pid" instead. This also allows us to kill now unneeded send_group_sig_info().
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Davide Libenzi <davidel@xmailserver.org> Cc: Pavel Emelyanov <xemul@openvz.org> Acked-by: Roland McGrath <roland@redhat.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/fs/ |
H A D | exec.c | diff fea9d175545b38cb3e84569400419eb81bc90fa3 Fri Feb 08 06:19:19 CST 2008 Oleg Nesterov <oleg@tv-sign.ru> ITIMER_REAL: convert to use struct pid
signal_struct->tsk points to the ->group_leader and thus we have the nasty code in de_thread() which has to change it and restart ->real_timer if the leader is changed.
Use "struct pid *leader_pid" instead. This also allows us to kill now unneeded send_group_sig_info().
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Davide Libenzi <davidel@xmailserver.org> Cc: Pavel Emelyanov <xemul@openvz.org> Acked-by: Roland McGrath <roland@redhat.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|
/openbmc/linux/include/linux/ |
H A D | sched.h | diff fea9d175545b38cb3e84569400419eb81bc90fa3 Fri Feb 08 06:19:19 CST 2008 Oleg Nesterov <oleg@tv-sign.ru> ITIMER_REAL: convert to use struct pid
signal_struct->tsk points to the ->group_leader and thus we have the nasty code in de_thread() which has to change it and restart ->real_timer if the leader is changed.
Use "struct pid *leader_pid" instead. This also allows us to kill now unneeded send_group_sig_info().
Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Cc: Davide Libenzi <davidel@xmailserver.org> Cc: Pavel Emelyanov <xemul@openvz.org> Acked-by: Roland McGrath <roland@redhat.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|