* [PATCH] KVM: x86: Do not rely on implicit vmalloc.h inclusion
@ 2011-12-14 16:30 Jan Kiszka
2011-12-14 16:58 ` [PATCH v2] KVM: x86: Do not rely on implicit inclusions Jan Kiszka
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2011-12-14 16:30 UTC (permalink / raw)
To: Avi Kivity, Marcelo Tosatti; +Cc: kvm
Works so far, but it is not guaranteed to stay like this.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
arch/x86/kvm/cpuid.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c
index 3bb257e..25e087d 100644
--- a/arch/x86/kvm/cpuid.c
+++ b/arch/x86/kvm/cpuid.c
@@ -14,6 +14,7 @@
#include <linux/kvm_host.h>
#include <linux/module.h>
+#include <linux/vmalloc.h>
#include <asm/user.h>
#include <asm/xsave.h>
#include "cpuid.h"
--
1.7.3.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH v2] KVM: x86: Do not rely on implicit inclusions
2011-12-14 16:30 [PATCH] KVM: x86: Do not rely on implicit vmalloc.h inclusion Jan Kiszka
@ 2011-12-14 16:58 ` Jan Kiszka
0 siblings, 0 replies; 2+ messages in thread
From: Jan Kiszka @ 2011-12-14 16:58 UTC (permalink / raw)
To: Avi Kivity, Marcelo Tosatti; +Cc: kvm
Works so far by change, but it is not guaranteed to stay like this.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-14 16:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14 16:30 [PATCH] KVM: x86: Do not rely on implicit vmalloc.h inclusion Jan Kiszka
2011-12-14 16:58 ` [PATCH v2] KVM: x86: Do not rely on implicit inclusions Jan Kiszka
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.