From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 22 Nov 2011 16:26:01 -0800 From: Greg KH To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk Subject: [00/53] 3.1.3-stable review Message-ID: <20111123002601.GA14467@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.1.3 release. There are 53 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. Responses should be made by Friday, November 25, 2011, 20: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/v3.0/stable-review/patch-3.1.3-rc1.gz and the diffstat can be found below. thanks, greg k-h Makefile | 4 +- arch/arm/kernel/head.S | 2 +- arch/s390/include/asm/kvm_host.h | 2 +- arch/s390/kvm/diag.c | 2 +- arch/s390/kvm/intercept.c | 3 +- arch/s390/kvm/interrupt.c | 1 + arch/s390/kvm/kvm-s390.c | 10 +++- arch/s390/kvm/sigp.c | 6 +- drivers/base/core.c | 3 + drivers/base/node.c | 14 +++--- drivers/gpu/drm/i915/i915_reg.h | 9 ++++ drivers/gpu/drm/i915/intel_display.c | 42 +++++++++++++++-- drivers/media/video/saa7164/saa7164-cards.c | 66 +++++++++++++++++++++++++++ drivers/media/video/saa7164/saa7164-dvb.c | 1 + drivers/media/video/saa7164/saa7164.h | 1 + drivers/misc/Kconfig | 15 +++--- drivers/misc/pch_phub.c | 22 +++++++++- drivers/misc/spear13xx_pcie_gadget.c | 2 +- drivers/net/wireless/libertas/if_spi.c | 1 + drivers/net/wireless/rt2x00/rt2x00.h | 1 + drivers/net/wireless/rt2x00/rt2x00dev.c | 22 ++++++++- drivers/scsi/aacraid/linit.c | 4 ++ drivers/scsi/hpsa.c | 5 ++ drivers/scsi/scsi_scan.c | 6 +-- drivers/tty/hvc/hvc_dcc.c | 2 + drivers/tty/serial/Kconfig | 14 +++--- drivers/tty/serial/pch_uart.c | 13 +++++- drivers/tty/tty_ldisc.c | 30 +++++++++--- drivers/usb/class/cdc-acm.c | 8 ++- drivers/usb/core/hub.c | 6 +++ drivers/usb/core/quirks.c | 27 +++++++++++ drivers/usb/gadget/Kconfig | 9 ++-- drivers/usb/gadget/pch_udc.c | 6 +++ drivers/usb/host/ehci-sched.c | 15 ++++-- drivers/usb/host/pci-quirks.c | 7 +-- drivers/usb/host/xhci-mem.c | 5 -- drivers/usb/host/xhci-ring.c | 13 +++--- drivers/usb/host/xhci.c | 34 +++++++------- drivers/usb/serial/ark3116.c | 10 ++-- drivers/usb/serial/ftdi_sio.c | 14 +++++- drivers/usb/serial/option.c | 23 +++++++++ drivers/usb/serial/pl2303.c | 1 - drivers/usb/serial/pl2303.h | 4 -- drivers/usb/storage/protocol.c | 7 +-- fs/nfs/dir.c | 2 +- fs/nfs/file.c | 32 +++++++++++++ fs/nfs/inode.c | 2 +- fs/nfs/nfs3proc.c | 1 + fs/nfs/nfs4proc.c | 1 + fs/nfs/proc.c | 1 + fs/super.c | 2 +- include/linux/nfs_fs.h | 3 + include/linux/nfs_xdr.h | 1 + include/linux/shrinker.h | 1 + kernel/irq/spurious.c | 2 +- net/batman-adv/translation-table.c | 24 +++++++++- net/batman-adv/types.h | 4 +- net/ipv6/ip6_tunnel.c | 8 +++- net/mac80211/rx.c | 9 +++- net/mac80211/util.c | 4 ++ net/wireless/nl80211.c | 3 +- net/wireless/reg.c | 3 + sound/pci/hda/hda_eld.c | 5 +-- sound/pci/hda/patch_cirrus.c | 23 +++++---- sound/pci/hda/patch_hdmi.c | 15 ++++--- 65 files changed, 489 insertions(+), 149 deletions(-)