From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932996AbbFCREr (ORCPT ); Wed, 3 Jun 2015 13:04:47 -0400 Received: from terminus.zytor.com ([198.137.202.10]:35618 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932980AbbFCREb (ORCPT ); Wed, 3 Jun 2015 13:04:31 -0400 Message-ID: <556F3368.5060708@zytor.com> Date: Wed, 03 Jun 2015 10:03:36 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Ingo Molnar , linux-kernel@vger.kernel.org CC: Andy Lutomirski , Denys Vlasenko , Brian Gerst , Peter Zijlstra , Borislav Petkov , Linus Torvalds , Oleg Nesterov , Thomas Gleixner Subject: Re: [RFC PATCH 0/7] x86/entry: Create a home for the x86 entry code in arch/x86/entry/ References: <1433350757-14247-1-git-send-email-mingo@kernel.org> In-Reply-To: <1433350757-14247-1-git-send-email-mingo@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/03/2015 09:59 AM, Ingo Molnar wrote: > So the x86 syscall/irq/etc. entry code is scattered in > over 40 files all over the x86 architecture, making it > hard to get a good overview of the code and its current > status. > > Move all the files to arch/x86/entry/. > > This first step is as-is, no file names were changed - but the next > step will be to organize things in a bit more maintainable fashion. > > If there are no fundamental objections then I'll commit this to > tip:x86/asm. (I've drained most of the pending patches to these > files - but porting them should be easy in any case.) I would prefer if it was made a separate topic. I like the patch set (and you can add my Acked-by:) *except* 7/7, and the reason for that is that it really isn't entry code, it is user space code. I also dislike deep directory hierarchies in general, unless it really be avoided, like boot/ or realmode/. -hpa