Re: [PATCH] scripts/gdb: Account for changes in module data structure

2016-03-14 Thread Kieran Bingham
On 13/03/16 19:27, Jan Kiszka wrote: > From: Jan Kiszka > > Commit 7523e4dc50 factored out the module_layout structure. Adjust the > symbol loader and the lsmod command to this. > > Signed-off-by: Jan Kiszka Testing this has shown me that the module ko search path can find old modules versions

[PATCH] scripts/gdb: Account for changes in module data structure

2016-03-13 Thread Jan Kiszka
From: Jan Kiszka Commit 7523e4dc50 factored out the module_layout structure. Adjust the symbol loader and the lsmod command to this. Signed-off-by: Jan Kiszka --- Probably too late for 4.5, still a regression. scripts/gdb/linux/modules.py | 5 +++-- scripts/gdb/linux/symbols.py | 2 +- 2 fil