Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932565Ab3GELOJ (ORCPT ); Fri, 5 Jul 2013 07:14:09 -0400 Received: from moutng.kundenserver.de ([212.227.126.186]:63174 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757207Ab3GELOH (ORCPT ); Fri, 5 Jul 2013 07:14:07 -0400 From: Arnd Bergmann To: Chen Gang F T Subject: Re: [PATCH] include/asm-generic/io.h: add dummy fuctions to support 'COMPILE_TEST' in 'asm-generic'. Date: Fri, 5 Jul 2013 13:13:43 +0200 User-Agent: KMail/1.12.2 (Linux/3.8.0-22-generic; KDE/4.3.2; x86_64; ; ) Cc: Chen Gang , Stephen Rothwell , Greg KH , Steven Rostedt , Geert Uytterhoeven , Richard Weinberger , Jeff Dike , David Sharp , Ingo Molnar , "uml-devel" , "uml-user" , "linux-kernel@vger.kernel.org" , "Linux-Arch" , Mark Brown , David Miller , Andrew Morton , Jiri Kosina , Jiri Slaby References: <20130704011221.GA11230@kroah.com> <51D617E9.8080907@gmail.com> <51D67D6C.4080603@gmail.com> In-Reply-To: <51D67D6C.4080603@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201307051313.43491.arnd@arndb.de> X-Provags-ID: V02:K0:7L/FF2GoEmHwWFVcgLYGZcFEDZ3wjBjZhF+am/rDXyW AeJG7jvUy/kiG5gUALOvTkw2/SYTzviouMVxRqXVO9wnBNo7Ye Urm/HGDUYAYf23TGhTTt7pZBIr0LiRaru8uMOHps20EbcyCxuT ZJslO1xrSa2+Og+Edzz3fc3/MAhimI78/oZQYMjME/02Kz3jHW onqVvYq8bCIvTT4awQQ157vRhEZefEgBvn5aef8F0iFw5w3tSz yB2lLgWSbAiMWKsMtlC1Y66B/+NjEetLOQkg2vsyeRDilaaBkM O1ldblZ/fwX8pWs+IdX2s3eCqBhd0vTn4v18A5FNCV46p1cxRs z4CMiVWQogbdBcQbT7ns= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2092 Lines: 47 On Friday 05 July 2013, Chen Gang F T wrote: > Hello All: > > It seems 'asm-generic' dislikes 'mad users' (e.g allmodconfig, > randconfig, and me). > > I guess the main reason is: 'asm-generic' thinks what mad users talk > about is useless in real world, so it is just noisy. > > I can understand, at least what I talk about is not for urgent things. > (maybe 'asm-generic' also thinks it not important either, every members > have their own opinions). > > Next, I still use allmodconfig/randconfig for some architectures which I > am interested in (and also for learning compilers), but I will skip all > things which are related with 'asm-generic', since it dislikes me (a mad > user). As the asm-generic maintainer I think I have to clarify a few things: * Build-time fixes for warnings and randconfig errors are good, and you have sent a number of good bug fixes all over the kernel, I definitely welcome getting more of those. In many cases the fix is trivial and obvious, in other cases you need to know much more of the background to understand what the underlying problem is and why you should not just fix the symptom. * You have made an (understandable) mistake with this particular patch. It would have been nice if you had not made it, but I can see that you are still learning about these things. There is a fine line between what makes sense to be enabled as a 'compile test' and what should better be left disabled by Kconfig. * When experienced developers tell you that you are mistaken, you need to make an effort to understand what the mistake was so you can learn from it and not make the same mistake again. If you make the same mistakes again, maintainers will get annoyed and ignore you (or worse), which is not a good situation to be in when you want to get your patches merged. Arnd -- 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/