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 <[email protected]>
    Linux 3.10.86-rc1

Fupan Li <[email protected]>
    efi: fix 32bit kernel boot failed problem using efi

Nicholas Bellinger <[email protected]>
    iscsi-target: Fix iser explicit logout TX kthread leak

Nicholas Bellinger <[email protected]>
    iscsi-target: Fix use-after-free during TPG session shutdown

Marc-André Lureau <[email protected]>
    vhost: actually track log eventfd file

Wengang Wang <[email protected]>
    rds: rds_ib_device.refcount overflow

Zhuang Jin Can <[email protected]>
    xhci: prevent bus_suspend if SS port resuming in phase 1

Zhuang Jin Can <[email protected]>
    xhci: report U3 when link is in resume state

Brian Campbell <[email protected]>
    xhci: Calculate old endpoints correctly on device reset

Oliver Neukum <[email protected]>
    usb-storage: ignore ZTE MF 823 card reader in mode 0x1225

Lior Amsalem <[email protected]>
    ata: pmp: add quirk for Marvell 4140 SATA PMP

Tejun Heo <[email protected]>
    blkcg: fix gendisk reference leak in blkg_conf_prep()

Bernhard Bender <[email protected]>
    Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen

Chris Metcalf <[email protected]>
    tile: use free_bootmem_late() for initrd

NeilBrown <[email protected]>
    md/raid1: fix test for 'was read error from last working device'.

Jingju Hou <[email protected]>
    mmc: sdhci-pxav3: fix platform_data is not initialized

Joakim Tjernlund <[email protected]>
    mmc: sdhci-esdhc: Make 8BIT bus work

Tom Hughes <[email protected]>
    mac80211: clear subdir_stations when removing debugfs

Seymour, Shane M <[email protected]>
    st: null pointer dereference panic caused by use after kref_put by st_open

Takashi Iwai <[email protected]>
    ALSA: hda - Fix MacBook Pro 5,2 quirk

Yao-Wen Mao <[email protected]>
    ALSA: usb-audio: add dB range mapping for some devices

Dominic Sacré <[email protected]>
    ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4

Thomas Gleixner <[email protected]>
    genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD

Alexey Brodkin <[email protected]>
    ARC: make sure instruction_pointer() returns unsigned value

Martin Schwidefsky <[email protected]>
    s390/sclp: clear upper register halves in _sclp_print_early

Al Viro <[email protected]>
    freeing unlinked file indefinitely delayed

Kirill A. Shutemov <[email protected]>
    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 [email protected]
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