Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753242AbeAKBB0 (ORCPT + 1 other); Wed, 10 Jan 2018 20:01:26 -0500 Received: from one.firstfloor.org ([193.170.194.197]:41104 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752827AbeAKBBY (ORCPT ); Wed, 10 Jan 2018 20:01:24 -0500 Date: Wed, 10 Jan 2018 17:01:22 -0800 From: Andi Kleen To: Andy Lutomirski Cc: Andi Kleen , Brian Gerst , Thomas Gleixner , the arch/x86 maintainers , Linux Kernel Mailing List , Linus Torvalds , David Woodhouse , Paul Turner , Andy Lutomirski , Peter Zijlstra , Tom Lendacky , Tim Chen , Greg Kroah-Hartman , Dave Hansen , Jiri Kosina , Andi Kleen Subject: Re: [PATCH v1 1/8] x86/entry/clearregs: Remove partial stack frame in fast system call Message-ID: <20180111010122.t3m3kghctambsby5@two.firstfloor.org> References: <20180110010328.22163-1-andi@firstfloor.org> <20180110010328.22163-2-andi@firstfloor.org> <20180111001626.m5cgtngkmoskuhyh@two.firstfloor.org> <550472D4-8A2E-4219-B1ED-71EA5597E3A2@amacapital.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <550472D4-8A2E-4219-B1ED-71EA5597E3A2@amacapital.net> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: > So your series removes the old declarative annotation and then will add a new TI flag to make it work again? The flag is a lot simpler than the previous assembler mess. I thought the general trend in entry* was to move assembler to C? > > This whole thing seems to be at the wrong end of the cost benefit curve. But if you prefer assembler mess we can go back to it, no problem. -Andi