git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b868a4
)
lguest: fix BUG_ON() in invalid guest page table.
author
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Sep 2013 08:15:39 +0000
(17:45 +0930)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Sep 2013 22:39:26 +0000
(08:09 +0930)
If we discover the entry is invalid, we kill the guest, but we must
avoid calling gpte_addr() on the invalid pmd, otherwise:
kernel BUG at drivers/lguest/page_tables.c:157!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
No differences found