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 <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.14.78-rc1 Dan Carpenter <dan.carpenter@xxxxxxxxxx> ACPI / sysfs: fix error code in get_status() Ian Abbott <abbotti@xxxxxxxxx> staging: comedi: daqboard2000: bug fix board type matching code Alexey Khoroshilov <khoroshilov@xxxxxxxxx> USB: serial: mos7840: fix non-atomic allocation in write path Alexey Khoroshilov <khoroshilov@xxxxxxxxx> USB: serial: mos7720: fix non-atomic allocation in write path Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> USB: fix typo in wMaxPacketSize validation Dan Carpenter <dan.carpenter@xxxxxxxxxx> crypto: nx - off by one bug in nx_of_update_msc() Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Input: i8042 - set up shared ps2_cmd_mutex for AUX ports Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Input: i8042 - break load dependency between atkbd/psmouse and i8042 Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx> Input: tegra-kbc - fix inverted reset logic Vegard Nossum <vegard.nossum@xxxxxxxxxx> fs/seq_file: fix out-of-bounds read Linus Walleij <linus.walleij@xxxxxxxxxx> gpio: Fix OF build problem on UM Yinghai Lu <yinghai@xxxxxxxxxx> megaraid_sas: Fix probing cards without io port Gavin Li <git@xxxxxxxxxxxxxx> cdc-acm: fix wrong pipe type on rx interrupt xfers Dave Carroll <david.carroll@xxxxxxxxxxxxx> aacraid: Check size values after double-fetch from user Felix Fietkau <nbd@xxxxxxxx> mac80211: fix purging multicast PS buffer queue Stefan Haberland <sth@xxxxxxxxxxxxxxxxxx> s390/dasd: fix hanging device after clear subchannel Emmanouil Maroudas <emmanouil.maroudas@xxxxxxxxx> EDAC: Increment correct counter in edac_inc_ue_error() Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices. Robert Deliën <robert@xxxxxxxxx> USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices Sheng-Hui J. Chu <s.jeffrey.chu@xxxxxxxxx> USB: serial: ftdi_sio: add device ID for WICED USB UART dev board Daniele Palmas <dnlplm@xxxxxxxxx> USB: serial: option: add support for Telit LE920A4 Lubomir Rintel <lkundrak@xxxxx> USB: serial: option: add D-Link DWM-156/A3 Alexey Klimov <klimov.linux@xxxxxxxxx> USB: serial: fix memleak in driver-registration error path Jim Lin <jilin@xxxxxxxxxx> usb: xhci: Fix panic if disconnect Alan Stern <stern@xxxxxxxxxxxxxxxxxxx> USB: validate wMaxPacketValue entries in endpoint descriptors Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx> usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices Felipe Balbi <felipe.balbi@xxxxxxxxxxxxxxx> usb: dwc3: gadget: increment request->actual once Simon Horman <simon.horman@xxxxxxxxxxxxx> PCI: Limit config space size for Netronome NFP4000 Simon Horman <simon.horman@xxxxxxxxxxxxx> PCI: Add Netronome NFP4000 PF device ID Jason S. McMullan <jason.mcmullan@xxxxxxxxxxxxx> PCI: Limit config space size for Netronome NFP6000 family Jason S. McMullan <jason.mcmullan@xxxxxxxxxxxxx> PCI: Add Netronome vendor and device IDs Jason S. McMullan <jason.mcmullan@xxxxxxxxxxxxx> PCI: Support PCIe devices with short cfg_size Helge Deller <deller@xxxxxx> parisc: Fix order of EREFUSED define in errno.h James Hogan <james.hogan@xxxxxxxxxx> arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> 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(-) -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html