Re: [PATCH 6/6] x86: kaslr: report kernel offset on panic

2013-04-26 Thread Borislav Petkov
On Fri, Apr 26, 2013 at 03:15:10PM -0700, H. Peter Anvin wrote: > That really makes it harder to figure out what the heck the register > content may mean... So we need a goddam script to massage oopses now, if kaslr is enabled. :-( -- Regards/Gruss, Boris. Sent from a fat crate under my de

Re: [PATCH 6/6] x86: kaslr: report kernel offset on panic

2013-04-26 Thread H. Peter Anvin
On 04/26/2013 03:13 PM, Borislav Petkov wrote: > On Fri, Apr 26, 2013 at 12:03:25PM -0700, Kees Cook wrote: >> When the system panics, include the kernel offset in the report to assist >> in debugging. >> >> Signed-off-by: Kees Cook >> --- >> arch/x86/kernel/setup.c | 24 +++

Re: [PATCH 6/6] x86: kaslr: report kernel offset on panic

2013-04-26 Thread Borislav Petkov
On Fri, Apr 26, 2013 at 12:03:25PM -0700, Kees Cook wrote: > When the system panics, include the kernel offset in the report to assist > in debugging. > > Signed-off-by: Kees Cook > --- > arch/x86/kernel/setup.c | 24 > 1 file changed, 24 insertions(+) > > diff --git

[PATCH 6/6] x86: kaslr: report kernel offset on panic

2013-04-26 Thread Kees Cook
When the system panics, include the kernel offset in the report to assist in debugging. Signed-off-by: Kees Cook --- arch/x86/kernel/setup.c | 24 1 file changed, 24 insertions(+) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index fae9134..95a33b1 10

[PATCH 6/6] x86: kaslr: report kernel offset on panic

2013-04-25 Thread Kees Cook
When the system panics, include the kernel offset in the report to assist in debugging. Signed-off-by: Kees Cook --- arch/x86/kernel/setup.c | 24 1 file changed, 24 insertions(+) diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index fae9134..95a33b1 10