Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758429AbZLGAdi (ORCPT ); Sun, 6 Dec 2009 19:33:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758390AbZLGAdf (ORCPT ); Sun, 6 Dec 2009 19:33:35 -0500 Received: from ey-out-2122.google.com ([74.125.78.27]:18399 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758366AbZLGAdb convert rfc822-to-8bit (ORCPT ); Sun, 6 Dec 2009 19:33:31 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=L7LiEdAVmdOCRJcLACkkB2nboyDMwPlKjiHLMOwGE2TycyOeMMzm8IIaMX4iw7n1Tc +HjnsJT3ri3f1ZHItG/QTqC2vT4oaQ8YGVWouxsIB494t2USgP9Z2qBFIHkSA14XfMy9 HWUZteL5av4aKgs1rnUy+NzexX1bY8FtQpE4w= MIME-Version: 1.0 In-Reply-To: <20091207001058.GA24769@kroah.com> References: <20091207000938.GA24743@kroah.com> <20091207001058.GA24769@kroah.com> Date: Mon, 7 Dec 2009 03:33:37 +0300 Message-ID: Subject: Re: [000/119] 2.6.31.7-stable review From: Alexander Beregalov To: Greg KH Cc: Greg KH , 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1843 Lines: 40 2009/12/7 Greg KH : > On Sun, Dec 06, 2009 at 04:09:38PM -0800, Greg KH wrote: >> This is the start of the stable review cycle for the 2.6.31.7 release. >> There are @num@ patches in this series, all will be posted as a response > > There are 119 patches, doh... > >> to this one.  If anyone has any issues with these being applied, please >> let us know.  If anyone is a maintainer of the proper subsystem, and >> wants to add a Signed-off-by: line to the patch, please respond with it. > > Oh, also, just for those keeping score, this _only_ includes patches > that went into Linus's tree for the 2.6.32 release.  There have already > been a number of -stable patches that went in after 2.6.32 was released, > as part of the 2.6.33 release cycle.  They will be handled in future > releases of .31, but not this one, it's big enough. Greg, could you please add this fix of NULL pointer dereference. The driver is broken in 2.6.30 and 2.6.31, but since you do not support 2.6.30 anymore, let it be in 2.6.31 only. commit 63edaf647607795a065e6956a79c47f500dc8447 Author: Alexander Beregalov Date: Sun Nov 22 20:40:52 2009 -0800 Au1x00: fix crash when trying register_netdev() Andreas Lohre reported that the driver crashes when trying to register_netdev(), he sugessted to move dev->netdev_ops initialization before calling register_netdev(), it worked for him. Reported-by: Andreas Lohre Signed-off-by: Alexander Beregalov Signed-off-by: David S. Miller -- 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/