Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756101AbYJZUSk (ORCPT ); Sun, 26 Oct 2008 16:18:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755337AbYJZUSV (ORCPT ); Sun, 26 Oct 2008 16:18:21 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:35095 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754899AbYJZUSR (ORCPT ); Sun, 26 Oct 2008 16:18:17 -0400 Date: Sun, 26 Oct 2008 13:16:44 -0700 (PDT) From: Linus Torvalds To: "John W. Linville" cc: Arjan van de Ven , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, rjw@sisk.pl, rodriguez@atheros.com, johannes@sipsolutions.net Subject: Re: [PATCH] wireless: fix regression caused by regulatory config option In-Reply-To: <20081026200939.GC12648@tuxdriver.com> Message-ID: References: <20081026103024.2712ddc9@infradead.org> <20081026200939.GC12648@tuxdriver.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 837 Lines: 25 On Sun, 26 Oct 2008, John W. Linville wrote: > > Is it common practice to have compatibility options default to > "y"? I'm not saying it shouldn't be, just wondering if it has been > traditionally? Yes. Generally the rule should be that make oldconfig with 'default values for all new options' should give you a configuration that is essentially identical to the old one. So if it's a config option to enable compatibility with old kernels, it should default to 'y'. If it's a new driver or a new feature that didn't exist in previous kernels, it should default to 'n'. Linus -- 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/