From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.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 41ptcs2wKyzDr5t for ; Mon, 13 Aug 2018 21:22:53 +1000 (AEST) In-Reply-To: <0dd9d938-8d89-f0e0-f05f-9a3e5dc42a57@users.sourceforge.net> To: SF Markus Elfring , linuxppc-dev@lists.ozlabs.org, Benjamin Herrenschmidt , Borislav Petkov , Brijesh Singh , Josh Sklar , Kees Cook , Paul Mackerras , Thiago Jung Bauermann , Thomas Gleixner , Tom Lendacky From: Michael Ellerman Cc: kernel-janitors@vger.kernel.org, LKML Subject: Re: powerpc: Use common error handling code in setup_new_fdt() Message-Id: <41ptcs19GYz9s7c@ozlabs.org> Date: Mon, 13 Aug 2018 21:22:52 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sun, 2018-03-11 at 08:16:47 UTC, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sun, 11 Mar 2018 09:03:42 +0100 > > Add a jump target so that a bit of exception handling can be better reused > at the end of this function. > > This issue was detected by using the Coccinelle software. > > Signed-off-by: Markus Elfring > Reviewed-by: Thiago Jung Bauermann Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/baedcdf5054c151a33e34392af7d8c cheers