Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754779AbZAaCqr (ORCPT ); Fri, 30 Jan 2009 21:46:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752415AbZAaCqd (ORCPT ); Fri, 30 Jan 2009 21:46:33 -0500 Received: from kroah.org ([198.145.64.141]:54659 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752284AbZAaCqc (ORCPT ); Fri, 30 Jan 2009 21:46:32 -0500 Date: Fri, 30 Jan 2009 18:39:06 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , Willy Tarreau , Rodrigo Rubira Branco , Jake Edge , Eugene Teo , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [patch 00/32] 2.6.27-stable review Message-ID: <20090131023906.GA12147@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3449 Lines: 74 This is the start of the stable review cycle for the 2.6.27.14 release. There are 32 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. Note, there still are some more .28 patches pending for the -stable releases, but I wanted to get this release out now to fix the major problems that have recently been found. If you have sent patches to be included in .28, and you don't see them here, please feel free to just drop stable@kernel.org a message with the git commit ids to make sure they end up in the next release. 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 Monday, February 2, 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.27.14-rc1.gz and the diffstat can be found below. thanks, greg k-h Makefile | 2 +- arch/alpha/kernel/irq_srm.c | 2 + crypto/authenc.c | 24 ++++-- crypto/ccm.c | 2 + drivers/ata/pata_via.c | 22 ++++- drivers/ide/pci/it821x.c | 12 +++ drivers/misc/sgi-xp/xpc_sn2.c | 19 +++-- drivers/misc/sgi-xp/xpc_uv.c | 2 +- drivers/net/bnx2x_main.c | 3 + drivers/net/wireless/rtl8187_dev.c | 1 + drivers/net/wireless/rtl8187_rtl8225.c | 10 ++- drivers/pci/hotplug/pciehp_core.c | 4 +- drivers/serial/8250_pci.c | 3 + drivers/usb/core/devio.c | 20 +++-- drivers/usb/core/inode.c | 1 - drivers/usb/core/usb.h | 1 - drivers/usb/mon/mon_bin.c | 105 ++++++++++++++++--------- drivers/usb/storage/unusual_devs.h | 6 ++ fs/eventpoll.c | 22 +---- fs/ext3/namei.c | 20 ++++-- fs/fuse/dev.c | 3 +- fs/fuse/file.c | 2 +- fs/fuse/inode.c | 10 ++- fs/inotify_user.c | 135 +++++++++++++++++-------------- fs/sysfs/bin.c | 6 ++ include/asm-x86/pgalloc.h | 1 + include/linux/Kbuild | 1 + include/linux/pci_ids.h | 6 ++ include/linux/sched.h | 1 - kernel/relay.c | 4 +- net/mac80211/tx.c | 4 +- net/sunrpc/rpcb_clnt.c | 40 ++++++++-- sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_realtek.c | 1 + sound/pci/hda/patch_sigmatel.c | 2 + sound/pci/oxygen/virtuoso.c | 22 ++++-- 36 files changed, 336 insertions(+), 184 deletions(-) -- 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/