Re: [PATCH v12 06/28] module: Do not inline do_init_module

2015-02-10 Thread Rusty Russell
Jan Kiszka writes: > This provides a reliable breakpoint target, required for automatic > symbol loading via the gdb helper command 'lx-symbols'. > > CC: Rusty Russell Acked-by: Rusty Russell Thanks, Rusty. > Signed-off-by: Jan Kiszka > --- > kernel/module.c | 9 +++-- > 1 file changed,

[PATCH v12 06/28] module: Do not inline do_init_module

2015-01-29 Thread Jan Kiszka
This provides a reliable breakpoint target, required for automatic symbol loading via the gdb helper command 'lx-symbols'. CC: Rusty Russell Signed-off-by: Jan Kiszka --- kernel/module.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/kernel/module.c b/kernel/module