From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: Re: About git-bisect (defconfigs) Date: Wed, 03 Dec 2008 09:50:51 -0800 Message-ID: <4936C6FB.4020201@oracle.com> References: <493681B7.20101@diamondcut.com.br> <38b2ab8a0812030924g5391fdbdy15c472a51ab24aef@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Renato S. Yamane" , Linus Torvalds , Sam Ravnborg , Linux Kernel Mailing List , netdev To: Francis Moreau Return-path: In-Reply-To: <38b2ab8a0812030924g5391fdbdy15c472a51ab24aef@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Francis Moreau wrote: > On Wed, Dec 3, 2008 at 1:55 PM, Renato S. Yamane > wrote: >> Francis Moreau wrote: >>> Linus Torvalds writes: >>>> It takes me 16 seconds to compile my kernel (if it's all cached), and >>>> that's largely because I do _not_ compile one of the crazy distro kernels >>>> with thousands of totally irrelevant modules for my setup. >>> an other reason is perhaps you're using a computer that most common >>> mortal don't have ;) >>> >>> Care to share your network configuration ;) ? >> Maybe a repository with .config files used by linux hard-users (as most >> developers here) can be very interesting to a lot of people get a starter. >> > > Or perhaps just to keep 'make defconfig' uptodate with sane core values > which should fit a desktop config ? > > BTW does anybody what the status of the defconfig files on x86 ? I looked at them about 1 week ago. I know that Ingo or the x86 maintainers team update them occasionally, but I'd like to see a few changes or some questions answered: 1. Disable CONFIG_TR. Token ring is antiquated. No reason to be in defconfig. 2. There are several security-related config items that default to =y but the kconfig help says: If unsure, say N here. Like: CONFIG_NETLABEL=y CONFIG_NETWORK_SECMARK=y CONFIG_KEYS=y CONFIG_SECURITY=y CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_SELINUX=y Maybe I just don't understand the current meaning/usage of defconfig. eh? Thanks, ~Randy