From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mackerras Date: Thu, 30 Jan 2020 00:54:16 +0000 Subject: [GIT PULL] Please pull my kvm-ppc-next-5.6-2 tag Message-Id: <20200130005416.GA25802@blackberry> List-Id: References: <20190222051405.GA2527@blackberry> In-Reply-To: <20190222051405.GA2527@blackberry> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Paolo Bonzini , kvm@vger.kernel.org Cc: Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm-ppc@vger.kernel.org Paolo, I have a second KVM PPC update for you. I have added two more commits which are both one-line fixes. One is a compile warning fix and the other fixes a locking error where we could incorrectly leave a mutex locked when an error occurs. Thanks, Paul. The following changes since commit 3a43970d55e9fd5475d3c4e5fe398ab831ec6c3a: KVM: PPC: Book3S HV: Implement H_SVM_INIT_ABORT hcall (2020-01-17 15:08:31 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc tags/kvm-ppc-next-5.6-2 for you to fetch changes up to fd24a8624eb29d3b6b7df68096ce0321b19b03c6: KVM: PPC: Book3S PR: Fix -Werror=return-type build failure (2020-01-29 16:47:45 +1100) ---------------------------------------------------------------- Second KVM PPC update for 5.6 * Fix compile warning on 32-bit machines * Fix locking error in secure VM support ---------------------------------------------------------------- Bharata B Rao (1): KVM: PPC: Book3S HV: Release lock on page-out failure path David Michael (1): KVM: PPC: Book3S PR: Fix -Werror=return-type build failure arch/powerpc/kvm/book3s_hv_uvmem.c | 2 +- arch/powerpc/kvm/book3s_pr.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)