Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261614AbVC2XDt (ORCPT ); Tue, 29 Mar 2005 18:03:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261621AbVC2XDt (ORCPT ); Tue, 29 Mar 2005 18:03:49 -0500 Received: from e35.co.us.ibm.com ([32.97.110.133]:39319 "EHLO e35.co.us.ibm.com") by vger.kernel.org with ESMTP id S261614AbVC2XDf (ORCPT ); Tue, 29 Mar 2005 18:03:35 -0500 Subject: Re: RFC: 2.6.release.patchlevel: Patch against 2.6.release[.0] ? From: Dave Hansen To: "L. A. Walsh" Cc: Linux-Kernel In-Reply-To: <4249DC03.4000806@tlinx.org> References: <4249DC03.4000806@tlinx.org> Content-Type: text/plain Date: Tue, 29 Mar 2005 15:03:21 -0800 Message-Id: <1112137401.27732.58.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1117 Lines: 33 On Tue, 2005-03-29 at 14:51 -0800, L. A. Walsh wrote: > Given the frequency with which stabilization patches may be released, it > may not be practical to expect users to catch each release announcement > and download each patch. I highly suggest using ketchup for your kernel patching needs: http://www.selenic.com/ketchup/ Here, I have a plain 2.6.11 kernel that I upgrade to 2.6.11.4. I then want it to go right to 2.6.11.6. dave@kernel:~/temp/linux-2.6.11$ ketchup 2.6.11.4 2.6.11 -> 2.6.11.4 Applying patch-2.6.11.4.bz2 dave@kernel:~/temp/linux-2.6.11$ ketchup 2.6.11.6 2.6.11.4 -> 2.6.11.6 Applying patch-2.6.11.4.bz2 -R Applying patch-2.6.11.6.bz2 dave@kernel:~/temp/linux-2.6.11$ BTW, it also keeps a cache of local patches, and downloads if needed. So, you'll see the downloads the first time that you use it for any given patch. Does that help? -- Dave - 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/