Re: [PATCH] printk: Make %pS print offsets into modules

2016-10-24 Thread Ard Biesheuvel
Hi Kevin, On 23 October 2016 at 22:21, Kevin Cernekee wrote: > If kallsyms cannot find a symbol for an address, entries like this will > appear in backtraces: > > Call trace: > [] 0xffbffc1ecd7c > [] 0xffbffc1ef7f0 > [] 0xffbffc1f0094 > > This isn't particularly useful

[PATCH] printk: Make %pS print offsets into modules

2016-10-23 Thread Kevin Cernekee
If kallsyms cannot find a symbol for an address, entries like this will appear in backtraces: Call trace: [] 0xffbffc1ecd7c [] 0xffbffc1ef7f0 [] 0xffbffc1f0094 This isn't particularly useful for debugging because modules are not loaded at fixed addresses. Instead, pri