Re: [PATCH v2] tracing: kmem: convert call_site addresses to user friendly symbols

2019-07-24 Thread Steven Rostedt
Hmm, get_maintainers.pl fails to get the people I think should be maintaining include/trace/events/kmem.h. On Mon, 22 Jul 2019 17:42:59 -0400 "George G. Davis" wrote: > While attempting to debug slub freelist pointer corruption bugs > caused by a module, I discovered that the kmem call_site a

[PATCH v2] tracing: kmem: convert call_site addresses to user friendly symbols

2019-07-22 Thread George G. Davis
While attempting to debug slub freelist pointer corruption bugs caused by a module, I discovered that the kmem call_site addresses are not at all user friendly for modules unless you manage to save a copy of kallsyms for the running kernel beforehand. So convert kmem call_site addresses to user fr