From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41ltxM74cQzDqgZ for ; Thu, 9 Aug 2018 00:26:47 +1000 (AEST) In-Reply-To: <20180801213320.11203-2-muriloo@linux.ibm.com> To: Murilo Opsfelder Araujo , linux-kernel@vger.kernel.org From: Michael Ellerman Cc: Michael Neuling , Murilo Opsfelder Araujo , Simon Guo , Nicholas Piggin , Paul Mackerras , "Eric W . Biederman" , Andrew Donnellan , Alastair D'Silva , Joe Perches , Sukadev Bhattiprolu , linuxppc-dev@lists.ozlabs.org, Cyril Bur , "Tobin C . Harding" Subject: Re: [v4, 1/6] powerpc/traps: Print unhandled signals in a separate function Message-Id: <41ltxL6kNPz9s4V@ozlabs.org> Date: Thu, 9 Aug 2018 00:26:30 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2018-08-01 at 21:33:15 UTC, Murilo Opsfelder Araujo wrote: > Isolate the logic of printing unhandled signals out of _exception_pkey(). > No functional change, only code rearrangement. > > Signed-off-by: Murilo Opsfelder Araujo Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/658b0f92bc7003bc734471f61bf7cd cheers