From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Date: Fri, 20 Dec 2013 18:20:19 +0000 Subject: Re: [PULL 00/12] 3.13 patch queue 2013-12-18 for 3.13 Message-Id: <52B48A63.1070707@redhat.com> List-Id: References: <1387382498-19817-1-git-send-email-agraf@suse.de> In-Reply-To: <1387382498-19817-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Graf Cc: kvm-ppc@vger.kernel.org, "kvm@vger.kernel.org mailing list" , Gleb Natapov Il 18/12/2013 17:01, Alexander Graf ha scritto: > Hi Paolo / Gleb, > > This is my current patch queue for 3.13. > > It fixes some grave issues we've only found after 3.13-rc1: > > - Make the modularized HV/PR book3s kvm work well as modules > - Fix some race conditions > - Fix compilation with certain compilers (booke) > - Fix THP for book3s_hv > - Fix preemption for book3s_pr > > Please pull. > > Alex > > > The following changes since commit f080480488028bcc25357f85e8ae54ccc3bb7173: > > Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2013-11-15 13:51:36 +0900) > > are available in the git repository at: > > > git://github.com/agraf/linux-2.6.git tags/signed-for-3.13 > > for you to fetch changes up to df9059bb64023da9f27e56a94a3e2b8f4b6336a9: > > KVM: PPC: Book3S HV: Don't drop low-order page address bits (2013-12-18 11:30:35 +0100) > > ---------------------------------------------------------------- > Patch queue for 3.13 - 2013-12-18 > > This fixes some grave issues we've only found after 3.13-rc1: > > - Make the modularized HV/PR book3s kvm work well as modules > - Fix some race conditions > - Fix compilation with certain compilers (booke) > - Fix THP for book3s_hv > - Fix preemption for book3s_pr > > Alexander Graf (4): > KVM: PPC: Book3S: PR: Don't clobber our exit handler id > KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu > KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy > KVM: PPC: Book3S: PR: Enable interrupts earlier > > Aneesh Kumar K.V (1): > powerpc: book3s: kvm: Don't abuse host r2 in exit path > > Paul Mackerras (5): > KVM: PPC: Book3S HV: Fix physical address calculations > KVM: PPC: Book3S HV: Refine barriers in guest entry/exit > KVM: PPC: Book3S HV: Make tbacct_lock irq-safe > KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call > KVM: PPC: Book3S HV: Don't drop low-order page address bits > > Scott Wood (1): > powerpc/kvm/booke: Fix build break due to stack frame size warning > > pingfan liu (1): > powerpc: kvm: fix rare but potential deadlock scene > > ---------------------------------------------------------------- > Alexander Graf (4): > KVM: PPC: Book3S: PR: Don't clobber our exit handler id > KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu > KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy > KVM: PPC: Book3S: PR: Enable interrupts earlier > > Aneesh Kumar K.V (1): > powerpc: book3s: kvm: Don't abuse host r2 in exit path > > Paul Mackerras (5): > KVM: PPC: Book3S HV: Fix physical address calculations > KVM: PPC: Book3S HV: Refine barriers in guest entry/exit > KVM: PPC: Book3S HV: Make tbacct_lock irq-safe > KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call > KVM: PPC: Book3S HV: Don't drop low-order page address bits > > Scott Wood (1): > powerpc/kvm/booke: Fix build break due to stack frame size warning > > pingfan liu (1): > powerpc: kvm: fix rare but potential deadlock scene > > arch/powerpc/include/asm/kvm_book3s.h | 4 ++++ > arch/powerpc/include/asm/kvm_book3s_asm.h | 2 ++ > arch/powerpc/include/asm/switch_to.h | 2 +- > arch/powerpc/kernel/asm-offsets.c | 1 + > arch/powerpc/kernel/process.c | 32 +++++++++++++++---------------- > arch/powerpc/kvm/book3s_64_mmu_hv.c | 18 +++++++++++++---- > arch/powerpc/kvm/book3s_hv.c | 24 +++++++++++++---------- > arch/powerpc/kvm/book3s_hv_rm_mmu.c | 9 +++++++-- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 23 ++++++++++++---------- > arch/powerpc/kvm/book3s_interrupts.S | 19 ++++++++++-------- > arch/powerpc/kvm/book3s_pr.c | 22 +++++++++++++++++++++ > arch/powerpc/kvm/book3s_rmhandlers.S | 6 +----- > arch/powerpc/kvm/booke.c | 12 ++++++------ > 13 files changed, 112 insertions(+), 62 deletions(-) > Pulled and sent to Linus, thanks. Paolo From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 00/12] 3.13 patch queue 2013-12-18 for 3.13 Date: Fri, 20 Dec 2013 19:20:19 +0100 Message-ID: <52B48A63.1070707@redhat.com> References: <1387382498-19817-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: kvm-ppc@vger.kernel.org, "kvm@vger.kernel.org mailing list" , Gleb Natapov To: Alexander Graf Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33935 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751891Ab3LTSU0 (ORCPT ); Fri, 20 Dec 2013 13:20:26 -0500 In-Reply-To: <1387382498-19817-1-git-send-email-agraf@suse.de> Sender: kvm-owner@vger.kernel.org List-ID: Il 18/12/2013 17:01, Alexander Graf ha scritto: > Hi Paolo / Gleb, > > This is my current patch queue for 3.13. > > It fixes some grave issues we've only found after 3.13-rc1: > > - Make the modularized HV/PR book3s kvm work well as modules > - Fix some race conditions > - Fix compilation with certain compilers (booke) > - Fix THP for book3s_hv > - Fix preemption for book3s_pr > > Please pull. > > Alex > > > The following changes since commit f080480488028bcc25357f85e8ae54ccc3bb7173: > > Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2013-11-15 13:51:36 +0900) > > are available in the git repository at: > > > git://github.com/agraf/linux-2.6.git tags/signed-for-3.13 > > for you to fetch changes up to df9059bb64023da9f27e56a94a3e2b8f4b6336a9: > > KVM: PPC: Book3S HV: Don't drop low-order page address bits (2013-12-18 11:30:35 +0100) > > ---------------------------------------------------------------- > Patch queue for 3.13 - 2013-12-18 > > This fixes some grave issues we've only found after 3.13-rc1: > > - Make the modularized HV/PR book3s kvm work well as modules > - Fix some race conditions > - Fix compilation with certain compilers (booke) > - Fix THP for book3s_hv > - Fix preemption for book3s_pr > > Alexander Graf (4): > KVM: PPC: Book3S: PR: Don't clobber our exit handler id > KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu > KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy > KVM: PPC: Book3S: PR: Enable interrupts earlier > > Aneesh Kumar K.V (1): > powerpc: book3s: kvm: Don't abuse host r2 in exit path > > Paul Mackerras (5): > KVM: PPC: Book3S HV: Fix physical address calculations > KVM: PPC: Book3S HV: Refine barriers in guest entry/exit > KVM: PPC: Book3S HV: Make tbacct_lock irq-safe > KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call > KVM: PPC: Book3S HV: Don't drop low-order page address bits > > Scott Wood (1): > powerpc/kvm/booke: Fix build break due to stack frame size warning > > pingfan liu (1): > powerpc: kvm: fix rare but potential deadlock scene > > ---------------------------------------------------------------- > Alexander Graf (4): > KVM: PPC: Book3S: PR: Don't clobber our exit handler id > KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpu > KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvy > KVM: PPC: Book3S: PR: Enable interrupts earlier > > Aneesh Kumar K.V (1): > powerpc: book3s: kvm: Don't abuse host r2 in exit path > > Paul Mackerras (5): > KVM: PPC: Book3S HV: Fix physical address calculations > KVM: PPC: Book3S HV: Refine barriers in guest entry/exit > KVM: PPC: Book3S HV: Make tbacct_lock irq-safe > KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call > KVM: PPC: Book3S HV: Don't drop low-order page address bits > > Scott Wood (1): > powerpc/kvm/booke: Fix build break due to stack frame size warning > > pingfan liu (1): > powerpc: kvm: fix rare but potential deadlock scene > > arch/powerpc/include/asm/kvm_book3s.h | 4 ++++ > arch/powerpc/include/asm/kvm_book3s_asm.h | 2 ++ > arch/powerpc/include/asm/switch_to.h | 2 +- > arch/powerpc/kernel/asm-offsets.c | 1 + > arch/powerpc/kernel/process.c | 32 +++++++++++++++---------------- > arch/powerpc/kvm/book3s_64_mmu_hv.c | 18 +++++++++++++---- > arch/powerpc/kvm/book3s_hv.c | 24 +++++++++++++---------- > arch/powerpc/kvm/book3s_hv_rm_mmu.c | 9 +++++++-- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 23 ++++++++++++---------- > arch/powerpc/kvm/book3s_interrupts.S | 19 ++++++++++-------- > arch/powerpc/kvm/book3s_pr.c | 22 +++++++++++++++++++++ > arch/powerpc/kvm/book3s_rmhandlers.S | 6 +----- > arch/powerpc/kvm/booke.c | 12 ++++++------ > 13 files changed, 112 insertions(+), 62 deletions(-) > Pulled and sent to Linus, thanks. Paolo