Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 25 Sep 2002 15:35:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 25 Sep 2002 15:35:50 -0400 Received: from chaos.physics.uiowa.edu ([128.255.34.189]:44938 "EHLO chaos.physics.uiowa.edu") by vger.kernel.org with ESMTP id ; Wed, 25 Sep 2002 15:35:49 -0400 Date: Wed, 25 Sep 2002 14:41:03 -0500 (CDT) From: Kai Germaschewski X-X-Sender: kai@chaos.physics.uiowa.edu To: Ingo Molnar cc: Linus Torvalds , , Rusty Russell , Arjan van de Ven Subject: Re: [ANNOUNCE] [patch] kksymoops, in-kernel symbolic oopser, 2.5.38-B0 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 27 On Wed, 25 Sep 2002, Ingo Molnar wrote: > one unrelated build thing that doesnt work is arch/i386/defconfig. If i > add a CONFIG_KALLSYMS=y line to its debug section, and remove the > CONFIG_KALLSYMS line from the .config, and then do a 'make oldconfig', i > get this: > > Kernel debugging (CONFIG_DEBUG_KERNEL) [Y/n/?] > Debug memory allocations (CONFIG_DEBUG_SLAB) [N/y/?] > Memory mapped I/O debugging (CONFIG_DEBUG_IOVIRT) [N/y/?] > Magic SysRq key (CONFIG_MAGIC_SYSRQ) [Y/n/?] > Spinlock debugging (CONFIG_DEBUG_SPINLOCK) [N/y/?] > Load all symbols for debugging/kksymoops (CONFIG_KALLSYMS) [N/y/?] (NEW) > > i'd expect the 'Y' to be picked up from the defconfig - no? No. I don't think the behavior you describe ever existed. If you do "rm .config; make oldconfig" then it'll get picked up. --Kai - 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/