From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760044AbZAWBOr (ORCPT ); Thu, 22 Jan 2009 20:14:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755469AbZAWBOi (ORCPT ); Thu, 22 Jan 2009 20:14:38 -0500 Received: from kroah.org ([198.145.64.141]:50284 "EHLO coco.kroah.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755144AbZAWBOh (ORCPT ); Thu, 22 Jan 2009 20:14:37 -0500 Date: Thu, 22 Jan 2009 17:11:10 -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/46] 2.6.28-stable review Message-ID: <20090123011110.GA19756@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 This is the start of the stable review cycle for the 2.6.28.2 release. There are 46 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 Sunday, January 25, 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.28.2-rc1.gz and the diffstat can be found below. thanks, greg k-h Documentation/sound/alsa/ALSA-Configuration.txt | 3 +- Makefile | 2 +- arch/ia64/Kconfig | 1 + arch/powerpc/mm/slice.c | 11 ++- drivers/firmware/dell_rbu.c | 4 +- drivers/hwmon/abituguru3.c | 2 +- drivers/misc/sgi-xp/xpc_sn2.c | 2 +- drivers/net/irda/irda-usb.c | 2 +- drivers/net/r6040.c | 17 ++- drivers/net/wireless/p54/p54usb.c | 6 + drivers/net/wireless/rt2x00/rt73usb.c | 1 + drivers/pci/pcie/aspm.c | 125 ++++++++++++++--- drivers/usb/core/driver.c | 9 +- drivers/usb/core/hub.c | 2 +- drivers/usb/core/message.c | 25 ++-- drivers/usb/core/usb.c | 2 +- drivers/usb/core/usb.h | 4 +- drivers/usb/storage/libusual.c | 7 + drivers/usb/storage/scsiglue.c | 31 ++++ drivers/usb/storage/transport.c | 80 ++++++++++ drivers/usb/storage/unusual_devs.h | 178 ++--------------------- drivers/usb/storage/usb.c | 6 + drivers/usb/storage/usb.h | 4 + fs/fs-writeback.c | 92 +++++++----- fs/sync.c | 2 +- include/linux/fs.h | 1 - include/linux/usb_usual.h | 5 +- include/linux/writeback.h | 1 - kernel/sched_fair.c | 2 +- lib/idr.c | 10 +- mm/filemap.c | 18 +-- mm/page-writeback.c | 121 +++++++++++----- net/bridge/netfilter/ebtables.c | 2 +- net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 2 +- net/ipv4/tcp.c | 8 +- net/ipv6/ip6_fib.c | 15 +- net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 2 +- net/netfilter/x_tables.c | 8 + net/sched/cls_u32.c | 3 +- net/sched/sch_htb.c | 1 + net/sctp/sm_statefuns.c | 14 ++ security/keys/keyctl.c | 1 + sound/pci/hda/patch_analog.c | 49 ++++++- sound/pci/hda/patch_realtek.c | 1 + sound/pci/hda/patch_sigmatel.c | 16 ++ sound/pci/oxygen/virtuoso.c | 17 ++- 46 files changed, 585 insertions(+), 330 deletions(-)