Re: [GIT PULL] tracing/syscalls: Remove args i and n from syscall_get_arguments()

2019-04-05 Thread pr-tracker-bot
The pull request you sent on Fri, 5 Apr 2019 10:18:32 -0400: > git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git > trace-5.1-rc3 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/970b766cfd3f3cb7275bf51144b1678c547882fc Thank you! -- Deet-doot-dot,

[GIT PULL] tracing/syscalls: Remove args i and n from syscall_get_arguments()

2019-04-05 Thread Steven Rostedt
Linus, Andy Lutomirski approached me to tell me that the syscall_get_arguments() implementation in x86 was horrible and gcc certainly gets it wrong. He said that since the tracepoints only pass in 0 and 6 for i and n repectively, it should be optimized for that case. Inspecting the kernel, I dis