]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Aug 2014 00:37:01 +0000 (17:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 2 Aug 2014 00:37:01 +0000 (17:37 -0700)
commit22711bd54c93920e83bfd8947a85fb5c2e46f3c7
tree35dbb478d247a43c2827b634316cc65fa3cbfa4b
parent457529e3c75e5187cfdd56f7da216e9d46edfa5f
parentc2363145a617a36a39d25d64ca8adbce2b10cd4f
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Peter Anvin:
 "A single fix to not invoke the espfix code on Xen PV, as it turns out
  to oops the guest when invoked after all.  This patch leaves some
  amount of dead code, in particular unnecessary initialization of the
  espfix stacks when they won't be used, but in the interest of keeping
  the patch minimal that cleanup can wait for the next cycle"

* 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86_64/entry/xen: Do not invoke espfix64 on Xen