[PATCH 0/5] [v3] fix illegal use of __pa() in KVM code

From: Dave Hansen
Date: Tue Jan 22 2013 - 16:24:52 EST


This series fixes a hard-to-debug early boot hang on 32-bit
NUMA systems. It adds coverage to the debugging code,
adds some helpers, and eventually fixes the original bug I
was hitting.

[v3]
* Remove unnecessary initializations in slow_virt_to_phys(),
and convert 'level' to use the new enum pg_level.
* Add some text to slow_virt_to_phys() to make it clear
that we are not using it in any remotely fast paths.
[v2]
* Moved DEBUG_VIRTUAL patch earlier in the series (it has no
dependencies on anything else and stands on its own.
* Created page_level_*() helpers to replace a nasty switch()
at hpa's suggestion


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/