From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755177AbcIEQnf (ORCPT ); Mon, 5 Sep 2016 12:43:35 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:51941 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753960AbcIEQnc (ORCPT ); Mon, 5 Sep 2016 12:43:32 -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, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 3.14 00/35] 3.14.78-stable review Date: Mon, 5 Sep 2016 18:43:01 +0200 Message-Id: <20160905163958.687259537@linuxfoundation.org> X-Mailer: git-send-email 2.9.3 MIME-Version: 1.0 User-Agent: quilt/0.64 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-3.14.78-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-3.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 3.14.78-rc1 X-KernelTest-Deadline: 2016-09-07T16:40+00:00 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 This is the start of the stable review cycle for the 3.14.78 release. There are 35 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 Wed Sep 7 16:39:50 UTC 2016. 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.78-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-3.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.14.78-rc1 Dan Carpenter ACPI / sysfs: fix error code in get_status() Ian Abbott staging: comedi: daqboard2000: bug fix board type matching code Alexey Khoroshilov USB: serial: mos7840: fix non-atomic allocation in write path Alexey Khoroshilov USB: serial: mos7720: fix non-atomic allocation in write path Alan Stern USB: fix typo in wMaxPacketSize validation Dan Carpenter crypto: nx - off by one bug in nx_of_update_msc() Dmitry Torokhov Input: i8042 - set up shared ps2_cmd_mutex for AUX ports Dmitry Torokhov Input: i8042 - break load dependency between atkbd/psmouse and i8042 Masahiro Yamada Input: tegra-kbc - fix inverted reset logic Vegard Nossum fs/seq_file: fix out-of-bounds read Linus Walleij gpio: Fix OF build problem on UM Yinghai Lu megaraid_sas: Fix probing cards without io port Gavin Li cdc-acm: fix wrong pipe type on rx interrupt xfers Dave Carroll aacraid: Check size values after double-fetch from user Felix Fietkau mac80211: fix purging multicast PS buffer queue Stefan Haberland s390/dasd: fix hanging device after clear subchannel Emmanouil Maroudas EDAC: Increment correct counter in edac_inc_ue_error() Mathias Nyman xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices. Robert Deliƫn USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices Sheng-Hui J. Chu USB: serial: ftdi_sio: add device ID for WICED USB UART dev board Daniele Palmas USB: serial: option: add support for Telit LE920A4 Lubomir Rintel USB: serial: option: add D-Link DWM-156/A3 Alexey Klimov USB: serial: fix memleak in driver-registration error path Jim Lin usb: xhci: Fix panic if disconnect Alan Stern USB: validate wMaxPacketValue entries in endpoint descriptors Mathias Nyman usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices Felipe Balbi usb: dwc3: gadget: increment request->actual once Simon Horman PCI: Limit config space size for Netronome NFP4000 Simon Horman PCI: Add Netronome NFP4000 PF device ID Jason S. McMullan PCI: Limit config space size for Netronome NFP6000 family Jason S. McMullan PCI: Add Netronome vendor and device IDs Jason S. McMullan PCI: Support PCIe devices with short cfg_size Helge Deller parisc: Fix order of EREFUSED define in errno.h James Hogan arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO Sebastian Andrzej Siewior x86/mm: Disable preemption during CR3 read+write ------------- Diffstat: Makefile | 4 +- arch/arm64/include/asm/elf.h | 1 + arch/arm64/include/uapi/asm/auxvec.h | 2 + arch/parisc/include/uapi/asm/errno.h | 4 +- arch/x86/include/asm/tlbflush.h | 7 +++ drivers/acpi/sysfs.c | 7 ++- drivers/crypto/nx/nx.c | 2 +- drivers/edac/edac_mc.c | 2 +- drivers/gpio/Kconfig | 1 + drivers/input/keyboard/tegra-kbc.c | 2 +- drivers/input/serio/i8042.c | 17 +------ drivers/input/serio/libps2.c | 10 ++-- drivers/pci/pci-sysfs.c | 18 +++---- drivers/pci/quirks.c | 12 +++++ drivers/s390/block/dasd.c | 10 +++- drivers/scsi/aacraid/commctrl.c | 13 ++++- drivers/scsi/megaraid/megaraid_sas_base.c | 6 +-- drivers/scsi/megaraid/megaraid_sas_fusion.c | 2 +- drivers/staging/comedi/drivers/daqboard2000.c | 2 +- drivers/usb/class/cdc-acm.c | 5 +- drivers/usb/class/cdc-acm.h | 1 - drivers/usb/core/config.c | 69 +++++++++++++++++++++++++-- drivers/usb/core/devices.c | 10 ++-- drivers/usb/core/hcd-pci.c | 2 +- drivers/usb/core/hcd.c | 6 +-- drivers/usb/core/hub.c | 26 +++++----- drivers/usb/core/urb.c | 3 +- drivers/usb/core/usb.h | 2 +- drivers/usb/dwc3/gadget.c | 19 ++++---- drivers/usb/host/xhci-hub.c | 3 ++ drivers/usb/host/xhci-mem.c | 9 ++-- drivers/usb/host/xhci-ring.c | 3 +- drivers/usb/host/xhci.c | 7 ++- drivers/usb/serial/ftdi_sio.c | 3 ++ drivers/usb/serial/ftdi_sio_ids.h | 12 +++++ drivers/usb/serial/mos7720.c | 2 +- drivers/usb/serial/mos7840.c | 4 +- drivers/usb/serial/option.c | 22 +++++++++ drivers/usb/serial/usb-serial.c | 4 +- fs/seq_file.c | 4 +- include/linux/i8042.h | 6 --- include/linux/pci_ids.h | 7 +++ include/linux/serio.h | 24 ++++++++-- include/uapi/linux/usb/ch9.h | 1 + net/mac80211/cfg.c | 2 +- net/mac80211/tx.c | 6 +-- 46 files changed, 272 insertions(+), 112 deletions(-)