Re: [PATCH v3 0/3] tracing: Show real address instead of hashed pointer

2020-10-15 Thread Masami Hiramatsu
On Thu, 15 Oct 2020 11:49:31 -0400 Steven Rostedt wrote: > On Thu, 15 Oct 2020 23:54:58 +0900 > Masami Hiramatsu wrote: > > > Hi, > > > > Here is the 3rd version of the series for real address printing in trace > > log. > > > > Here is the previous version, I've fixed [1/3] to use krealloc()

Re: [PATCH v3 0/3] tracing: Show real address instead of hashed pointer

2020-10-15 Thread Steven Rostedt
On Thu, 15 Oct 2020 23:54:58 +0900 Masami Hiramatsu wrote: > Hi, > > Here is the 3rd version of the series for real address printing in trace log. > > Here is the previous version, I've fixed [1/3] to use krealloc(), fix memory > allocation error check and add __printf() attribute, according to

[PATCH v3 0/3] tracing: Show real address instead of hashed pointer

2020-10-15 Thread Masami Hiramatsu
Hi, Here is the 3rd version of the series for real address printing in trace log. Here is the previous version, I've fixed [1/3] to use krealloc(), fix memory allocation error check and add __printf() attribute, according to Steve's comment. https://lore.kernel.org/lkml/160275239876.115066.10891