mbox

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

Message ID 20170406062852.GA4055@fergus.ozlabs.ibm.com
State Accepted
Headers show

Pull-request

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

Message

Paul Mackerras April 6, 2017, 6:28 a.m. UTC
Paolo,

Please do a pull from my kvm-ppc-fixes branch to get a small fix which
should go into 4.11 (via your master branch).  It is just a check for
a NULL return from kzalloc in recently-added code.

Thanks,
Paul.

The following changes since commit 6fd6410311d618d80748b0a5dd3e8d6cd17662bc:

  Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm (2017-04-05 16:27:47 +0200)

are available in the git repository at:

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

for you to fetch changes up to abd80dcbc400fac878202136645e9acf0e0bfbd9:

  KVM: PPC: Book3S HV: Check for kmalloc errors in ioctl (2017-04-06 15:50:43 +1000)

----------------------------------------------------------------
Dan Carpenter (1):
      KVM: PPC: Book3S HV: Check for kmalloc errors in ioctl

 arch/powerpc/kvm/book3s_64_mmu_hv.c | 4 ++++
 1 file changed, 4 insertions(+)
--
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ář April 6, 2017, 2:37 p.m. UTC | #1
2017-04-06 16:28+1000, Paul Mackerras:
> Paolo,
> 
> Please do a pull from my kvm-ppc-fixes branch to get a small fix which
> should go into 4.11 (via your master branch).  It is just a check for
> a NULL return from kzalloc in recently-added code.

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