Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754080AbbGCGd1 (ORCPT ); Fri, 3 Jul 2015 02:33:27 -0400 Received: from mail-wg0-f54.google.com ([74.125.82.54]:36015 "EHLO mail-wg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754438AbbGCGdT (ORCPT ); Fri, 3 Jul 2015 02:33:19 -0400 Date: Fri, 3 Jul 2015 08:33:13 +0200 From: Ingo Molnar To: Andy Lutomirski Cc: Borislav Petkov , Andy Lutomirski , X86 ML , "linux-kernel@vger.kernel.org" , =?iso-8859-1?Q?Fr=E9d=E9ric?= Weisbecker , Rik van Riel , Oleg Nesterov , Denys Vlasenko , Kees Cook , Brian Gerst , Paul McKenney Subject: Re: [PATCH v4 14/17] x86/asm/entry/64: Migrate error and interrupt exit work to C Message-ID: <20150703063313.GA19561@gmail.com> References: <1a5858d079609a3e293123c9ee45de433a4e9c44.1435602481.git.luto@kernel.org> <20150702120932.GH4001@pd.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 749 Lines: 20 * Andy Lutomirski wrote: > If we move even more of this stuff into C, then this problem goes away. "call > enter_from_user_mode" turns into "enter_from_user_mode()" or similar. Yes. I think we should first see how that process works out, and then see what else can be done. For the initial step I'm willing to trade up to 10 cycles in exchange for sane and maintainable x86 entry code that we can then speed up ... I presume we are still within that budget? Thanks, Ingo -- 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/