Re: [PATCH] CRIS v10: Correct do_signal to fix oops and clean up signal handling in general.

2008-01-13 Thread Jesper Nilsson
On Fri, Jan 11, 2008 at 03:45:13PM -0800, Andrew Morton wrote: > On Fri, 11 Jan 2008 19:59:24 +0100 > Jesper Nilsson <[EMAIL PROTECTED]> wrote: > > > CRIS v10: Correct do_signal to fix oops and clean up signal handling in > > general. > > > > This fixes a kernel panic on boot due to do_signal

Re: [PATCH] CRIS v10: Correct do_signal to fix oops and clean up signal handling in general.

2008-01-13 Thread Jesper Nilsson
On Fri, Jan 11, 2008 at 03:45:13PM -0800, Andrew Morton wrote: On Fri, 11 Jan 2008 19:59:24 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote: CRIS v10: Correct do_signal to fix oops and clean up signal handling in general. This fixes a kernel panic on boot due to do_signal not being

Re: [PATCH] CRIS v10: Correct do_signal to fix oops and clean up signal handling in general.

2008-01-11 Thread Andrew Morton
On Fri, 11 Jan 2008 19:59:24 +0100 Jesper Nilsson <[EMAIL PROTECTED]> wrote: > CRIS v10: Correct do_signal to fix oops and clean up signal handling in > general. > > This fixes a kernel panic on boot due to do_signal not being compatible > with it's callers. > Please sequence-number patches

[PATCH] CRIS v10: Correct do_signal to fix oops and clean up signal handling in general.

2008-01-11 Thread Jesper Nilsson
CRIS v10: Correct do_signal to fix oops and clean up signal handling in general. This fixes a kernel panic on boot due to do_signal not being compatible with it's callers. - do_signal now returns void, and does not have the previous signal set as a parameter. - Remove sys_rt_sigsuspend, we can

[PATCH] CRIS v10: Correct do_signal to fix oops and clean up signal handling in general.

2008-01-11 Thread Jesper Nilsson
CRIS v10: Correct do_signal to fix oops and clean up signal handling in general. This fixes a kernel panic on boot due to do_signal not being compatible with it's callers. - do_signal now returns void, and does not have the previous signal set as a parameter. - Remove sys_rt_sigsuspend, we can

Re: [PATCH] CRIS v10: Correct do_signal to fix oops and clean up signal handling in general.

2008-01-11 Thread Andrew Morton
On Fri, 11 Jan 2008 19:59:24 +0100 Jesper Nilsson [EMAIL PROTECTED] wrote: CRIS v10: Correct do_signal to fix oops and clean up signal handling in general. This fixes a kernel panic on boot due to do_signal not being compatible with it's callers. Please sequence-number patches even if