Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932347AbbHNCtW (ORCPT ); Thu, 13 Aug 2015 22:49:22 -0400 Received: from ozlabs.org ([103.22.144.67]:50038 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932319AbbHNCtU (ORCPT ); Thu, 13 Aug 2015 22:49:20 -0400 Message-ID: <1439520559.2056.3.camel@ellerman.id.au> Subject: Re: [PATCH] kvm:powerpc:Fix return statements for wrapper functions in the file book3s_64_mmu_hv.c From: Michael Ellerman To: Alexander Graf Cc: Nicholas Krause , gleb@kernel.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, Paul Mackerras , pbonzini@redhat.com, linuxppc-dev@lists.ozlabs.org Date: Fri, 14 Aug 2015 12:49:19 +1000 In-Reply-To: <55CB9927.8050400@suse.de> References: <1439220451-26094-1-git-send-email-xerofoify@gmail.com> <55CB9927.8050400@suse.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 894 Lines: 24 On Wed, 2015-08-12 at 21:06 +0200, Alexander Graf wrote: > > On 10.08.15 17:27, Nicholas Krause wrote: > > This fixes the wrapper functions kvm_umap_hva_hv and the function > > kvm_unmap_hav_range_hv to return the return value of the function > > kvm_handle_hva or kvm_handle_hva_range that they are wrapped to > > call internally rather then always making the caller of these > > wrapper functions think they always run successfully by returning > > the value of zero directly. > > > > Signed-off-by: Nicholas Krause > > Paul, could you please take on this one? Paul's away for a while can you take it directly? cheers -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/