From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751089Ab1GHCtn (ORCPT ); Thu, 7 Jul 2011 22:49:43 -0400 Received: from cantor2.suse.de ([195.135.220.15]:37894 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750864Ab1GHCtm (ORCPT ); Thu, 7 Jul 2011 22:49:42 -0400 Date: Thu, 7 Jul 2011 19:49:00 -0700 From: Greg KH To: Stefan Lippers-Hollmann Cc: linux-kernel@vger.kernel.org, stable@kernel.org, stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: Re: [000/107] 2.6.39.3 review Message-ID: <20110708024900.GA21826@suse.de> References: <20110708001740.GA14031@kroah.com> <201107080406.26686.s.L-H@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201107080406.26686.s.L-H@gmx.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 08, 2011 at 04:06:24AM +0200, Stefan Lippers-Hollmann wrote: > Hi > > On Friday 08 July 2011, Greg KH wrote: > [...] > > Responses should be made by Sat, Jul 9, 2011, 00:00:00 UTC. > > Anything received after that time might be too late. > > > > The whole patch series can be found in one patch at: > > kernel.org/pub/linux/kernel/v2.6/stable-review/patch-2.6.39.3-rc1.gz > > and the diffstat can be found below. > > The patch series from queue-2.6.39[1] (a) and patch-2.6.39.3-rc1.gz (b) > differ, leading to a build failure due to gss_krb5_enctypes.h missing > from patch-2.6.39.3-rc1.gz > > > diff -Nrup a/include/linux/sunrpc/gss_krb5_enctypes.h b/include/linux/sunrpc/gss_krb5_enctypes.h > --- a/include/linux/sunrpc/gss_krb5_enctypes.h > +++ /dev/null > @@ -1,4 +0,0 @@ > -/* > - * Dumb way to share this static piece of information with nfsd > - */ > -#define KRB5_SUPPORTED_ENCTYPES "18,17,16,23,3,1,2" > > > Apparently the hunk creating include/linux/sunrpc/gss_krb5_enctypes.h > in nfsd-fix-dependency-of-nfsd-on-auth_rpcgss.patch hasn't made it to > patch-2.6.39.3-rc1.gz, while it exists in [2]. Ah crap, I thought that was an auto-generated file. I'll go generate the diff file differently to get this in there, thanks for letting me know. greg k-h