Re: [PATCH v2 11/11] MIPS: KASLR: Print relocation Information on boot

2016-04-01 Thread Matt Redfearn
On 01/04/16 09:44, Ralf Baechle wrote: On Thu, Mar 31, 2016 at 03:38:10PM +0300, Sergei Shtylyov wrote: When debugging a relocated kernel, the addresses of the relocated symbols and the offset applied is essential information. If the kernel is compiled with debugging information, then print t

Re: [PATCH v2 11/11] MIPS: KASLR: Print relocation Information on boot

2016-04-01 Thread Ralf Baechle
On Thu, Mar 31, 2016 at 03:38:10PM +0300, Sergei Shtylyov wrote: > >When debugging a relocated kernel, the addresses of the relocated > >symbols and the offset applied is essential information. If the kernel > >is compiled with debugging information, then print this information > >during bootup us

Re: [PATCH v2 11/11] MIPS: KASLR: Print relocation Information on boot

2016-03-31 Thread Sergei Shtylyov
Hello. On 3/31/2016 12:05 PM, Matt Redfearn wrote: When debugging a relocated kernel, the addresses of the relocated symbols and the offset applied is essential information. If the kernel is compiled with debugging information, then print this information during bootup using the same function a

[PATCH v2 11/11] MIPS: KASLR: Print relocation Information on boot

2016-03-31 Thread Matt Redfearn
When debugging a relocated kernel, the addresses of the relocated symbols and the offset applied is essential information. If the kernel is compiled with debugging information, then print this information during bootup using the same function as the panic notifer. Signed-off-by: Matt Redfearn ---