On Wed, 2017-11-15 at 13:14 -0500, Steven Rostedt wrote:
> On Tue, 14 Nov 2017 22:58:31 +0900 Masami Hiramatsu <[email protected]> 
> wrote:
> > On Mon, 13 Nov 2017 14:02:46 -0800 Song Liu <[email protected]> wrote:
> > > pr_fmt in trace_uprobe.c should say "trace_uprobe" instead of
> > > "trace_kprobe".  
> > Oh, good catch!
> > Acked-by: Masami Hiramatsu <[email protected]>
> Thanks.
> Acked-by: Steven Rostedt (VMware) <[email protected]>
> Jiri, can you take this in your tree?
> 
[]
> > > diff --git a/kernel/trace/trace_uprobe.c b/kernel/trace/trace_uprobe.c
[]
> > > @@ -17,7 +17,7 @@
> > >   * Copyright (C) IBM Corporation, 2010-2012
> > >   * Author:       Srikar Dronamraju <[email protected]>
> > >   */
> > > -#define pr_fmt(fmt)      "trace_kprobe: " fmt
> > > +#define pr_fmt(fmt)      "trace_uprobe: " fmt

Maybe use the much more common below instead?

#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

Reply via email to