mbox

[PULL,0/7] avi patch queue 2011-12-25

Message ID 1324810715-28312-1-git-send-email-agraf@suse.de
State New, archived
Headers show

Pull-request

git://github.com/agraf/linux-2.6.git for-avi

Message

Alexander Graf Dec. 25, 2011, 10:58 a.m. UTC
Hi Avi,

Here are a couple compile/trivial fixes for PPC KVM. Please make sure
they all get to 3.2, worst case through -stable.

I left out all the other fine commits that would be great to have in
upstream due to limited testing on my side still. But they definitely
are not forgotten!

Alex


The following changes since commit 08a95a511af91a2a6c42f2a8f13b99402a39e84b:
  Alex Williamson (1):
        kvm: Device assignment permission checks

are available in the git repository at:

  git://github.com/agraf/linux-2.6.git for-avi

Alexander Graf (2):
      KVM: PPC: Whitespace fix for kvm.h
      KVM: Fix whitespace in kvm_para.h

Andreas Schwab (2):
      KVM: PPC: move compute_tlbie_rb to book3s_64 common header
      KVM: PPC: protect use of kvmppc_h_pr

Michael Neuling (1):
      powerpc kvm: fix kvmppc_start_thread() for CONFIG_SMP=N

Nishanth Aravamudan (1):
      powerpc/kvm: annotate kvm_rma_init as __init

Scott Wood (1):
      KVM: PPC: e500: include linux/export.h

 arch/powerpc/include/asm/kvm.h           |    4 +-
 arch/powerpc/include/asm/kvm_book3s.h    |   33 ------------------------------
 arch/powerpc/include/asm/kvm_book3s_64.h |   33 ++++++++++++++++++++++++++++++
 arch/powerpc/kvm/book3s_hv.c             |    2 +-
 arch/powerpc/kvm/book3s_hv_builtin.c     |    2 +-
 arch/powerpc/kvm/book3s_pr.c             |    2 +
 arch/powerpc/kvm/e500.c                  |    1 +
 include/linux/kvm_para.h                 |    1 -
 8 files changed, 40 insertions(+), 38 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Avi Kivity Dec. 25, 2011, 11:03 a.m. UTC | #1
On 12/25/2011 12:58 PM, Alexander Graf wrote:
> Hi Avi,
>
> Here are a couple compile/trivial fixes for PPC KVM. Please make sure
> they all get to 3.2, worst case through -stable.
>
> I left out all the other fine commits that would be great to have in
> upstream due to limited testing on my side still. But they definitely
> are not forgotten!
>

Whitespace fixes for 3.2-rc7?  Are they critical?

Which of these patches are really needed, as in, breaks the build,
oopses the kernel, corrupts data?
Alexander Graf Dec. 25, 2011, 11:29 a.m. UTC | #2
On 25.12.2011, at 12:03, Avi Kivity <avi@redhat.com> wrote:

> On 12/25/2011 12:58 PM, Alexander Graf wrote:
>> Hi Avi,
>> 
>> Here are a couple compile/trivial fixes for PPC KVM. Please make sure
>> they all get to 3.2, worst case through -stable.
>> 
>> I left out all the other fine commits that would be great to have in
>> upstream due to limited testing on my side still. But they definitely
>> are not forgotten!
>> 
> 
> Whitespace fixes for 3.2-rc7?  Are they critical?
> 
> Which of these patches are really needed, as in, breaks the build,
> oopses the kernel, corrupts data?

Good point.

    powerpc/kvm: annotate kvm_rma_init as __init

and the whitespace fixes are non-critical. The rest are compile fixes.


Alex

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Avi Kivity Dec. 25, 2011, 11:32 a.m. UTC | #3
On 12/25/2011 01:29 PM, Alexander Graf wrote:
>
> On 25.12.2011, at 12:03, Avi Kivity <avi@redhat.com> wrote:
>
> > On 12/25/2011 12:58 PM, Alexander Graf wrote:
> >> Hi Avi,
> >> 
> >> Here are a couple compile/trivial fixes for PPC KVM. Please make sure
> >> they all get to 3.2, worst case through -stable.
> >> 
> >> I left out all the other fine commits that would be great to have in
> >> upstream due to limited testing on my side still. But they definitely
> >> are not forgotten!
> >> 
> > 
> > Whitespace fixes for 3.2-rc7?  Are they critical?
> > 
> > Which of these patches are really needed, as in, breaks the build,
> > oopses the kernel, corrupts data?
>
> Good point.
>
>     powerpc/kvm: annotate kvm_rma_init as __init
>
> and the whitespace fixes are non-critical. The rest are compile fixes.
>

Ok. I'll apply those, hopefully no conflicts.
Avi Kivity Dec. 25, 2011, 11:33 a.m. UTC | #4
On 12/25/2011 01:32 PM, Avi Kivity wrote:
> On 12/25/2011 01:29 PM, Alexander Graf wrote:
> >
> > On 25.12.2011, at 12:03, Avi Kivity <avi@redhat.com> wrote:
> >
> > > On 12/25/2011 12:58 PM, Alexander Graf wrote:
> > >> Hi Avi,
> > >> 
> > >> Here are a couple compile/trivial fixes for PPC KVM. Please make sure
> > >> they all get to 3.2, worst case through -stable.
> > >> 
> > >> I left out all the other fine commits that would be great to have in
> > >> upstream due to limited testing on my side still. But they definitely
> > >> are not forgotten!
> > >> 
> > > 
> > > Whitespace fixes for 3.2-rc7?  Are they critical?
> > > 
> > > Which of these patches are really needed, as in, breaks the build,
> > > oopses the kernel, corrupts data?
> >
> > Good point.
> >
> >     powerpc/kvm: annotate kvm_rma_init as __init
> >
> > and the whitespace fixes are non-critical. The rest are compile fixes.
> >
>
> Ok. I'll apply those, hopefully no conflicts.
>

I mean, I'll pick those for 3.2; will merge it all.
Avi Kivity Dec. 27, 2011, 9:45 a.m. UTC | #5
On 12/25/2011 12:58 PM, Alexander Graf wrote:
> Hi Avi,
>
> Here are a couple compile/trivial fixes for PPC KVM. Please make sure
> they all get to 3.2, worst case through -stable.
>
> I left out all the other fine commits that would be great to have in
> upstream due to limited testing on my side still. But they definitely
> are not forgotten!
>
>

Which of these are needed for 3.1, 3.0?
Alexander Graf Jan. 9, 2012, 12:48 p.m. UTC | #6
On 27.12.2011, at 10:45, Avi Kivity wrote:

> On 12/25/2011 12:58 PM, Alexander Graf wrote:
>> Hi Avi,
>> 
>> Here are a couple compile/trivial fixes for PPC KVM. Please make sure
>> they all get to 3.2, worst case through -stable.
>> 
>> I left out all the other fine commits that would be great to have in
>> upstream due to limited testing on my side still. But they definitely
>> are not forgotten!
>> 
>> 
> 
> Which of these are needed for 3.1, 3.0?

I don't think any.


Alex

--
To unsubscribe from this list: send the line "unsubscribe kvm-ppc" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html