Re: [patch 1/3] x86_64: Add a notify_die() call to the "no context" part of do_page_fault()

2005-08-30 Thread Tom Rini
On Tue, Aug 30, 2005 at 07:50:31AM -0700, George Anzinger wrote: > Tom Rini wrote: [snip] > >"no context" is the label we're in, in the code. What it's actually > >used for is "hey, we (== kgdb) tried to read/write a very very bogus > >addr, time to longjmp". If it's not true that kgdb is at faul

Re: [patch 1/3] x86_64: Add a notify_die() call to the "no context" part of do_page_fault()

2005-08-30 Thread George Anzinger
Tom Rini wrote: On Tue, Aug 30, 2005 at 12:33:25AM -0700, George Anzinger wrote: Tom Rini wrote: CC: Andi Kleen <[EMAIL PROTECTED]> This adds a call to notify_die() in the "no context" portion of do_page_fault() as someone on the chain might care and want to do a fixup. --- linux-2.6.13-tri

Re: [patch 1/3] x86_64: Add a notify_die() call to the "no context" part of do_page_fault()

2005-08-30 Thread Tom Rini
On Tue, Aug 30, 2005 at 12:33:25AM -0700, George Anzinger wrote: > Tom Rini wrote: > >CC: Andi Kleen <[EMAIL PROTECTED]> > >This adds a call to notify_die() in the "no context" portion of > >do_page_fault() as someone on the chain might care and want to do a fixup. > > > >--- > > > > linux-2.6.13-t

Re: [patch 1/3] x86_64: Add a notify_die() call to the "no context" part of do_page_fault()

2005-08-30 Thread George Anzinger
Tom Rini wrote: CC: Andi Kleen <[EMAIL PROTECTED]> This adds a call to notify_die() in the "no context" portion of do_page_fault() as someone on the chain might care and want to do a fixup. --- linux-2.6.13-trini/arch/x86_64/mm/fault.c |4 1 files changed, 4 insertions(+) diff -puN a