Re: [PATCH v3 0/4] A fix and a few new tests for kprobe tracer

From: Shuah Khan
Date: Mon Jul 24 2017 - 11:58:17 EST


On 07/09/2017 05:48 AM, Steven Rostedt wrote:
> On Sat, 8 Jul 2017 00:27:29 +0530
> "Naveen N. Rao" <naveen.n.rao@xxxxxxxxxxxxxxxxxx> wrote:
>
>> v2:
>> https://www.mail-archive.com/linux-kernel@xxxxxxxxxxxxxxx/msg1434048.html
>>
>> Changes since v2:
>> - Update tests to include additional scenarios and better error
>> checking.
>>
>
> I pulled these into my branch and started testing them now.
>
> -- Steve

Hi Steve,

Here is my ack for selftests in this series.

Acked-by: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx>

thanks,
-- Shuah

>
>> Thanks,
>> Naveen
>>
>>
>> Masami Hiramatsu (1):
>> selftests/ftrace: Add a testcase for kprobe event naming
>>
>> Naveen N. Rao (3):
>> trace/kprobes: Sanitize derived event names
>> selftests/ftrace: Update multiple kprobes test for powerpc
>> selftests/ftrace: Add a test to probe module functions
>>
>> kernel/trace/trace_kprobe.c | 9 ++++++
>> .../ftrace/test.d/kprobe/kprobe_eventname.tc | 36 ++++++++++++++++++++++
>> .../ftrace/test.d/kprobe/kprobe_module.tc | 28 +++++++++++++++++
>> .../ftrace/test.d/kprobe/multiple_kprobes.tc | 4 +--
>> 4 files changed, 75 insertions(+), 2 deletions(-)
>> create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_eventname.tc
>> create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_module.tc
>>
>
>
>