]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/fpu: Limit xstate copy size in xstateregs_set()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 23 Jun 2021 12:01:35 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:20 +0000 (16:02 +0200)
commit993750914a84ed0532098e6337199af34f9f3c96
treead1ad02ce3c29a34c02f6c56f2832d2b200df08a
parentcb049828168a83f9d5024c8b688da1cfcbc1fa18
x86/fpu: Limit xstate copy size in xstateregs_set()

[ Upstream commit 07d6688b22e09be465652cf2da0da6bf86154df6 ]

If the count argument is larger than the xstate size, this will happily
copy beyond the end of xstate.

Fixes: 91c3dba7dbc1 ("x86/fpu/xstate: Fix PTRACE frames for XSAVES")
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Andy Lutomirski <luto@kernel.org>
Reviewed-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20210623121452.120741557@linutronix.de
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kernel/fpu/regset.c