linux/drivers/xen
Jeremy Fitzhardinge 26a3e99160 xen: fix scrub_page()
Impact: fix guest kernel crash with CONFIG_XEN_SCRUB_PAGES=y

Jens noticed that scrub_page() has a buggy unmap of the wrong
thing. (virtual address instead of page)

Linus pointed out that the whole scrub_page() code is an unnecessary
reimplementation of clear_highpage() to begin with.

Just use clear_highpage() rather than reimplementing it poorly.

Reported-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
2008-11-17 19:11:26 +01:00
..
xenbus
Kconfig
Makefile
balloon.c xen: fix scrub_page() 2008-11-17 19:11:26 +01:00
cpu_hotplug.c
events.c xen: compilation fix of drivers/xen/events.c on IA64 2008-10-23 21:54:37 +02:00
features.c
grant-table.c
manage.c
xencomm.c