All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel 2.6.9 patch
@ 2004-12-14  8:53 Tatsuya Koseki
  2004-12-15 13:17 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: Tatsuya Koseki @ 2004-12-14  8:53 UTC (permalink / raw)
  To: Linux MIPS mailing list

Please review 


--- linux/include/asm/stackframe.h.old Tue Dec 14 17:49:38 2004
+++ linux/include/asm/stackframe.h Tue Dec 14 17:50:35 2004
@@ -244,6 +244,10 @@
   nor v1, $0, v1
   and v0, v1
   or v0, a0
+
+  li v1,2
+  or v0,v1
+
   mtc0 v0, CP0_STATUS
   LONG_L v1, PT_EPC(sp)
   MTC0 v1, CP0_EPC

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: kernel 2.6.9 patch
  2004-12-14  8:53 kernel 2.6.9 patch Tatsuya Koseki
@ 2004-12-15 13:17 ` Ralf Baechle
  2004-12-16  2:53   ` Tatsuya Koseki
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2004-12-15 13:17 UTC (permalink / raw)
  To: Tatsuya Koseki; +Cc: Linux MIPS mailing list

On Tue, Dec 14, 2004 at 05:53:02PM +0900, Tatsuya Koseki wrote:

> Subject: kernel 2.6.9 patch
> Date: Tue, 14 Dec 2004 17:53:02 +0900
> Content-Type: text/plain;
> 	charset="iso-2022-jp"
> 
> Please review 
> 
> 
> --- linux/include/asm/stackframe.h.old Tue Dec 14 17:49:38 2004
> +++ linux/include/asm/stackframe.h Tue Dec 14 17:50:35 2004
> @@ -244,6 +244,10 @@
>    nor v1, $0, v1
>    and v0, v1
>    or v0, a0
> +
> +  li v1,2
> +  or v0,v1
> +
>    mtc0 v0, CP0_STATUS
>    LONG_L v1, PT_EPC(sp)
>    MTC0 v1, CP0_EPC

 o Your patch got corrupted by using a differnet indentation so couldn't be
   applied anyway
 o When posting a patch, post an explanation.  If the purpose of a patch
   isn't obvious it'll likely be ignroed.
 o This bug was already fixed in CVS.
 o The issue only affected new-born processes, so there is no reason to
   burden the fix on every exception taken.
 o Why using two instruction if one would be sufficient.

  Ralf

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: kernel 2.6.9 patch
  2004-12-15 13:17 ` Ralf Baechle
@ 2004-12-16  2:53   ` Tatsuya Koseki
  0 siblings, 0 replies; 3+ messages in thread
From: Tatsuya Koseki @ 2004-12-16  2:53 UTC (permalink / raw)
  To: Ralf Baechle, Linux MIPS mailing list

I find this message,
  http://www.linux-mips.org/archives/linux-mips/2004-10/msg00256.html

Thank you  for reply.


> On Tue, Dec 14, 2004 at 05:53:02PM +0900, Tatsuya Koseki wrote:
> 
> > Subject: kernel 2.6.9 patch
> > Date: Tue, 14 Dec 2004 17:53:02 +0900
> > Content-Type: text/plain;
> > charset="iso-2022-jp"
> > 
> > Please review 
> > 
> > 
> > --- linux/include/asm/stackframe.h.old Tue Dec 14 17:49:38 2004
> > +++ linux/include/asm/stackframe.h Tue Dec 14 17:50:35 2004
> > @@ -244,6 +244,10 @@
> >    nor v1, $0, v1
> >    and v0, v1
> >    or v0, a0
> > +
> > +  li v1,2
> > +  or v0,v1
> > +
> >    mtc0 v0, CP0_STATUS
> >    LONG_L v1, PT_EPC(sp)
> >    MTC0 v1, CP0_EPC
> 
>  o Your patch got corrupted by using a differnet indentation so couldn't be
>    applied anyway
>  o When posting a patch, post an explanation.  If the purpose of a patch
>    isn't obvious it'll likely be ignroed.
>  o This bug was already fixed in CVS.
>  o The issue only affected new-born processes, so there is no reason to
>    burden the fix on every exception taken.
>  o Why using two instruction if one would be sufficient.
> 
>   Ralf
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-12-16  2:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-14  8:53 kernel 2.6.9 patch Tatsuya Koseki
2004-12-15 13:17 ` Ralf Baechle
2004-12-16  2:53   ` Tatsuya Koseki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.