[Devel] Re: [PATCH] Bogus KERN_ALERT on oops

2007-10-24 Thread Ingo Molnar
* Alexey Dobriyan [EMAIL PROTECTED] wrote: printing eip: f881b9f3 *pdpt = 3001 1*pde = 0480a067 *pte = ^^^ thanks, added this to the x86 queue. Ingo ___

[Devel] Re: [PATCH] Bogus KERN_ALERT on oops

2007-10-24 Thread Alexey Dobriyan
On Wed, Oct 24, 2007 at 12:33:18PM +0200, Ingo Molnar wrote: * Pekka Enberg [EMAIL PROTECTED] wrote: - printk(KERN_ALERT *pde = %016Lx , page); + printk(*pde = %016Lx , page); Use the new KERN_CONT annotation here? indeed - i changed

[Devel] Re: [PATCH] Bogus KERN_ALERT on oops

2007-10-24 Thread Ingo Molnar
* Pekka Enberg [EMAIL PROTECTED] wrote: - printk(KERN_ALERT *pde = %016Lx , page); + printk(*pde = %016Lx , page); Use the new KERN_CONT annotation here? indeed - i changed the patch to do that. Ingo

[Devel] Re: [PATCH] Bogus KERN_ALERT on oops

2007-10-22 Thread Pekka Enberg
Hi Alexey, On 10/22/07, Alexey Dobriyan [EMAIL PROTECTED] wrote: printing eip: f881b9f3 *pdpt = 3001 1*pde = 0480a067 *pte = --- a/arch/x86/mm/fault_32.c +++ b/arch/x86/mm/fault_32.c @@ -550,7 +550,7 @@ no_context: page =