]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'x86-traps' (trap handling from Andy Lutomirski)
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Nov 2014 21:56:55 +0000 (13:56 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Nov 2014 21:56:55 +0000 (13:56 -0800)
commit8cd94db1f61857f455acea70bf16656c264dc966
tree4208da228a945babc6f07ee0536bd3ff66bc4503
parent21d8ab5f60129aed58eeaff6a8d154d22ef6c3e1
parent61fb25b998ebc293dc9d2ab3cab1b2fa54bb89e8
Merge branch 'x86-traps' (trap handling from Andy Lutomirski)

Merge x86-64 iret fixes from Andy Lutomirski:
 "This addresses the following issues:

   - an unrecoverable double-fault triggerable with modify_ldt.
   - invalid stack usage in espfix64 failed IRET recovery from IST
     context.
   - invalid stack usage in non-espfix64 failed IRET recovery from IST
     context.

  It also makes a good but IMO scary change: non-espfix64 failed IRET
  will now report the correct error.  Hopefully nothing depended on the
  old incorrect behavior, but maybe Wine will get confused in some
  obscure corner case"

* emailed patches from Andy Lutomirski <luto@amacapital.net>:
  x86_64, traps: Rework bad_iret
  x86_64, traps: Stop using IST for #SS
  x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C