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:30:28 EST


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

> Em Wed, Apr 18, 2018 at 11:20:33AM -0400, Steven Rostedt escreveu:
> > 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?
>
> Here it is, just written down:
>
> Tested-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
>

Thanks!

-- Steve