From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Owens Date: Fri, 06 Aug 2004 13:51:54 +0000 Subject: Re: Altix I/O code reorganization Message-Id: <8831.1091800314@ocs3.ocs.com.au> List-Id: In-Reply-To: Your message of "Fri, 06 Aug 2004 14:18:36 +0100." <20040806141836.A9854@infradead.org> References: <200408042014.i74KE8fD141211@fsgi900.americas.sgi.com> In-Reply-To: <200408042014.i74KE8fD141211@fsgi900.americas.sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: Pat Gefre , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org On Fri, 6 Aug 2004 14:18:36 +0100, Christoph Hellwig wrote: >008-kdb-support-funtions: > kdb isn't in mainline, please add the two files to the kdb patch instead No. We have had this discussion before - kdb is an extensible debugger. Subsystems can add their own kdb commands to decode their own data. Those extensions to kdb belong in the subsystem code, not in the main kdb patch. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267678AbUHFNwR (ORCPT ); Fri, 6 Aug 2004 09:52:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267524AbUHFNwR (ORCPT ); Fri, 6 Aug 2004 09:52:17 -0400 Received: from mail.ocs.com.au ([202.147.117.210]:33476 "EHLO mail.ocs.com.au") by vger.kernel.org with ESMTP id S265946AbUHFNwK (ORCPT ); Fri, 6 Aug 2004 09:52:10 -0400 X-Mailer: exmh version 2.6.3_20040314 03/14/2004 with nmh-1.0.4 From: Keith Owens To: Christoph Hellwig Cc: Pat Gefre , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: Altix I/O code reorganization In-reply-to: Your message of "Fri, 06 Aug 2004 14:18:36 +0100." <20040806141836.A9854@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 06 Aug 2004 23:51:54 +1000 Message-ID: <8831.1091800314@ocs3.ocs.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 6 Aug 2004 14:18:36 +0100, Christoph Hellwig wrote: >008-kdb-support-funtions: > kdb isn't in mainline, please add the two files to the kdb patch instead No. We have had this discussion before - kdb is an extensible debugger. Subsystems can add their own kdb commands to decode their own data. Those extensions to kdb belong in the subsystem code, not in the main kdb patch.