Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754243AbbF2UsU (ORCPT ); Mon, 29 Jun 2015 16:48:20 -0400 Received: from a.ns.miles-group.at ([95.130.255.143]:65275 "EHLO radon.swed.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754123AbbF2Urk (ORCPT ); Mon, 29 Jun 2015 16:47:40 -0400 Message-ID: <5591AEE6.40500@nod.at> Date: Mon, 29 Jun 2015 22:47:34 +0200 From: Richard Weinberger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Andy Lutomirski , x86@kernel.org, linux-kernel@vger.kernel.org CC: =?ISO-8859-15?Q?Fr=E9d=E9ric_Weisbecker?= , Rik van Riel , Oleg Nesterov , Denys Vlasenko , Borislav Petkov , Kees Cook , Brian Gerst , paulmck@linux.vnet.ibm.com, Ingo Molnar , Richard Weinberger , Andrew Morton , Andy Lutomirski , Denys Vlasenko , "H. Peter Anvin" , Linus Torvalds , Peter Zijlstra , Thomas Gleixner Subject: Re: [PATCH v4 03/17] uml: Fix do_signal() prototype References: <67c57eac09a589bac3c6c5ff22f9623ec55a184a.1435602481.git.luto@kernel.org> In-Reply-To: <67c57eac09a589bac3c6c5ff22f9623ec55a184a.1435602481.git.luto@kernel.org> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1389 Lines: 37 Am 29.06.2015 um 21:33 schrieb Andy Lutomirski: > From: Ingo Molnar > > Once x86 exports its do_signal(), the prototypes will clash. > > Fix the clash and also improve the code a bit: remove the unnecessary > kern_do_signal() indirection. This allows interrupt_end() to share > the 'regs' parameter calculation. > > Also remove the unused return code to match x86. > > Minimally build and boot tested. > > Cc: Richard Weinberger > Cc: Andrew Morton > Cc: Andy Lutomirski > Cc: Borislav Petkov > Cc: Brian Gerst > Cc: Denys Vlasenko > Cc: H. Peter Anvin > Cc: Linus Torvalds > Cc: Oleg Nesterov > Cc: Peter Zijlstra > Cc: Thomas Gleixner > Signed-off-by: Ingo Molnar > [Adjusted the commit message because I reordered the patch. --Andy] > Signed-off-by: Andy Lutomirski Acked-by: Richard Weinberger Thanks, //richard -- 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/