mbox series

[GIT,PULL] Please pull my kvm-ppc-fixes-4.20-1 tag

Message ID 20181116103616.GB19018@blackberry (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull my kvm-ppc-fixes-4.20-1 tag | expand

Pull-request

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

Message

Paul Mackerras Nov. 16, 2018, 10:36 a.m. UTC
Paolo or Radim,

Please do a pull from my kvm-ppc-fixes-4.20-1 tag to get a 1-line
change that fixes a bug in the nested HV KVM code that was merged in
the 4.20 merge window.

Thanks,
Paul.

The following changes since commit ccda4af0f4b92f7b4c308d3acc262f4a7e3affad:

  Linux 4.20-rc2 (2018-11-11 17:12:31 -0600)

are available in the git repository at:

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

for you to fetch changes up to 6c08ec1216b7b2f84b9755f339d6009768599256:

  KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED (2018-11-15 13:59:21 +1100)

----------------------------------------------------------------
PPC KVM fixes for 4.20

This has a single 1-line patch which fixes a bug in the recently-merged
nested HV KVM support.

----------------------------------------------------------------
Michael Roth (1):
      KVM: PPC: Book3S HV: Fix handling for interrupted H_ENTER_NESTED

 arch/powerpc/kvm/book3s_hv.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Paolo Bonzini Nov. 25, 2018, 5:54 p.m. UTC | #1
On 16/11/18 11:36, Paul Mackerras wrote:
>   git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-fixes-4.20-1

Pulled.  Thanks and sorry for the delay.

Paolo