| Submitter | Alexander Graf |
|---|---|
| Date | Dec. 25, 2011, 10:58 a.m. |
| Message ID | <1324810715-28312-1-git-send-email-agraf@suse.de> |
| Download | mbox |
| Permalink | /patch/133190/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/agraf/linux-2.6.git for-aviComments
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?
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
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.
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.
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?
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
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