From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41Zg3F3qw2zDr5Y for ; Tue, 24 Jul 2018 23:59:53 +1000 (AEST) In-Reply-To: <20180629083904.29250-1-aneesh.kumar@linux.ibm.com> To: "Aneesh Kumar K.V" , npiggin@gmail.com, benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: "Aneesh Kumar K.V" , linuxppc-dev@lists.ozlabs.org Subject: Re: powerpc/mm/hash: Improve error reporting on HCALL failures Message-Id: <41Zg3F21ntz9s29@ozlabs.org> Date: Tue, 24 Jul 2018 23:59:52 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2018-06-29 at 08:39:04 UTC, "Aneesh Kumar K.V" wrote: > This patch adds error reporting to H_ENTER and H_READ hcalls. A failure for > both these hcalls are mostly fatal and it would be good to log the failure > reason. > > We also switch printk to pr_* > > Signed-off-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/ca42d8d2d6c55822fa8f1d230ffa3b cheers