From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934129Ab2JDVXl (ORCPT ); Thu, 4 Oct 2012 17:23:41 -0400 Received: from mail-pa0-f46.google.com ([209.85.220.46]:56720 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934114Ab2JDVXg (ORCPT ); Thu, 4 Oct 2012 17:23:36 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Greg Kroah-Hartman , alan@lxorguk.ukuu.org.uk, torvalds@linux-foundation.org, akpm@linux-foundation.org Subject: =?UTF-8?q?=5B=2000/52=5D=203=2E4=2E13-stable=20review?= Date: Thu, 4 Oct 2012 14:20:51 -0700 Message-Id: <20121004210635.372689554@linuxfoundation.org> X-Mailer: git-send-email 1.7.12.2.421.g261b511 User-Agent: quilt/0.60-2.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 3.4.13 release. There are 52 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 me know. Responses should be made by Sat Oct 6 21:03:33 UTC 2012. 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.4.13-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Bart Van Assche SCSI: scsi_dh_alua: Enable STPG for unavailable ports Dan Williams SCSI: scsi_remove_target: fix softlockup regression on hot remove Avi Kivity x86/alternatives: Fix p6 nops on non-modular kernels Dan Williams isci: fix isci_pci_probe() generates warning on efi failure path Bart Van Assche IB/srp: Avoid having aborted requests hang Bart Van Assche IB/srp: Fix use-after-free in srp_reset_req() Patrick McHardy IPoIB: Fix use-after-free of multicast object Dan Carpenter remoteproc: fix a potential NULL-dereference on cleanup Ohad Ben-Cohen remoteproc: select VIRTIO to avoid build breakage Wei Yongjun can: mscan-mpc5xxx: fix return value check in mpc512x_can_get_clock() Stephen M. Cameron SCSI: hpsa: Use LUN reset instead of target reset Benjamin Herrenschmidt SCSI: ibmvscsi: Fix host config length field overflow Kees Cook Yama: handle 32-bit userspace prctl Artem Bityutskiy UBI: fix autoresize handling in R/O mode Russ Gorby n_gsm: memory leak in uplink error path Russ Gorby n_gsm: added interlocking for gsm_data_lock for certain code paths Russ Gorby n_gsm: uplink SKBs accumulate on list xiaojin n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX Denys Vlasenko coredump: prevent double-free on an error path in core dumper Sujith Manoharan ath9k: Disable ASPM only for AR9285 Michael Spang Increase XHCI suspend timeout to 16ms Elric Fu xHCI: handle command after aborting the command ring Elric Fu xHCI: cancel command after command timeout Elric Fu xHCI: add aborting command ring function Elric Fu xHCI: add cmd_ring_state Sarah Sharp xhci: Intel Panther Point BEI quirk. Khalid Aziz firmware: Add missing attributes to EFI variable attribute print out from sysfs Larry Finger b43legacy: Fix crash on unload when firmware not available Ben Hutchings tools/hv: Check for read/write errors Ben Hutchings tools/hv: Fix exit() error code Ben Hutchings tools/hv: Fix file handle leak Flavio Leitner serial: set correct baud_base for EXSYS EX-41092 Dual 16950 Linus Walleij serial: pl011: handle corruption at high clock speeds Vikram Pandita serial: omap: fix software flow control Jiri Slaby TTY: ttyprintk, don't touch behind tty->write_buf Stanislav Kozina Remove BUG_ON from n_tty_read() Ian Abbott staging: comedi: fix memory leak for saved channel list Ian Abbott staging: comedi: don't dereference user memory for INSN_INTTRIG Ian Abbott staging: comedi: jr3_pci: fix iomem dereference Ian Abbott staging: comedi: s626: don't dereference insn->data Larry Finger staging: r8712u: Do not queue cloned skb Christopher Brannon tty: keyboard.c: Remove locking from vt_get_leds. Ben Hutchings staging: speakup_soft: Fix reading of init string Vivek Gautam usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systems Bjørn Mork USB: qcaux: add Pantech vendor class match Antonio Ospite USB: ftdi_sio: add TIAO USB Multi-Protocol Adapter (TUMPA) support Bjørn Mork USB: option: blacklist QMI interface on ZTE MF683 Sebastian Andrzej Siewior usb: gadget: dummy_hcd: fixup error probe path Mikulas Patocka dm verity: fix overflow check Milan Broz dm table: clear add_random unless all devices have it set Mike Snitzer dm: handle requests beyond end of device instead of using BUG_ON Miklos Szeredi vfs: dcache: fix deadlock in tree traversal ------------- Diffstat: Makefile | 4 +- arch/arm/plat-omap/include/plat/omap-serial.h | 4 +- arch/x86/kernel/alternative.c | 2 +- drivers/char/ttyprintk.c | 2 +- drivers/firmware/efivars.c | 17 +- drivers/infiniband/ulp/ipoib/ipoib_main.c | 2 +- drivers/infiniband/ulp/ipoib/ipoib_multicast.c | 19 +- drivers/infiniband/ulp/srp/ib_srp.c | 3 +- drivers/md/dm-table.c | 26 ++- drivers/md/dm-verity.c | 8 +- drivers/md/dm.c | 56 +++-- drivers/mtd/ubi/build.c | 5 + drivers/net/can/mscan/mpc5xxx_can.c | 4 +- drivers/net/wireless/ath/ath9k/pci.c | 5 +- drivers/net/wireless/b43legacy/main.c | 2 + drivers/remoteproc/Kconfig | 1 + drivers/remoteproc/remoteproc_core.c | 22 +- drivers/scsi/device_handler/scsi_dh_alua.c | 3 +- drivers/scsi/hpsa.c | 2 +- drivers/scsi/ibmvscsi/ibmvscsi.c | 3 + drivers/scsi/isci/init.c | 1 - drivers/scsi/isci/probe_roms.c | 1 - drivers/scsi/scsi_sysfs.c | 30 ++- drivers/staging/comedi/comedi_fops.c | 5 +- drivers/staging/comedi/drivers/jr3_pci.c | 2 +- drivers/staging/comedi/drivers/s626.c | 2 +- drivers/staging/rtl8712/rtl8712_recv.c | 5 +- drivers/staging/speakup/speakup_soft.c | 13 +- drivers/tty/n_gsm.c | 26 ++- drivers/tty/n_tty.c | 3 +- drivers/tty/serial/8250/8250_pci.c | 9 +- drivers/tty/serial/amba-pl011.c | 15 +- drivers/tty/serial/omap-serial.c | 12 +- drivers/tty/vt/keyboard.c | 3 - drivers/usb/gadget/dummy_hcd.c | 8 +- drivers/usb/host/xhci-mem.c | 7 + drivers/usb/host/xhci-pci.c | 1 + drivers/usb/host/xhci-ring.c | 286 ++++++++++++++++++++++++- drivers/usb/host/xhci.c | 38 +++- drivers/usb/host/xhci.h | 20 ++ drivers/usb/serial/ftdi_sio.c | 2 + drivers/usb/serial/ftdi_sio_ids.h | 5 + drivers/usb/serial/option.c | 3 +- drivers/usb/serial/qcaux.c | 10 +- fs/binfmt_elf.c | 19 +- fs/dcache.c | 6 + include/linux/pci_ids.h | 1 - security/yama/yama_lsm.c | 2 +- tools/hv/hv_kvp_daemon.c | 45 ++-- 49 files changed, 594 insertions(+), 176 deletions(-)