x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs
authorIngo Molnar <[email protected]>
Sat, 23 Sep 2017 12:59:46 +0000 (14:59 +0200)
committerIngo Molnar <[email protected]>
Sun, 24 Sep 2017 11:04:31 +0000 (13:04 +0200)
commit4d981cf2d96f29cdfa7d4972c8b377fe7baa9c4c
treea824353bdc67c128d7caf3d3c84eb275a6ff7b49
parentf0d4f30a7fd299587840a028655285a87f334904
x86/fpu: Remove 'ubuf' parameter from the copy_xstate_to_kernel() APIs

The 'ubuf' parameter is unused in the _kernel() side of the API, remove it.

This simplifies the code and makes it easier to think about.

Cc: Andrew Morton <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Eric Biggers <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yu-cheng Yu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/fpu/xstate.h
arch/x86/kernel/fpu/regset.c
arch/x86/kernel/fpu/xstate.c