Files
i2som-imx-linux/drivers
Rusty Russell a8f5259269 lguest: fix out-by-one error in address checking.
commit 83a35114d0 upstream.

This bug has been there since day 1; addresses in the top guest physical
page weren't considered valid.  You could map that page (the check in
check_gpte() is correct), but if a guest tried to put a pagetable there
we'd check that address manually when walking it, and kill the guest.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
2015-08-07 00:32:13 +01:00
..
2015-08-07 00:32:10 +01:00
2015-05-09 23:16:30 +01:00
2015-08-07 00:32:00 +01:00
2015-08-07 00:32:01 +01:00
2015-02-20 00:49:33 +00:00