commit | 4623c28e222d82f87537ef66db61ebcfbd8306db | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Sep 05 17:45:39 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Fri Sep 06 08:09:26 2013 +0930 |
tree | 7a117043008ff4bd15b5cf8b7baf7e074c1dccba | |
parent | 3b868a4073cdedf395f26d843874414e0e0e9cfd [diff] |
lguest: fix BUG_ON() in invalid guest page table. 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>