Re: powerpc: Add plain English description for alignment exception oopses

2015-07-07 Thread Michael Ellerman
On Thu, 2015-02-07 at 04:56:20 UTC, Anton Blanchard wrote: > If we take an alignment exception which we cannot fix, the oops > currently prints: > > Unable to handle kernel paging request for unknown fault > > Lets print something more useful: > > Unable to handle kernel paging request for unali

[PATCH] powerpc: Add plain English description for alignment exception oopses

2015-07-01 Thread Anton Blanchard
If we take an alignment exception which we cannot fix, the oops currently prints: Unable to handle kernel paging request for unknown fault Lets print something more useful: Unable to handle kernel paging request for unaligned access at address 0xc000f77bba8f Signed-off-by: Anton Blanchard