An error occurred fetching the project authors.
  1. 30 Jul, 2009 1 commit
  2. 12 Jun, 2009 1 commit
  3. 19 Apr, 2009 1 commit
  4. 30 Mar, 2009 1 commit
  5. 30 Jan, 2008 3 commits
  6. 25 Oct, 2007 1 commit
  7. 23 Oct, 2007 2 commits
  8. 09 Aug, 2007 1 commit
    • Rusty Russell's avatar
      lguest: Fix Malicious Guest GDT Host Crash · 0d027c01
      Rusty Russell authored
      If a Guest makes hypercall which sets a GDT entry to not present, we
      currently set any segment registers using that GDT entry to 0.
      Unfortunately, this is not sufficient: there are other ways of
      altering GDT entries which will cause a fault.
      
      The correct solution to do what Linux does: let them set any GDT value
      they want and handle the #GP when popping causes a fault.  This has
      the added benefit of making our Switcher slightly more robust in the
      case of any other bugs which cause it to fault.
      
      We kill the Guest if it causes a fault in the Switcher: it's the
      Guest's responsibility to make sure it's not using segments when it
      changes them.
      Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      0d027c01
  9. 26 Jul, 2007 3 commits
  10. 19 Jul, 2007 1 commit