mbox series

[GIT,PULL] Please pull my kvm-ppc-fixes-4.16-2 tag

Message ID 20180314085736.GA20839@fergus.ozlabs.ibm.com
State Accepted
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-fixes-4.16-2 tag | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-4.16-2

Message

Paul Mackerras March 14, 2018, 8:57 a.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-fixes-4.16-2 to get one commit that I
would like to have in 4.16.  It fixes a recently-discovered bug whose
main symptom is typically a soft lockup in smp_call_function_many() in
the host.  The bug has been around since 4.8 but it doesn't show up on
POWER8 systems, only on POWER9, which is why we haven't noticed it
before this.

Thanks,
Paul.

The following changes since commit 45e3b4759d230b057832fa751af9a853495a17bd:

  Merge tag 'kvm-s390-master-4.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux (2018-03-06 17:42:28 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-4.16-2

for you to fetch changes up to a8b48a4dccea77e29462e59f1dbf0d5aa1ff167c:

  KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry (2018-03-14 15:10:50 +1100)

----------------------------------------------------------------
Fix for PPC KVM for 4.16

- Fix bug leading to lost IPIs on POWER9 and hence to other CPUs reporting
  lockups in smp_call_function_many().

----------------------------------------------------------------
Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry

 arch/powerpc/kvm/book3s_hv_rmhandlers.S | 10 +++++-----
 1 file changed, 5 insertions(+), 5 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

Paolo Bonzini March 15, 2018, 8:57 p.m. UTC | #1
On 14/03/2018 09:57, Paul Mackerras wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-4.16-2

Pulled, thanks.

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