On Wed, Sep 25, 2019 at 08:10:22AM -0700, Yu-cheng Yu wrote: > From: Fenghua Yu <[email protected]> > > The function validate_xstate_header() validates an xstate header coming > from userspace (PTRACE or sigreturn). To make it clear, rename it to > validate_xstate_header_from_user(). > > Suggested-by: Dave Hansen <[email protected]> > Signed-off-by: Fenghua Yu <[email protected]> > Signed-off-by: Yu-cheng Yu <[email protected]>
This one is correct! \o/ > Reviewed-by: Dave Hansen <[email protected]> > Reviewed-by: Tony Luck <[email protected]> > --- > arch/x86/include/asm/fpu/xstate.h | 2 +- > arch/x86/kernel/fpu/regset.c | 2 +- > arch/x86/kernel/fpu/signal.c | 2 +- > arch/x86/kernel/fpu/xstate.c | 6 +++--- > 4 files changed, 6 insertions(+), 6 deletions(-) And I like patches like this one! :-) Reviewed-by: Borislav Petkov <[email protected]> -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette

