From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760125Ab3CHA4a (ORCPT ); Thu, 7 Mar 2013 19:56:30 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:39255 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760097Ab3CHA43 (ORCPT ); Thu, 7 Mar 2013 19:56:29 -0500 Date: Thu, 7 Mar 2013 16:56:42 -0800 From: Andrew Morton To: Paul Gortmaker Cc: Mike Frysinger , Ingo Molnar , Randy Dunlap , linux-kernel@vger.kernel.org, Thomas Gleixner , Russell King , Michal Simek , Ralf Baechle , Benjamin Herrenschmidt , Paul Mundt , "David S. Miller" , Chris Metcalf , Richard Weinberger Subject: Re: [PATCH v2] early_printk: consolidate random copies of identical code Message-Id: <20130307165642.00153a01.akpm@linux-foundation.org> In-Reply-To: References: <1362683754-706-1-git-send-email-paul.gortmaker@windriver.com> <20130307112536.82288f41924a38a441cdf345@linux-foundation.org> <5138EF7F.1050003@windriver.com> <20130307133542.8bdb23612990fa25c5cc9112@linux-foundation.org> X-Mailer: Sylpheed 2.7.1 (GTK+ 2.18.9; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 7 Mar 2013 19:49:35 -0500 Paul Gortmaker wrote: > > otoh, offering useless stuff to non-kernel-developers has downsides > > with no balancing benefit, and we really should optimise things for > > our users because there are so many more of them than there are of us. > > Glad to hear that, and I agree totally. I hope the above three lines > will persuade people to merge practical/sane dependency lines that > have the end users in mind, instead of focusing on ease of local testing. It is possible to just ignore the Kconfig system and type "make drivers/foo/bar.o". Sometimes this actually works.