Re: [PATCH] Make information about modules available to kgdb.

2013-04-07 Thread Rusty Russell
Greg KH writes: > On Sat, Apr 06, 2013 at 03:00:55PM +0200, Sebastian Wankerl wrote: >> From: Philip Kranz >> >> To be able to properly debug kernel modules kgbd needs to know all SHF_ALLOC >> sections of the module. This patch add an array of those sections to struct >> module. One cannot use

Re: [PATCH] Make information about modules available to kgdb.

2013-04-07 Thread Rusty Russell
Greg KH gre...@linuxfoundation.org writes: On Sat, Apr 06, 2013 at 03:00:55PM +0200, Sebastian Wankerl wrote: From: Philip Kranz philip.kr...@googlemail.com To be able to properly debug kernel modules kgbd needs to know all SHF_ALLOC sections of the module. This patch add an array of those

Re: [PATCH] Make information about modules available to kgdb.

2013-04-06 Thread Greg KH
On Sat, Apr 06, 2013 at 03:00:55PM +0200, Sebastian Wankerl wrote: > From: Philip Kranz > > To be able to properly debug kernel modules kgbd needs to know all SHF_ALLOC > sections of the module. This patch add an array of those sections to struct > module. One cannot use sysfs since it does not

[PATCH] Make information about modules available to kgdb.

2013-04-06 Thread Sebastian Wankerl
From: Philip Kranz To be able to properly debug kernel modules kgbd needs to know all SHF_ALLOC sections of the module. This patch add an array of those sections to struct module. One cannot use sysfs since it does not contain all sections needed. Signed-off-by: Philip Kranz Signed-off-by:

[PATCH] Make information about modules available to kgdb.

2013-04-06 Thread Sebastian Wankerl
From: Philip Kranz philip.kr...@googlemail.com To be able to properly debug kernel modules kgbd needs to know all SHF_ALLOC sections of the module. This patch add an array of those sections to struct module. One cannot use sysfs since it does not contain all sections needed. Signed-off-by:

Re: [PATCH] Make information about modules available to kgdb.

2013-04-06 Thread Greg KH
On Sat, Apr 06, 2013 at 03:00:55PM +0200, Sebastian Wankerl wrote: From: Philip Kranz philip.kr...@googlemail.com To be able to properly debug kernel modules kgbd needs to know all SHF_ALLOC sections of the module. This patch add an array of those sections to struct module. One cannot use