commit | 4d6245ce8c8b441e01a3a1c1e67a1963a84498dd | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 28 13:04:38 2020 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jan 28 13:04:38 2020 -0800 |
tree | 20f6b0bf181963aa955e4350d6507468531e9121 | |
parent | c0275ae758f8ce72306da200b195d1e1d66d0a8d [diff] | |
parent | bbc55341b9c67645d1a5471506370caf7dd4a203 [diff] |
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip Pull x86 FPU updates from Ingo Molnar: "Three changes: fix a race that can result in FPU corruption, plus two cleanups" * 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/fpu: Deactivate FPU state after failure during state load x86/fpu/xstate: Make xfeature_is_supervisor()/xfeature_is_user() return bool x86/fpu/xstate: Fix small issues