Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270487AbTHJRl4 (ORCPT ); Sun, 10 Aug 2003 13:41:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270496AbTHJRl4 (ORCPT ); Sun, 10 Aug 2003 13:41:56 -0400 Received: from rumms.uni-mannheim.de ([134.155.50.52]:16887 "EHLO rumms.uni-mannheim.de") by vger.kernel.org with ESMTP id S270487AbTHJRly (ORCPT ); Sun, 10 Aug 2003 13:41:54 -0400 From: Thomas Schlichter To: Andrew Morton , george@mvista.com Subject: Re: 2.6.0-test3-mm1 Date: Sun, 10 Aug 2003 19:41:30 +0200 User-Agent: KMail/1.5.9 References: <20030809203943.3b925a0e.akpm@osdl.org> In-Reply-To: <20030809203943.3b925a0e.akpm@osdl.org> Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: Multipart/Mixed; boundary="Boundary-00=_NPoN/S4mXf8+x09" Message-Id: <200308101941.33530.schlicht@uni-mannheim.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1197 Lines: 47 --Boundary-00=_NPoN/S4mXf8+x09 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, > kgdb-ga.patch > kgdb stub for ia32 (George Anzinger's one) > kgdbL warning fix that patch sets DEBUG_INFO to y by default, even if whether DEBUG_KERNEL nor KGDB is enabled. The attached patch changes this to enable DEBUG_INFO by default only if KGDB is enabled. Please apply... Best regards Thomas Schlichter --Boundary-00=_NPoN/S4mXf8+x09 Content-Type: text/x-diff; charset="iso-8859-1"; name="fix_debug_info.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fix_debug_info.diff" --- linux-2.6.0-test3-mm1/arch/i386/Kconfig.orig Sun Aug 10 14:25:13 2003 +++ linux-2.6.0-test3-mm1/arch/i386/Kconfig Sun Aug 10 14:25:56 2003 @@ -1462,6 +1462,7 @@ config DEBUG_INFO bool + depends on KGDB default y config KGDB_MORE --Boundary-00=_NPoN/S4mXf8+x09-- - 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/