I'm announcing the release of the 2.6.32.57 kernel. All users of the 2.6.32 kernel series must upgrade. The updated 2.6.32.y git tree can be found at: 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 ------------ Makefile | 2 +- drivers/gpu/drm/i915/intel_tv.c | 16 ++++++++-------- drivers/infiniband/hw/mlx4/mad.c | 7 ++----- drivers/misc/cb710/core.c | 1 + drivers/staging/android/binder.c | 13 +++++++++++-- drivers/staging/asus_oled/asus_oled.c | 10 ++++++++-- drivers/usb/gadget/f_loopback.c | 2 +- drivers/usb/host/pci-quirks.c | 6 ++++++ drivers/usb/serial/ftdi_sio.c | 1 + drivers/usb/serial/ftdi_sio_ids.h | 7 +++++++ drivers/video/atmel_lcdfb.c | 2 +- fs/ecryptfs/read_write.c | 4 ++-- fs/nfs/nfs4proc.c | 29 ++++++++++++++++++++++------- fs/nfs/nfs4state.c | 19 ++++++++++--------- fs/udf/super.c | 6 ++++++ include/net/sock.h | 15 +-------------- mm/filemap_xip.c | 7 ++++++- net/core/skbuff.c | 30 ++++++++++++++++++++++++++++++ net/ipv4/udp.c | 4 ++-- net/sunrpc/xprtsock.c | 8 ++------ 20 files changed, 128 insertions(+), 61 deletions(-) Arve Hjønnevåg (2): Staging: android: binder: Don't call dump_stack in binder_vma_open Staging: android: binder: Fix crashes when sharing a binder file between processes Axel Lin (1): mmc: cb710 core: Add missing spin_lock_init for irq_lock of struct cb710_chip Bian Naimeng (1): rpc client can not deal with ENOSOCK, so translate it into ENOCONN Carsten Otte (1): mm/filemap_xip.c: fix race condition in xip_file_fault() Eric Dumazet (2): net: fix sk_forward_alloc corruptions net: sock_queue_err_skb() dont mess with sk_forward_alloc Greg Kroah-Hartman (1): Linux 2.6.32.57 Hubert Feurstein (1): atmel_lcdfb: fix usage of CONTRAST_CTR in suspend/resume Jack Morgenstein (1): IB/mlx4: pass SMP vendor-specific attribute MADs to firmware Jan Kara (1): udf: Mark LVID buffer as uptodate before marking it dirty Jayachandran C (1): usb: Skip PCI USB quirk handling for Netlogic XLP Li Wang (1): eCryptfs: Infinite loop due to overflow in ecryptfs_write() Milan Kocian (1): USB: usbserial: add new PID number (0xa951) to the ftdi driver Pekka Paalanen (1): Staging: asus_oled: fix image processing Rodrigo Vivi (1): drm/i915: Fix TV Out refresh rate. Timo Juhani Lindfors (1): usb: gadget: zero: fix bug in loopback autoresume handling Trond Myklebust (5): NFSv4: Fix up the callers of nfs4_state_end_reclaim_reboot NFSv4: The state manager shouldn't exit on errors that were handled NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctly NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease. NFSv4: Fix open recovery