1
0
Files
linux/arch/x86/include/asm
Rusty Russell a489f0b555 lguest: fix guest crash on non-linear addresses in gdt pvops
Fixes guest crash 'lguest: bad read address 0x4800000 len 256'

The new per-cpu allocator ends up handing a non-linear address to
write_gdt_entry.  We do __pa() on it, and hand it to the host, which
kills us.

I've long wanted to make the hypercall "LOAD_GDT_ENTRY" to match the IDT
code, but had no pressing reason until now.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: lguest@ozlabs.org
2009-04-19 23:14:01 +09:30
..
2009-04-03 18:25:27 +02:00
2009-04-08 11:51:46 -07:00
2009-02-10 00:41:58 +01:00
2009-01-29 14:16:51 +01:00
2009-03-11 11:00:00 -07:00
2009-01-29 14:17:01 +01:00
2008-12-20 09:15:46 +01:00
2009-02-10 00:42:00 +01:00
2009-02-23 00:08:11 +01:00
2009-03-27 14:43:57 -04:00
2009-04-10 20:27:13 +02:00
2009-01-21 17:26:06 +09:00
2009-02-24 13:41:00 -08:00
2009-02-17 17:53:54 +01:00
2009-03-28 22:27:45 +01:00
2009-01-31 00:17:39 +05:30
2009-02-05 22:30:14 +01:00
2009-03-05 14:50:55 +01:00
2009-02-13 13:23:02 +01:00
2009-01-23 18:42:06 +01:00
2009-02-02 23:27:09 +05:30
2009-02-10 00:42:00 +01:00
2009-03-26 18:29:49 +01:00
2009-03-13 14:49:51 +10:30
2008-12-16 19:31:52 +01:00
2009-04-01 08:59:16 -07:00
2009-01-31 00:19:32 +05:30
2009-03-27 14:43:57 -04:00
2009-03-02 12:07:49 +01:00
2009-01-25 16:57:47 +01:00
2009-03-24 11:02:49 +02:00