Quantcast
Channel: lkml.org : Shesha Sreenivasamurthy
Viewing all articles
Browse latest Browse all 1267

Re: [PATCH] x86/retpoline/entry: Disable the entire SYSCALL64 fast ...

$
0
0
Linus Torvalds writes: (Summary) The ptreg version should be done the same way: don't make 'sys_xyz()' take a struct ptregs, instead make those SYSCALL_DEFINE*() macros create a _new_ function called 'ptregs_xyz()' and then that function does the argument unpacking.
does the argument unpacking.
Then the x86 system call table can just be switched over to call those ptreg versions instead.
ptreg versions instead.
Linus
Linus
Linus

Viewing all articles
Browse latest Browse all 1267

Trending Articles