Re: [PATCH v2 15/18] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks.

2013-01-24 Thread Ralf Baechle
On Wed, Nov 21, 2012 at 06:34:13PM -0800, Sanjay Lal wrote: This bug is discussed in: http://lkml.indiana.edu/hypermail/linux/kernel/1205.2/00719.html Dropped, see c90e6fbb220d44988cb65af3707367c57cdb65a8 [MIPS: Fix endless loop when processing signals for kernel tasks]. Ralf -- To

[PATCH v2 15/18] MIPS: Pull in MIPS fix: fix endless loop when processing signals for kernel tasks.

2012-11-22 Thread Sanjay Lal
This bug is discussed in: http://lkml.indiana.edu/hypermail/linux/kernel/1205.2/00719.html Signed-off-by: Sanjay Lal sanj...@kymasys.com --- arch/mips/kernel/entry.S | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S