Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2993829AbbHHWqM (ORCPT ); Sat, 8 Aug 2015 18:46:12 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36061 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2992931AbbHHWID (ORCPT ); Sat, 8 Aug 2015 18:08:03 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, stable@vger.kernel.org Subject: [PATCH 3.14 00/29] 3.14.50-stable review Date: Sat, 8 Aug 2015 15:07:23 -0700 Message-Id: <20150808220718.247950412@linuxfoundation.org> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 User-Agent: quilt/0.64 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 Content-Length: 5345 Lines: 151 This is the start of the stable review cycle for the 3.14.50 release. There are 29 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:06:58 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.14.50-rc1.gz and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.50-rc1 Fupan Li efi: fix 32bit kernel boot failed problem using efi Nicholas Bellinger iscsi-target: Fix iser explicit logout TX kthread leak Nicholas Bellinger iscsi-target: Fix use-after-free during TPG session shutdown Andy Shevchenko avr32: handle NULL as a valid clock object Marc-André Lureau vhost: actually track log eventfd file Wengang Wang rds: rds_ib_device.refcount overflow Dmitry Skorodumov x86/efi: Use all 64 bit of efi_memmap in setup_e820() Zhuang Jin Can xhci: do not report PLC when link is in internal resume state Zhuang Jin Can xhci: prevent bus_suspend if SS port resuming in phase 1 Zhuang Jin Can xhci: report U3 when link is in resume state Brian Campbell xhci: Calculate old endpoints correctly on device reset Oliver Neukum usb-storage: ignore ZTE MF 823 card reader in mode 0x1225 Lior Amsalem ata: pmp: add quirk for Marvell 4140 SATA PMP Tejun Heo blkcg: fix gendisk reference leak in blkg_conf_prep() Bernhard Bender Input: usbtouchscreen - avoid unresponsive TSC-30 touch screen Chris Metcalf tile: use free_bootmem_late() for initrd NeilBrown md/raid1: fix test for 'was read error from last working device'. Jingju Hou mmc: sdhci-pxav3: fix platform_data is not initialized Joakim Tjernlund mmc: sdhci-esdhc: Make 8BIT bus work Tom Hughes mac80211: clear subdir_stations when removing debugfs Seymour, Shane M st: null pointer dereference panic caused by use after kref_put by st_open Takashi Iwai ALSA: hda - Fix MacBook Pro 5,2 quirk Yao-Wen Mao ALSA: usb-audio: add dB range mapping for some devices Dominic Sacré ALSA: usb-audio: Add MIDI support for Steinberg MI2/MI4 Thomas Gleixner genirq: Prevent resend to interrupts marked IRQ_NESTED_THREAD Alexey Brodkin ARC: make sure instruction_pointer() returns unsigned value Martin Schwidefsky s390/sclp: clear upper register halves in _sclp_print_early Al Viro freeing unlinked file indefinitely delayed Kirill A. Shutemov mm: avoid setting up anonymous pages into file mapping ------------- Diffstat: Makefile | 4 +- arch/arc/include/asm/ptrace.h | 2 +- arch/avr32/mach-at32ap/clock.c | 20 ++++++++- arch/s390/kernel/sclp.S | 4 ++ arch/tile/kernel/setup.c | 2 +- arch/x86/boot/compressed/eboot.c | 4 ++ 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 | 22 +++++++--- 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 ++++++++++++++++++++++++++++++ 29 files changed, 233 insertions(+), 33 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/