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, 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 [thread overview]
Message-ID: <20160905163958.687259537@linuxfoundation.org> (raw)
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(-)
next reply other threads:[~2016-09-05 16:43 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20160905164355uscas1p23be7d550cc36b000adafac040c654cce@uscas1p2.samsung.com>
2016-09-05 16:43 ` Greg Kroah-Hartman [this message]
2016-09-05 16:43 ` [PATCH 3.14 01/35] x86/mm: Disable preemption during CR3 read+write Greg Kroah-Hartman
2016-09-05 16:43 ` Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 02/35] arm64: Define AT_VECTOR_SIZE_ARCH for ARCH_DLINFO Greg Kroah-Hartman
2016-09-05 16:43 ` Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 03/35] parisc: Fix order of EREFUSED define in errno.h Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 04/35] PCI: Support PCIe devices with short cfg_size Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 05/35] PCI: Add Netronome vendor and device IDs Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 06/35] PCI: Limit config space size for Netronome NFP6000 family Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 07/35] PCI: Add Netronome NFP4000 PF device ID Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 08/35] PCI: Limit config space size for Netronome NFP4000 Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 09/35] usb: dwc3: gadget: increment request->actual once Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 10/35] usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 11/35] USB: validate wMaxPacketValue entries in endpoint descriptors Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 12/35] usb: xhci: Fix panic if disconnect Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 13/35] USB: serial: fix memleak in driver-registration error path Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 14/35] USB: serial: option: add D-Link DWM-156/A3 Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 15/35] USB: serial: option: add support for Telit LE920A4 Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 16/35] USB: serial: ftdi_sio: add device ID for WICED USB UART dev board Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 18/35] xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 19/35] EDAC: Increment correct counter in edac_inc_ue_error() Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 20/35] s390/dasd: fix hanging device after clear subchannel Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 21/35] mac80211: fix purging multicast PS buffer queue Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 22/35] aacraid: Check size values after double-fetch from user Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 23/35] cdc-acm: fix wrong pipe type on rx interrupt xfers Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 24/35] megaraid_sas: Fix probing cards without io port Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 25/35] gpio: Fix OF build problem on UM Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 26/35] fs/seq_file: fix out-of-bounds read Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 27/35] Input: tegra-kbc - fix inverted reset logic Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 28/35] Input: i8042 - break load dependency between atkbd/psmouse and i8042 Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 29/35] Input: i8042 - set up shared ps2_cmd_mutex for AUX ports Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 30/35] crypto: nx - off by one bug in nx_of_update_msc() Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 31/35] USB: fix typo in wMaxPacketSize validation Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 32/35] USB: serial: mos7720: fix non-atomic allocation in write path Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 33/35] USB: serial: mos7840: " Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 34/35] staging: comedi: daqboard2000: bug fix board type matching code Greg Kroah-Hartman
2016-09-05 16:43 ` [PATCH 3.14 35/35] ACPI / sysfs: fix error code in get_status() Greg Kroah-Hartman
2016-09-06 17:02 ` [PATCH 3.14 00/35] 3.14.78-stable review Guenter Roeck
2016-09-06 18:03 ` 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=20160905163958.687259537@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=ben.hutchings@codethink.co.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@kernelci.org \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.