[PATCH 2/3] kill utrace_report-killed

2009-08-14 Thread Oleg Nesterov
Kill utrace_report-killed and change the only user, utrace_get_signal(), to use fatal_signal_pending(). Similarly, change utrace_report_syscall_entry(), noe it is the only caller of utrace_stop() which checks the returned value. The boolean returned by utrace_stop()-finish_utrace_stop() is not

Re: [PATCH 2/3] kill utrace_report-killed

2009-08-14 Thread Roland McGrath
Oh, I misremembered the difference between fatal_signal_pending() and __fatal_signal_pending(), was thinking it had to do with siglock. I've merged all three patches now. Thanks, Roland