Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161202AbWBUXB2 (ORCPT ); Tue, 21 Feb 2006 18:01:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161210AbWBUXB2 (ORCPT ); Tue, 21 Feb 2006 18:01:28 -0500 Received: from dsl093-040-174.pdx1.dsl.speakeasy.net ([66.93.40.174]:38538 "EHLO aria.kroah.org") by vger.kernel.org with ESMTP id S1161202AbWBUXB1 (ORCPT ); Tue, 21 Feb 2006 18:01:27 -0500 Date: Tue, 21 Feb 2006 15:01:21 -0800 From: Greg KH To: Tilman Schmidt Cc: Hansjoerg Lipp , Karsten Keil , i4ldeveloper@listserv.isdn4linux.de, linux-usb-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Tilman Schmidt Subject: Re: how to handle multi-part patch dependencies (was: [PATCH 1/9] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles) Message-ID: <20060221230121.GB21027@suse.de> References: <20060215031959.GA5099@suse.de> <43FB4AF4.80003@phoenixsoftware.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43FB4AF4.80003@phoenixsoftware.de> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1481 Lines: 39 On Tue, Feb 21, 2006 at 06:16:36PM +0100, Tilman Schmidt wrote: > Hello Greg, > > thank you for your comments. Just a few follow-up questions. > > On 15.02.2006 04:19, Greg KH wrote: > > > On Sat, Feb 11, 2006 at 03:52:27PM +0100, Hansjoerg Lipp wrote: > > > >>From: Tilman Schmidt , Hansjoerg Lipp > >> > >>This patch prepares the kernel build infrastructure for addition of the > >>Gigaset ISDN drivers. It creates a Makefile and Kconfig file for the > >>Gigaset driver and hooks them into those of the isdn4linux subsystem. > >>It also adds a MAINTAINERS entry for the driver. > >> > >>This patch depends on patches 2 to 9 of the present set, as without the > >>actual source files, activating the options added here will cause the > >>kernel build to fail. > > > > > > Care to redo that and add the Makefile change at the same time as the > > driver goes into the tree? We don't want to break the buid for a > > specific patch. > > Could you tell me how to do that? How do I achieve that all parts of a > patchset go into the tree at the same time? Make the patch that does the makefile change come after the patch that adds the file. Or put both parts in the same patch. thanks, greg k-h - 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/