From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933364AbbFCRM3 (ORCPT ); Wed, 3 Jun 2015 13:12:29 -0400 Received: from mail-wg0-f42.google.com ([74.125.82.42]:35624 "EHLO mail-wg0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754139AbbFCRL7 (ORCPT ); Wed, 3 Jun 2015 13:11:59 -0400 Date: Wed, 3 Jun 2015 19:11:53 +0200 From: Ingo Molnar To: Andy Lutomirski Cc: "linux-kernel@vger.kernel.org" , Denys Vlasenko , Brian Gerst , Peter Zijlstra , Borislav Petkov , "H. Peter Anvin" , Linus Torvalds , Oleg Nesterov , Thomas Gleixner Subject: Re: [PATCH 2/7] x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ Message-ID: <20150603171153.GC14389@gmail.com> References: <1433350757-14247-1-git-send-email-mingo@kernel.org> <1433350757-14247-3-git-send-email-mingo@kernel.org> 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 * Andy Lutomirski wrote: > On Wed, Jun 3, 2015 at 9:59 AM, Ingo Molnar wrote: > > Move the ia32entry.S file over into arch/x86/entry/. > > I think we should also rename it to compat_entry.S or something. > ia32entry sounds suspiciously like 32-bit code. Absolutely, I alluded to that in the 0/7 description, but wanted to get the 'plain' movement done as a first step. Thanks, Ingo