I'm announcing the release of the 2.6.32.54 kernel. All users of the 2.6.32 kernel series must upgrade. The updated 2.6.32.y git tree can be found at (NOTE THE ADDRESS CHANGE): git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-2.6.32.y and can be browsed at the normal kernel.org git web browser: http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=shortlog;h=refs/heads/linux-2.6.32.y thanks, greg k-h ------------ Documentation/HOWTO | 4 - Documentation/development-process/5.Posting | 8 +-- Documentation/usb/usbmon.txt | 14 +++-- MAINTAINERS | 2 Makefile | 2 drivers/base/firmware_class.c | 14 ++--- drivers/net/usb/asix.c | 6 +- drivers/scsi/device_handler/scsi_dh.c | 7 ++ drivers/usb/class/cdc-acm.c | 4 + drivers/usb/core/quirks.c | 5 + drivers/usb/misc/isight_firmware.c | 6 +- drivers/usb/serial/cp210x.c | 1 drivers/usb/serial/omninet.c | 2 drivers/usb/storage/usb.c | 1 drivers/video/offb.c | 52 +++++++++---------- fs/reiserfs/super.c | 27 ++++++---- fs/xfs/linux-2.6/xfs_acl.c | 4 + kernel/cpu.c | 74 ++++++++++++++++++++++++++++ 18 files changed, 167 insertions(+), 66 deletions(-) Alan Stern (1): USB: update documentation for usbmon Aurelien Jacobs (2): asix: new device id asix: fix infinite loop in rx_fixup() Benjamin Herrenschmidt (2): offb: Fix setting of the pseudo-palette for >8bpp offb: Fix bug in calculating requested vram size Christoph Hellwig (1): xfs: validate acl count Greg Kroah-Hartman (2): USB: isight: fix kernel bug when loading firmware Linux 2.6.32.54 Huajun Li (1): usb: usb-storage doesn't support dynamic id currently, the patch disables the feature to fix an oops Jan Kara (1): reiserfs: Fix quota mount option parsing Jeff Mahoney (1): reiserfs: Force inode evictions before umount to avoid crash Joe Perches (2): MAINTAINERS: stable: Update address Documentation: Update stable address Johan Hovold (1): USB: omninet: fix write_room Julia Lawall (1): drivers/usb/class/cdc-acm.c: clear dangling pointer Malte Schröder (1): USB: Add USB-ID for Multiplex RC serial adapter to cp210x.c Moger, Babu (1): SCSI: scsi_dh: check queuedata pointer before proceeding further Neil Horman (1): firmware: Fix an oops on reading fw_priv->fw in sysfs loading file Oliver Neukum (1): USB: add quirk for another camera Srivatsa S. Bhat (1): PM / Sleep: Fix race between CPU hotplug and freezer Xi Wang (1): xfs: fix acl count validation in xfs_acl_from_disk()