Re: [patch] x86: add code to dump the (kernel) page tables for visual inspection

2008-02-09 Thread Pavel Machek
On Mon 2008-02-04 22:26:41, Arjan van de Ven wrote: > Subject: x86: add code to dump the (kernel) page tables for visual inspection > by kernel developers > From: Arjan van de Ven <[EMAIL PROTECTED]> > > This patch adds code to the kernel to have an (optional) > /proc/kernel_page_tables debug fil

Re: [patch] x86: add code to dump the (kernel) page tables for visual inspection

2008-02-05 Thread Arjan van de Ven
On Tue, 05 Feb 2008 21:46:52 +0100 Eric Dumazet <[EMAIL PROTECTED]> wrote: > Arjan van de Ven a écrit : > > Subject: x86: add code to dump the (kernel) page tables for visual > > inspection by kernel developers From: Arjan van de Ven > > <[EMAIL PROTECTED]> > > > > This patch adds code to the ker

Re: [patch] x86: add code to dump the (kernel) page tables for visual inspection

2008-02-05 Thread Eric Dumazet
Arjan van de Ven a écrit : Subject: x86: add code to dump the (kernel) page tables for visual inspection by kernel developers From: Arjan van de Ven <[EMAIL PROTECTED]> This patch adds code to the kernel to have an (optional) /proc/kernel_page_tables debug file that basically dumps the kernel p

[patch] x86: add code to dump the (kernel) page tables for visual inspection

2008-02-04 Thread Arjan van de Ven
Subject: x86: add code to dump the (kernel) page tables for visual inspection by kernel developers From: Arjan van de Ven <[EMAIL PROTECTED]> This patch adds code to the kernel to have an (optional) /proc/kernel_page_tables debug file that basically dumps the kernel pagetables; this allows us ker