Re: [PATCH 0/6 v3] sycalls: Remove args i and n from syscall_get_arguments()

From: Steven Rostedt
Date: Fri Apr 05 2019 - 10:07:55 EST


On Thu, 4 Apr 2019 15:24:16 -1000
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:


> I assume you've actually used this and can trace system calls with
> arguments properly, so that it's all tested at least on x86-64?
>

Yep, and even tested it against strace. Looks fine. I also ran it
through my entire ftrace test suite (takes around 10 hours or more),
and it all passed.

I'll collect the last bit of acks and then send you a pull request.

-- Steve