Re: [PATCH] tracing: Fix event probe removal from dynamic events

From: Steven Rostedt
Date: Tue Oct 12 2021 - 08:10:35 EST


On Tue, 12 Oct 2021 14:49:49 +0800
kernel test robot <lkp@xxxxxxxxx> wrote:

> All errors (new ones prefixed by >>):
>
> >> kernel/trace/trace_eprobe.c:128:2: error: use of undeclared identifier 'slash'
> slash = strchr(argv[0], '/');
> ^

Bah, I fixed this after creating the initial commit, but never amended the
commit with the update, and sent out the broken commit.

Will send out v2 shortly.

-- Steve