mbox

[GIT,PULL] Please pull my kvm-ppc-next branch

Message ID 20160928044655.4pytwquglvww4w7f@oak.ozlabs.ibm.com
State Accepted
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next

Message

Paul Mackerras Sept. 28, 2016, 4:46 a.m. UTC
Paolo,

Please do a pull from my kvm-ppc-next branch to get some further PPC
KVM updates for 4.9.  This includes the fix for the bug that Thomas
Huth found which caused guests to falsely report soft lockups, other
minor fixes from Thomas Huth and Dan Carpenter, and a small
optimization from Balbir Singh.

Thanks,
Paul.

The following changes since commit adad0d02a7d3c958121a4eb9d126015a2353db94:

  kvm: svm: fix unsigned compare less than zero comparison (2016-09-20 09:26:30 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc.git kvm-ppc-next

for you to fetch changes up to fa73c3b25bd8d0d393dc6109a1dba3c2aef0451e:

  KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register (2016-09-27 15:14:29 +1000)

----------------------------------------------------------------
Balbir Singh (1):
      KVM: PPC: Book3S: Remove duplicate setting of the B field in tlbie

Dan Carpenter (1):
      KVM: PPC: BookE: Fix a sanity check

Paul Mackerras (2):
      KVM: PPC: Book3S: Treat VTB as a per-subcore register, not per-thread
      KVM: PPC: Book3S HV: Take out virtual core piggybacking code

Thomas Huth (2):
      KVM: PPC: Book3S PR: Support 64kB page size on POWER8E and POWER8NVL
      KVM: PPC: Book3s PR: Allow access to unprivileged MMCR2 register

 arch/powerpc/include/asm/kvm_book3s.h    |   2 +
 arch/powerpc/include/asm/kvm_book3s_64.h |   3 +-
 arch/powerpc/include/asm/kvm_host.h      |   1 -
 arch/powerpc/include/asm/reg.h           |   1 +
 arch/powerpc/kernel/asm-offsets.c        |   2 +-
 arch/powerpc/kvm/book3s.c                |   6 --
 arch/powerpc/kvm/book3s_emulate.c        |   4 +-
 arch/powerpc/kvm/book3s_hv.c             | 132 +++----------------------------
 arch/powerpc/kvm/book3s_hv_rmhandlers.S  |  14 ++--
 arch/powerpc/kvm/book3s_pr.c             |  10 ++-
 arch/powerpc/kvm/booke.c                 |   2 +-
 11 files changed, 34 insertions(+), 143 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

Radim Krčmář Sept. 29, 2016, 2:46 p.m. UTC | #1
2016-09-28 14:46+1000, Paul Mackerras:
> Paolo,
> 
> Please do a pull from my kvm-ppc-next branch to get some further PPC
> KVM updates for 4.9.  This includes the fix for the bug that Thomas
> Huth found which caused guests to falsely report soft lockups, other
> minor fixes from Thomas Huth and Dan Carpenter, and a small
> optimization from Balbir Singh.

Pulled to kvm/next, thanks.
--
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
Thomas Huth Sept. 29, 2016, 8 p.m. UTC | #2
On 28.09.2016 06:46, Paul Mackerras wrote:
> Paolo,
> 
> Please do a pull from my kvm-ppc-next branch to get some further PPC
> KVM updates for 4.9.  This includes the fix for the bug that Thomas
> Huth found which caused guests to falsely report soft lockups [...]

Just a small remark: I was just the one who reported the bug - credits
for finding the bug go to Jan Stancek.
Anyway, thanks again for the patches that fix this issue!

 Cheers,
  Thomas

--
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