This is the start of the stable review cycle for the 3.10.86 release. There are 26 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 Mon Aug 10 22:07:03 UTC 2015. 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.x/stable-review/patch-3.10.86-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.10.86-rc1 Fupan Li <fupan.li@xxxxxxxxxxxxx> efi: fix 32bit kernel boot failed problem using efi Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> iscsi-target: Fix iser explicit logout TX kthread leak Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> iscsi-target: Fix use-after-free during TPG session shutdown Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> vhost: actually track log eventfd file Wengang Wang <wen.gang.wang@xxxxxxxxxx> rds: rds_ib_device.refcount overflow Zhuang Jin Can <jin.can.zhuang@xxxxxxxxx> xhci: prevent bus_suspend if SS port resuming in phase 1 Zhuang Jin Can <jin.can.zhuang@xxxxxxxxx> xhci: report U3 when link is in resume state Brian Campbell <bacam@xxxxxxxxxxx> xhci: Calculate old endpoints correctly on device reset Oliver Neukum <oneukum@xxxxxxxx> usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 Lior Amsalem <alior@xxxxxxxxxxx> ata: pmp: add quirk for Marvell 4140 SATA PMP Tejun Heo <tj@xxxxxxxxxx> blkcg: fix gendisk reference leak in blkg_conf_prep() Bernhard Bender <bernhard.bender@xxxxxxxxxxxx> Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen Chris Metcalf <cmetcalf@xxxxxxxxxx> tile: use free_bootmem_late() for initrd NeilBrown <neilb@xxxxxxxx> md/raid1: fix test for 'was read error from last working device'. Jingju Hou <houjingj@xxxxxxxxxxx> mmc: sdhci-pxav3: fix platform_data is not initialized Joakim Tjernlund <Joakim.Tjernlund@xxxxxxxxxxxx> mmc: sdhci-esdhc: Make 8BIT bus work Tom Hughes <tom@xxxxxxxxxx> mac80211: clear subdir_stations when removing debugfs Seymour, Shane M <shane.seymour@xxxxxx> st: null pointer dereference panic caused by use after kref_put by st_open Takashi Iwai <tiwai@xxxxxxx> ALSA: hda - Fix MacBook Pro 5,2 quirk Yao-Wen Mao <yaowen@xxxxxxxxxx> ALSA: usb-audio: add dB range mapping for some devices Dominic Sacré <dominic.sacre@xxxxxx> ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4 Thomas Gleixner <tglx@xxxxxxxxxxxxx> genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD Alexey Brodkin <abrodkin@xxxxxxxxxxxx> ARC: make sure instruction_pointer() returns unsigned value Martin Schwidefsky <schwidefsky@xxxxxxxxxx> s390/sclp: clear upper register halves in _sclp_print_early Al Viro <viro@xxxxxxxxxxxxxxxxxx> freeing unlinked file indefinitely delayed Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> mm: avoid setting up anonymous pages into file mapping ------------- Diffstat: Makefile | 4 +- arch/arc/include/asm/ptrace.h | 2 +- arch/s390/kernel/sclp.S | 4 ++ arch/tile/kernel/setup.c | 2 +- arch/x86/boot/compressed/head_32.S | 2 +- block/blk-cgroup.c | 6 ++- drivers/ata/libata-pmp.c | 7 +++ drivers/input/touchscreen/usbtouchscreen.c | 3 ++ drivers/md/raid1.c | 2 +- drivers/mmc/host/sdhci-esdhc.h | 2 +- drivers/mmc/host/sdhci-pxav3.c | 1 + drivers/scsi/st.c | 2 +- drivers/target/iscsi/iscsi_target.c | 30 ++++++++++--- drivers/usb/host/xhci-hub.c | 13 +++--- drivers/usb/host/xhci-ring.c | 3 ++ drivers/usb/host/xhci.c | 3 ++ drivers/usb/host/xhci.h | 1 + drivers/usb/storage/unusual_devs.h | 12 ++++++ drivers/vhost/vhost.c | 1 + fs/dcache.c | 3 ++ kernel/irq/resend.c | 18 +++++--- mm/memory.c | 13 ++++-- net/mac80211/debugfs_netdev.c | 1 + net/rds/ib_rdma.c | 4 +- sound/pci/hda/patch_realtek.c | 2 +- sound/usb/mixer_maps.c | 24 +++++++++++ sound/usb/quirks-table.h | 68 ++++++++++++++++++++++++++++++ 27 files changed, 202 insertions(+), 31 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html