From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Date: Thu, 6 Apr 2017 16:28:52 +1000 Message-ID: <20170406062852.GA4055@fergus.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: Paolo Bonzini , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org Return-path: Received: from ozlabs.org ([103.22.144.67]:43485 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755415AbdDFG25 (ORCPT ); Thu, 6 Apr 2017 02:28:57 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: 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(+) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 06 Apr 2017 06:28:52 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-fixes branch Message-Id: <20170406062852.GA4055@fergus.ozlabs.ibm.com> List-Id: References: <20151112053542.GA22330@fergus.ozlabs.ibm.com> In-Reply-To: <20151112053542.GA22330@fergus.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , kvm@vger.kernel.org, kvm-ppc@vger.kernel.org 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(+)