stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	torvalds@linux-foundation.org, akpm@linux-foundation.org,
	linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org
Subject: [PATCH 3.10 00/26] 3.10.86-stable review
Date: Sat,  8 Aug 2015 15:07:16 -0700	[thread overview]
Message-ID: <20150808220718.230934936@linuxfoundation.org> (raw)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Al Viro <viro@ZenIV.linux.org.uk>
    freeing unlinked file indefinitely delayed

Kirill A. Shutemov <kirill.shutemov@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(-)



             reply	other threads:[~2015-08-08 22:07 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-08 22:07 Greg Kroah-Hartman [this message]
2015-08-08 22:07 ` [PATCH 3.10 01/26] mm: avoid setting up anonymous pages into file mapping Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 02/26] freeing unlinked file indefinitely delayed Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 03/26] s390/sclp: clear upper register halves in _sclp_print_early Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 04/26] ARC: make sure instruction_pointer() returns unsigned value Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 07/26] ALSA: usb-audio: add dB range mapping for some devices Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 08/26] ALSA: hda - Fix MacBook Pro 5,2 quirk Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 10/26] mac80211: clear subdir_stations when removing debugfs Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 11/26] mmc: sdhci-esdhc: Make 8BIT bus work Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 12/26] mmc: sdhci-pxav3: fix platform_data is not initialized Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 13/26] md/raid1: fix test for was read error from last working device Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 14/26] tile: use free_bootmem_late() for initrd Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 15/26] Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 16/26] blkcg: fix gendisk reference leak in blkg_conf_prep() Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 17/26] ata: pmp: add quirk for Marvell 4140 SATA PMP Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 18/26] usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 19/26] xhci: Calculate old endpoints correctly on device reset Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 20/26] xhci: report U3 when link is in resume state Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 21/26] xhci: prevent bus_suspend if SS port resuming in phase 1 Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 22/26] rds: rds_ib_device.refcount overflow Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 24/26] iscsi-target: Fix use-after-free during TPG session shutdown Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 25/26] iscsi-target: Fix iser explicit logout TX kthread leak Greg Kroah-Hartman
2015-08-08 22:07 ` [PATCH 3.10 26/26] efi: fix 32bit kernel boot failed problem using efi Greg Kroah-Hartman
2015-08-09  3:14 ` [PATCH 3.10 00/26] 3.10.86-stable review Guenter Roeck
2015-08-10 19:10   ` Greg Kroah-Hartman
2015-08-10  4:38 ` Sudip Mukherjee
2015-08-10 18:12 ` Shuah Khan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150808220718.230934936@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=shuah.kh@samsung.com \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).