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

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

2015-02-10 Thread Rusty Russell
Jan Kiszka jan.kis...@siemens.com writes: This provides a reliable breakpoint target, required for automatic symbol loading via the gdb helper command 'lx-symbols'. CC: Rusty Russell ru...@rustcorp.com.au Acked-by: Rusty Russell ru...@rustcorp.com.au Thanks, Rusty. Signed-off-by: Jan

[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

[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 ru...@rustcorp.com.au Signed-off-by: Jan Kiszka jan.kis...@siemens.com --- kernel/module.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-)