]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Jan 2020 21:04:38 +0000 (13:04 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 28 Jan 2020 21:04:38 +0000 (13:04 -0800)
commitb7bb9741c7abfbad0f74820f81e1ad4e302b7c7b
tree20f6b0bf181963aa955e4350d6507468531e9121
parentdf66348cb77799d8a9701f20563fd19114d4b153
parent41095d5d9d54c91cc947d15d4c4972d8b69391fa
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