]> 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)
commitafc007f970f19eb75222d5209cebd6edec359d4d
tree4208da228a945babc6f07ee0536bd3ff66bc4503
parente833801b13fd23b62aeb9d203d78180bc122f240
parent6b957131b6de261cb7bfa62f773345eacb264dc2
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