linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] module: process aliasing when debugging
@ 2017-11-30  2:36 Luis R. Rodriguez
  2017-11-30  2:36 ` [PATCH 1/3] module: use goto errors on check_modinfo() and layout_and_allocate() Luis R. Rodriguez
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Luis R. Rodriguez @ 2017-11-30  2:36 UTC (permalink / raw)
  To: jeyu, rusty
  Cc: keescook, tixxdz, mbenes, atomlin, pmladek, hare, james.l.morris,
	ebiederm, davem, akpm, torvalds, linux-kernel, Luis R. Rodriguez

Debugging ineractions with userspace can often be a bit of pain, specially
when trying to figure out who is at fault for an issue. Having the kernel
process aliases when debugging can help us much faster find who is the
culprit to an issue.

I've been carrying this around privately in my tree since 2016 but it seems
others can benefit from similar debugging functionality so pushing this out
for integration and wider review.

Further testing, thoughts, reviews, flames are all equally appreciated.

Luis R. Rodriguez (3):
  module: use goto errors on check_modinfo() and layout_and_allocate()
  module: add helper get_modinfo_idx()
  module: add debugging alias parsing support

 include/linux/module.h |   4 ++
 init/Kconfig           |   7 +++
 kernel/module.c        | 129 +++++++++++++++++++++++++++++++++++++++++++++++--
 3 files changed, 135 insertions(+), 5 deletions(-)

-- 
2.15.0

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-10 14:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30  2:36 [PATCH 0/3] module: process aliasing when debugging Luis R. Rodriguez
2017-11-30  2:36 ` [PATCH 1/3] module: use goto errors on check_modinfo() and layout_and_allocate() Luis R. Rodriguez
2017-11-30  2:36 ` [PATCH 2/3] module: add helper get_modinfo_idx() Luis R. Rodriguez
2017-11-30  2:36 ` [PATCH 3/3] module: add debugging alias parsing support Luis R. Rodriguez
2017-11-30 13:17   ` Jessica Yu
2017-11-30 18:39     ` Luis R. Rodriguez
2017-12-04  9:01       ` Djalal Harouni
2017-12-04 13:58         ` Jessica Yu
2017-12-04 14:17           ` Djalal Harouni
2017-12-07 19:51         ` Luis R. Rodriguez
2018-03-10 14:09 ` [PATCH 0/3] module: process aliasing when debugging Luis R. Rodriguez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).