From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758876AbZGAA3U (ORCPT ); Tue, 30 Jun 2009 20:29:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757645AbZGAA2q (ORCPT ); Tue, 30 Jun 2009 20:28:46 -0400 Received: from kroah.org ([198.145.64.141]:34272 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757740AbZGAA2p (ORCPT ); Tue, 30 Jun 2009 20:28:45 -0400 Date: Tue, 30 Jun 2009 17:28:25 -0700 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: stable-review@kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [patch 00/35] 2.6.29-stable review Message-ID: <20090701002825.GA6518@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 2.6.29.6 release. This is going to be the last of the .29 kernel series releases, barring anything major happening. There are 35 patches in this series, all will be posted as a response 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. These patches are sent out with a number of different people on the Cc: line. If you wish to be a reviewer, please email stable@kernel.org to add your name to the list. If you want to be off the reviewer list, also email us. Responses should be made by Friday, Jul 3, 00:00:00 2009 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.29.6-rc1.gz and the diffstat can be found below. thanks, greg k-h Makefile | 2 +- arch/x86/kernel/cpu/amd.c | 4 +- arch/x86/kernel/reboot.c | 9 ++ arch/x86/kernel/setup.c | 15 +--- drivers/block/floppy.c | 8 ++ drivers/char/moxa.c | 7 ++- drivers/char/mxser.c | 2 +- drivers/char/pcmcia/cm4000_cs.c | 3 +- drivers/char/vt_ioctl.c | 3 +- drivers/firmware/memmap.c | 16 ++-- drivers/infiniband/hw/mlx4/qp.c | 4 + drivers/input/keyboard/atkbd.c | 169 +++++++++++++++++++++---------------- drivers/isdn/hisax/hfc_pci.c | 41 +++++++--- drivers/isdn/hisax/hisax.h | 2 +- drivers/md/dm-mpath.c | 11 +++ drivers/md/dm.c | 4 + drivers/md/raid5.c | 1 + drivers/net/bonding/bond_sysfs.c | 1 + drivers/net/r8169.c | 11 +-- drivers/parport/parport_pc.c | 34 ++++++-- drivers/parport/parport_serial.c | 30 ++++++- drivers/pci/pci.c | 7 +- drivers/pci/pcie/aspm.c | 4 + drivers/scsi/qla2xxx/qla_dbg.c | 2 +- drivers/serial/8250.c | 15 ++++ drivers/usb/class/usbtmc.c | 6 ++ drivers/video/atmel_lcdfb.c | 10 +-- fs/fs-writeback.c | 2 - fs/jbd/commit.c | 6 +- include/linux/firmware-map.h | 12 +-- include/linux/mlx4/qp.h | 1 + lib/Kconfig.debug | 2 +- mm/page_alloc.c | 6 +- net/mac80211/rc80211_minstrel.c | 2 +- sound/core/seq/seq_midi_event.c | 8 +- sound/pci/ca0106/ca0106_mixer.c | 6 ++ 36 files changed, 307 insertions(+), 159 deletions(-)