Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753530AbeAKBCi (ORCPT + 1 other); Wed, 10 Jan 2018 20:02:38 -0500 Received: from one.firstfloor.org ([193.170.194.197]:41638 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753218AbeAKBCh (ORCPT ); Wed, 10 Jan 2018 20:02:37 -0500 Date: Wed, 10 Jan 2018 17:02:35 -0800 From: Andi Kleen To: Brian Gerst Cc: Andi Kleen , 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: <20180111010235.ton5gijotzs4bani@two.firstfloor.org> References: <20180110010328.22163-1-andi@firstfloor.org> <20180110010328.22163-2-andi@firstfloor.org> <20180111001626.m5cgtngkmoskuhyh@two.firstfloor.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: > > execve et.al.: we will be leaking r11(rflags), rcx(orig return) into > > the new process. but that seems acceptable. > > We still need to check if we are loading a 32-bit binary. That must > return with IRET. True. Will fix. -Andi