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 <gre...@linuxfoundation.org>
    Linux 3.10.86-rc1

Fupan Li <fupan...@windriver.com>
    efi: fix 32bit kernel boot failed problem using efi

Nicholas Bellinger <n...@linux-iscsi.org>
    iscsi-target: Fix iser explicit logout TX kthread leak

Nicholas Bellinger <n...@linux-iscsi.org>
    iscsi-target: Fix use-after-free during TPG session shutdown

Marc-André Lureau <marcandre.lur...@redhat.com>
    vhost: actually track log eventfd file

Wengang Wang <wen.gang.w...@oracle.com>
    rds: rds_ib_device.refcount overflow

Zhuang Jin Can <jin.can.zhu...@intel.com>
    xhci: prevent bus_suspend if SS port resuming in phase 1

Zhuang Jin Can <jin.can.zhu...@intel.com>
    xhci: report U3 when link is in resume state

Brian Campbell <ba...@z273.org.uk>
    xhci: Calculate old endpoints correctly on device reset

Oliver Neukum <oneu...@suse.com>
    usb-storage: ignore ZTE MF 823 card reader in mode 0x1225

Lior Amsalem <al...@marvell.com>
    ata: pmp: add quirk for Marvell 4140 SATA PMP

Tejun Heo <t...@kernel.org>
    blkcg: fix gendisk reference leak in blkg_conf_prep()

Bernhard Bender <bernhard.ben...@bytecmed.com>
    Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen

Chris Metcalf <cmetc...@ezchip.com>
    tile: use free_bootmem_late() for initrd

NeilBrown <ne...@suse.com>
    md/raid1: fix test for 'was read error from last working device'.

Jingju Hou <houji...@marvell.com>
    mmc: sdhci-pxav3: fix platform_data is not initialized

Joakim Tjernlund <joakim.tjernl...@transmode.se>
    mmc: sdhci-esdhc: Make 8BIT bus work

Tom Hughes <t...@compton.nu>
    mac80211: clear subdir_stations when removing debugfs

Seymour, Shane M <shane.seym...@hp.com>
    st: null pointer dereference panic caused by use after kref_put by st_open

Takashi Iwai <ti...@suse.de>
    ALSA: hda - Fix MacBook Pro 5,2 quirk

Yao-Wen Mao <yao...@google.com>
    ALSA: usb-audio: add dB range mapping for some devices

Dominic Sacré <dominic.sa...@gmx.de>
    ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4

Thomas Gleixner <t...@linutronix.de>
    genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD

Alexey Brodkin <abrod...@synopsys.com>
    ARC: make sure instruction_pointer() returns unsigned value

Martin Schwidefsky <schwidef...@de.ibm.com>
    s390/sclp: clear upper register halves in _sclp_print_early

Al Viro <v...@zeniv.linux.org.uk>
    freeing unlinked file indefinitely delayed

Kirill A. Shutemov <kirill.shute...@linux.intel.com>
    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 linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to