* [PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8
@ 2012-12-20 10:31 ` Alexander Graf
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Graf @ 2012-12-20 10:31 UTC (permalink / raw)
To: kvm-ppc; +Cc: KVM list, Marcelo Tosatti, Gleb Natapov
Hi Marcelo / Gleb,
This is my current patch queue for ppc on 3.8. Please pull.
The queue only includes one critical fix to unbreak user space headers after
the uapi conversion.
Alex
The following changes since commit 66cdd0ceaf65a18996f561b770eedde1d123b019:
Linus Torvalds (1):
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
are available in the git repository at:
git://github.com/agraf/linux-2.6.git kvm-ppc-3.8
Bharat Bhushan (1):
powerpc: Corrected include header path in kvm_para.h
arch/powerpc/include/uapi/asm/kvm_para.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8
@ 2012-12-20 10:31 ` Alexander Graf
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Graf @ 2012-12-20 10:31 UTC (permalink / raw)
To: kvm-ppc; +Cc: KVM list, Marcelo Tosatti, Gleb Natapov
Hi Marcelo / Gleb,
This is my current patch queue for ppc on 3.8. Please pull.
The queue only includes one critical fix to unbreak user space headers after
the uapi conversion.
Alex
The following changes since commit 66cdd0ceaf65a18996f561b770eedde1d123b019:
Linus Torvalds (1):
Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
are available in the git repository at:
git://github.com/agraf/linux-2.6.git kvm-ppc-3.8
Bharat Bhushan (1):
powerpc: Corrected include header path in kvm_para.h
arch/powerpc/include/uapi/asm/kvm_para.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/1] powerpc: Corrected include header path in kvm_para.h
2012-12-20 10:31 ` Alexander Graf
@ 2012-12-20 10:31 ` Alexander Graf
-1 siblings, 0 replies; 6+ messages in thread
From: Alexander Graf @ 2012-12-20 10:31 UTC (permalink / raw)
To: kvm-ppc
Cc: KVM list, Marcelo Tosatti, Gleb Natapov, Bharat Bhushan,
Bharat Bhushan, stable
From: Bharat Bhushan <r65777@freescale.com>
The include/uapi/asm/kvm_para.h includes
<include/uapi/asm/epapr_hcalls.h> but the correct reference
should be <include/asm/epapr_hcalls.h> as this is the place
where make install_header installs the header files for
userspace.
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
CC: stable@vger.kernel.org
Signed-off-by: Alexander Graf <agraf@suse.de>
---
arch/powerpc/include/uapi/asm/kvm_para.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/include/uapi/asm/kvm_para.h b/arch/powerpc/include/uapi/asm/kvm_para.h
index ed0e025..e3af328 100644
--- a/arch/powerpc/include/uapi/asm/kvm_para.h
+++ b/arch/powerpc/include/uapi/asm/kvm_para.h
@@ -78,7 +78,7 @@ struct kvm_vcpu_arch_shared {
#define KVM_HCALL_TOKEN(num) _EV_HCALL_TOKEN(EV_KVM_VENDOR_ID, num)
-#include <uapi/asm/epapr_hcalls.h>
+#include <asm/epapr_hcalls.h>
#define KVM_FEATURE_MAGIC_PAGE 1
--
1.6.0.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 1/1] powerpc: Corrected include header path in kvm_para.h
@ 2012-12-20 10:31 ` Alexander Graf
0 siblings, 0 replies; 6+ messages in thread
From: Alexander Graf @ 2012-12-20 10:31 UTC (permalink / raw)
To: kvm-ppc
Cc: KVM list, Marcelo Tosatti, Gleb Natapov, Bharat Bhushan,
Bharat Bhushan, stable
From: Bharat Bhushan <r65777@freescale.com>
The include/uapi/asm/kvm_para.h includes
<include/uapi/asm/epapr_hcalls.h> but the correct reference
should be <include/asm/epapr_hcalls.h> as this is the place
where make install_header installs the header files for
userspace.
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
CC: stable@vger.kernel.org
Signed-off-by: Alexander Graf <agraf@suse.de>
---
arch/powerpc/include/uapi/asm/kvm_para.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/include/uapi/asm/kvm_para.h b/arch/powerpc/include/uapi/asm/kvm_para.h
index ed0e025..e3af328 100644
--- a/arch/powerpc/include/uapi/asm/kvm_para.h
+++ b/arch/powerpc/include/uapi/asm/kvm_para.h
@@ -78,7 +78,7 @@ struct kvm_vcpu_arch_shared {
#define KVM_HCALL_TOKEN(num) _EV_HCALL_TOKEN(EV_KVM_VENDOR_ID, num)
-#include <uapi/asm/epapr_hcalls.h>
+#include <asm/epapr_hcalls.h>
#define KVM_FEATURE_MAGIC_PAGE 1
--
1.6.0.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8
2012-12-20 10:31 ` Alexander Graf
@ 2012-12-20 13:54 ` Gleb Natapov
-1 siblings, 0 replies; 6+ messages in thread
From: Gleb Natapov @ 2012-12-20 13:54 UTC (permalink / raw)
To: Alexander Graf; +Cc: kvm-ppc, KVM list, Marcelo Tosatti
On Thu, Dec 20, 2012 at 11:31:17AM +0100, Alexander Graf wrote:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc on 3.8. Please pull.
>
> The queue only includes one critical fix to unbreak user space headers after
> the uapi conversion.
>
> Alex
>
>
Pulled. Thanks.
> The following changes since commit 66cdd0ceaf65a18996f561b770eedde1d123b019:
> Linus Torvalds (1):
> Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
>
> are available in the git repository at:
>
> git://github.com/agraf/linux-2.6.git kvm-ppc-3.8
>
> Bharat Bhushan (1):
> powerpc: Corrected include header path in kvm_para.h
>
> arch/powerpc/include/uapi/asm/kvm_para.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
--
Gleb.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8
@ 2012-12-20 13:54 ` Gleb Natapov
0 siblings, 0 replies; 6+ messages in thread
From: Gleb Natapov @ 2012-12-20 13:54 UTC (permalink / raw)
To: Alexander Graf; +Cc: kvm-ppc, KVM list, Marcelo Tosatti
On Thu, Dec 20, 2012 at 11:31:17AM +0100, Alexander Graf wrote:
> Hi Marcelo / Gleb,
>
> This is my current patch queue for ppc on 3.8. Please pull.
>
> The queue only includes one critical fix to unbreak user space headers after
> the uapi conversion.
>
> Alex
>
>
Pulled. Thanks.
> The following changes since commit 66cdd0ceaf65a18996f561b770eedde1d123b019:
> Linus Torvalds (1):
> Merge tag 'kvm-3.8-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
>
> are available in the git repository at:
>
> git://github.com/agraf/linux-2.6.git kvm-ppc-3.8
>
> Bharat Bhushan (1):
> powerpc: Corrected include header path in kvm_para.h
>
> arch/powerpc/include/uapi/asm/kvm_para.h | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
--
Gleb.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-12-20 13:54 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 10:31 [PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8 Alexander Graf
2012-12-20 10:31 ` Alexander Graf
2012-12-20 10:31 ` [PATCH 1/1] powerpc: Corrected include header path in kvm_para.h Alexander Graf
2012-12-20 10:31 ` Alexander Graf
2012-12-20 13:54 ` [PULL 3.8 0/1] ppc patch queue 2012-12-20 for 3.8 Gleb Natapov
2012-12-20 13:54 ` Gleb Natapov
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.