https://github.com/torvalds/linux
Revision ad5173ff8a387191dbacf889becb92c59aba5d59 authored by Rusty Russell on 31 October 2008, 16:24:27 UTC, committed by Rusty Russell on 31 October 2008, 00:24:27 UTC
dmi_scan_machine breaks under lguest:
	lguest: unhandled trap 14 at 0xc04edeae (0xffa00000)

This is because we use current_cr3 for the read_cr3() paravirt
function, and it isn't set until the first cr3 change.  We got away
with it until this happened.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
1 parent d5d02d6
History
Tip revision: ad5173ff8a387191dbacf889becb92c59aba5d59 authored by Rusty Russell on 31 October 2008, 16:24:27 UTC
lguest: fix early_ioremap.
Tip revision: ad5173f
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.8 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.0 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 102.3 KB
Makefile -rw-r--r-- 55.9 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top