Re: [PATCH v2] tracing/x86: Update syscall trace events to handle new x86 syscall func names

From: Steven Rostedt
Date: Wed Apr 18 2018 - 11:20:45 EST


On Wed, 18 Apr 2018 12:17:16 -0300
Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:

> This does the trick, by not using the main syscall routine, but one
> called from it and not renamed, should work with older kernels.
>
> This test should be improved to look if the desired routine is in place,
> if not just skip the test and tell about the unavailability of the
> wanted function, but that is for later.

Does this mean you can give me a "Tested-by" for that last patch?

-- Steve