Works so far by change, but it is not guaranteed to stay like this. Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> --- Same for uaccess.h. Not sure if this is common policy, it just helped me backporting. arch/x86/kvm/cpuid.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c index 3bb257e..10c767c 100644 --- a/arch/x86/kvm/cpuid.c +++ b/arch/x86/kvm/cpuid.c @@ -14,6 +14,8 @@ #include <linux/kvm_host.h> #include <linux/module.h> +#include <linux/vmalloc.h> +#include <linux/uaccess.h> #include <asm/user.h> #include <asm/xsave.h> #include "cpuid.h" -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html