Re: powerpc/ptrace: Fix bug in signal handling

2011-02-23 Thread Michael Neuling
Mike, > Subject: powerpc/ptrace: Fix bug in signal handling Maybe something more descriptive here like: powerpc/ptrace: remove BUG_ON when full register set not available > In some cases during a threaded core dump not all > the threads will have a full register set. This >

powerpc/ptrace: Fix bug in signal handling

2011-02-22 Thread Michael Wolf
In some cases during a threaded core dump not all the threads will have a full register set. This will cause problems when the sigkill is sent to the thread Signed-off-by: Mike Wolf --- --- ptrace-signal.orig/arch/powerpc/kernel/ptrace.c 2011-02-20 12:15:57.0 -0600 +++