Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752573Ab2JDKDk (ORCPT ); Thu, 4 Oct 2012 06:03:40 -0400 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:36391 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752209Ab2JDKDi (ORCPT ); Thu, 4 Oct 2012 06:03:38 -0400 Date: Thu, 4 Oct 2012 11:00:29 +0100 From: Catalin Marinas To: Andrew Morton Cc: "linux-arch@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Russell King , Mike Frysinger , Mikael Starvik , Jesper Nilsson , David Howells , Yoshinori Sato , Geert Uytterhoeven , Martin Schwidefsky , Heiko Carstens , Paul Mundt , "David S. Miller" , Jeff Dike , Richard Weinberger , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , "x86@kernel.org" Subject: Re: [PATCH 1/4] Clean up the long arch list for the UID16 config option Message-ID: <20121004100029.GC18338@arm.com> References: <1349282666-32100-1-git-send-email-catalin.marinas@arm.com> <1349282666-32100-2-git-send-email-catalin.marinas@arm.com> <20121003151505.8d59b646.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121003151505.8d59b646.akpm@linux-foundation.org> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1328 Lines: 33 On Wed, Oct 03, 2012 at 11:15:05PM +0100, Andrew Morton wrote: > On Wed, 3 Oct 2012 17:44:23 +0100 > Catalin Marinas wrote: > > > This patch introduces HAVE_UID16 config option and selects it in > > corresponding architecture Kconfig files. UID16 now only depends on > > HAVE_UID16. > > patching file arch/arm/Kconfig > Hunk #1 FAILED at 49. ... > This is a pet peeve of mine. Any time there's a long list of items > (header file inclusions, kconfig entries, array initalisers, etc) and > someone wants to add a new item, they *always* go and stick it at the > end of the list. > > Which is exactly where everyone else applies their modifications. The > whole thing is carefully set up to maximise the number of conflicts. > > Guys, don't do this. Either put the new item into a randomly-chosen > position or, probably better, alphanumerically sort the list. I will repost a v2 with randomly chosen position. Sorting is better but it would cause even more conflicts at this stage. It would be suitable for a later -rc clean-up though. -- Catalin -- 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/