lkml.org 
[lkml]   [2016]   [Sep]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 3.14 00/35] 3.14.78-stable review
Date
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@linuxfoundation.org>
Linux 3.14.78-rc1

Dan Carpenter <dan.carpenter@oracle.com>
ACPI / sysfs: fix error code in get_status()

Ian Abbott <abbotti@mev.co.uk>
staging: comedi: daqboard2000: bug fix board type matching code

Alexey Khoroshilov <khoroshilov@ispras.ru>
USB: serial: mos7840: fix non-atomic allocation in write path

Alexey Khoroshilov <khoroshilov@ispras.ru>
USB: serial: mos7720: fix non-atomic allocation in write path

Alan Stern <stern@rowland.harvard.edu>
USB: fix typo in wMaxPacketSize validation

Dan Carpenter <dan.carpenter@oracle.com>
crypto: nx - off by one bug in nx_of_update_msc()

Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: i8042 - set up shared ps2_cmd_mutex for AUX ports

Dmitry Torokhov <dmitry.torokhov@gmail.com>
Input: i8042 - break load dependency between atkbd/psmouse and i8042

Masahiro Yamada <yamada.masahiro@socionext.com>
Input: tegra-kbc - fix inverted reset logic

Vegard Nossum <vegard.nossum@oracle.com>
fs/seq_file: fix out-of-bounds read

Linus Walleij <linus.walleij@linaro.org>
gpio: Fix OF build problem on UM

Yinghai Lu <yinghai@kernel.org>
megaraid_sas: Fix probing cards without io port

Gavin Li <git@thegavinli.com>
cdc-acm: fix wrong pipe type on rx interrupt xfers

Dave Carroll <david.carroll@microsemi.com>
aacraid: Check size values after double-fetch from user

Felix Fietkau <nbd@nbd.name>
mac80211: fix purging multicast PS buffer queue

Stefan Haberland <sth@linux.vnet.ibm.com>
s390/dasd: fix hanging device after clear subchannel

Emmanouil Maroudas <emmanouil.maroudas@gmail.com>
EDAC: Increment correct counter in edac_inc_ue_error()

Mathias Nyman <mathias.nyman@linux.intel.com>
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.

Robert Deliën <robert@delien.nl>
USB: serial: ftdi_sio: add PIDs for Ivium Technologies devices

Sheng-Hui J. Chu <s.jeffrey.chu@gmail.com>
USB: serial: ftdi_sio: add device ID for WICED USB UART dev board

Daniele Palmas <dnlplm@gmail.com>
USB: serial: option: add support for Telit LE920A4

Lubomir Rintel <lkundrak@v3.sk>
USB: serial: option: add D-Link DWM-156/A3

Alexey Klimov <klimov.linux@gmail.com>
USB: serial: fix memleak in driver-registration error path

Jim Lin <jilin@nvidia.com>
usb: xhci: Fix panic if disconnect

Alan Stern <stern@rowland.harvard.edu>
USB: validate wMaxPacketValue entries in endpoint descriptors

Mathias Nyman <mathias.nyman@linux.intel.com>
usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices

Felipe Balbi <felipe.balbi@linux.intel.com>
usb: dwc3: gadget: increment request->actual once

Simon Horman <simon.horman@netronome.com>
PCI: Limit config space size for Netronome NFP4000

Simon Horman <simon.horman@netronome.com>
PCI: Add Netronome NFP4000 PF device ID

Jason S. McMullan <jason.mcmullan@netronome.com>
PCI: Limit config space size for Netronome NFP6000 family

Jason S. McMullan <jason.mcmullan@netronome.com>
PCI: Add Netronome vendor and device IDs

Jason S. McMullan <jason.mcmullan@netronome.com>
PCI: Support PCIe devices with short cfg_size

Helge Deller <deller@gmx.de>
parisc: Fix order of EREFUSED define in errno.h

James Hogan <james.hogan@imgtec.com>
arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO

Sebastian Andrzej Siewior <bigeasy@linutronix.de>
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(-)


\
 
 \ /
  Last update: 2016-09-17 09:58    [W:0.160 / U:0.160 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site