From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1KP5UX-00014c-Lp for user-mode-linux-devel@lists.sourceforge.net; Fri, 01 Aug 2008 18:01:05 -0700 Received: from [198.99.130.12] (helo=saraswathi.solana.com) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1KP5UV-0002wd-SW for user-mode-linux-devel@lists.sourceforge.net; Fri, 01 Aug 2008 18:01:05 -0700 Date: Fri, 1 Aug 2008 21:00:44 -0400 From: Jeff Dike Message-ID: <20080802010044.GA16405@c2.user-mode-linux.org> References: <20080801224125.GA13727@c2.user-mode-linux.org> <20080801230624.GA22233@kroah.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20080801230624.GA22233@kroah.com> Subject: Re: [uml-devel] [stable] [PATCH 1/14] uml: fix build when SLOB is enabled List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: Greg KH Cc: WANG Cong , stable@kernel.org, uml-devel , LKML On Fri, Aug 01, 2008 at 04:06:24PM -0700, Greg KH wrote: > On Fri, Aug 01, 2008 at 06:41:25PM -0400, Jeff Dike wrote: > > >From 94409ded7768e15b0d0a5a172d611073c72308de Mon Sep 17 00:00:00 2001 > > These git commit ids don't match up to anything in Linus's tree at all > :( Hmmm, OK I'll figure out where the commit ids came from. I cherry-picked them from 2.6.26 into 2.6.25.13, so I guess they got new ids when I did that. I'll resend with the original ids... > Oh, in the future it is simple to get patches into the -stable tree > automatically, just add: > Cc: Stable > to the signed-off-by: area of the patch. When it goes into Linus's > tree, it will be automatically sent to us for inclusion in the next > -stable release. Yeah, I'll do that in future, but it was a little late for these patches. Jeff -- Work email - jdike at linux dot intel dot com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753442AbYHBBBS (ORCPT ); Fri, 1 Aug 2008 21:01:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751830AbYHBBBH (ORCPT ); Fri, 1 Aug 2008 21:01:07 -0400 Received: from [198.99.130.12] ([198.99.130.12]:52839 "EHLO saraswathi.solana.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751844AbYHBBBG (ORCPT ); Fri, 1 Aug 2008 21:01:06 -0400 Date: Fri, 1 Aug 2008 21:00:44 -0400 From: Jeff Dike To: Greg KH Cc: stable@kernel.org, WANG Cong , LKML , uml-devel Subject: Re: [stable] [PATCH 1/14] uml: fix build when SLOB is enabled Message-ID: <20080802010044.GA16405@c2.user-mode-linux.org> References: <20080801224125.GA13727@c2.user-mode-linux.org> <20080801230624.GA22233@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080801230624.GA22233@kroah.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 01, 2008 at 04:06:24PM -0700, Greg KH wrote: > On Fri, Aug 01, 2008 at 06:41:25PM -0400, Jeff Dike wrote: > > >From 94409ded7768e15b0d0a5a172d611073c72308de Mon Sep 17 00:00:00 2001 > > These git commit ids don't match up to anything in Linus's tree at all > :( Hmmm, OK I'll figure out where the commit ids came from. I cherry-picked them from 2.6.26 into 2.6.25.13, so I guess they got new ids when I did that. I'll resend with the original ids... > Oh, in the future it is simple to get patches into the -stable tree > automatically, just add: > Cc: Stable > to the signed-off-by: area of the patch. When it goes into Linus's > tree, it will be automatically sent to us for inclusion in the next > -stable release. Yeah, I'll do that in future, but it was a little late for these patches. Jeff -- Work email - jdike at linux dot intel dot com