x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()
authorEric Biggers <[email protected]>
Sun, 24 Sep 2017 10:59:11 +0000 (12:59 +0200)
committerIngo Molnar <[email protected]>
Tue, 26 Sep 2017 07:43:48 +0000 (09:43 +0200)
commit3d703477bcfe8bb57079d97198cf1e342fe1fef9
treeb531392801d72bb200f49859e9d1fc7eb09e593a
parentaf2c4322d986a08a6e793b74b83a62b325019c20
x86/fpu: Eliminate the 'xfeatures' local variable in copy_user_to_xstate()

We now have this field in hdr.xfeatures.

Signed-off-by: Eric Biggers <[email protected]>
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: Dmitry Vyukov <[email protected]>
Cc: Eric Biggers <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Kevin Hao <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Michael Halcrow <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Wanpeng Li <[email protected]>
Cc: Yu-cheng Yu <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/fpu/xstate.c