Re: [PATCH v2 1/2] trace_uprobe: Use %lx to display offset

2018-04-11 Thread Steven Rostedt
On Wed, 11 Apr 2018 11:42:51 +0530 Ravi Bangoria wrote: > Hi Steve, > > Can you please pull these patches. > Sure. I'll pull them in now and start testing them. -- Steve

Re: [PATCH v2 1/2] trace_uprobe: Use %lx to display offset

2018-04-11 Thread Steven Rostedt
On Wed, 11 Apr 2018 11:42:51 +0530 Ravi Bangoria wrote: > Hi Steve, > > Can you please pull these patches. > Sure. I'll pull them in now and start testing them. -- Steve

Re: [PATCH v2 1/2] trace_uprobe: Use %lx to display offset

2018-04-11 Thread Ravi Bangoria
Hi Steve, Can you please pull these patches. Thanks, Ravi On 03/15/2018 01:57 PM, Ravi Bangoria wrote: > tu->offset is unsigned long, not a pointer, thus %lx should > be used to print it, not the %px. > > Fixes: 0e4d819d0893 ("trace_uprobe: Display correct offset in uprobe_events") >

Re: [PATCH v2 1/2] trace_uprobe: Use %lx to display offset

2018-04-11 Thread Ravi Bangoria
Hi Steve, Can you please pull these patches. Thanks, Ravi On 03/15/2018 01:57 PM, Ravi Bangoria wrote: > tu->offset is unsigned long, not a pointer, thus %lx should > be used to print it, not the %px. > > Fixes: 0e4d819d0893 ("trace_uprobe: Display correct offset in uprobe_events") >

Re: [PATCH v2 1/2] trace_uprobe: Use %lx to display offset

2018-03-15 Thread Masami Hiramatsu
On Thu, 15 Mar 2018 13:57:55 +0530 Ravi Bangoria wrote: > tu->offset is unsigned long, not a pointer, thus %lx should > be used to print it, not the %px. > This looks good to me. Acked-by: Masami Hiramatsu Thanks, > Fixes: 0e4d819d0893

Re: [PATCH v2 1/2] trace_uprobe: Use %lx to display offset

2018-03-15 Thread Masami Hiramatsu
On Thu, 15 Mar 2018 13:57:55 +0530 Ravi Bangoria wrote: > tu->offset is unsigned long, not a pointer, thus %lx should > be used to print it, not the %px. > This looks good to me. Acked-by: Masami Hiramatsu Thanks, > Fixes: 0e4d819d0893 ("trace_uprobe: Display correct offset in