This is the start of the stable review cycle for the 3.14.71 release.
There are 20 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 Jun 1 20:49:23 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.71-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
-------------
Pseudo-Shortlog of commits:
Greg Kroah-Hartman <[email protected]>
Linux 3.14.71-rc1
Chanwoo Choi <[email protected]>
serial: samsung: Reorder the sequence of clock control when call
s3c24xx_serial_set_termios()
Jiri Slaby <[email protected]>
tty: vt, return error when con_startup fails
Schemmel Hans-Christoph <[email protected]>
USB: serial: option: add support for Cinterion PH8 and AHxx
Johan Hovold <[email protected]>
USB: serial: io_edgeport: fix memory leaks in probe error path
Johan Hovold <[email protected]>
USB: serial: io_edgeport: fix memory leaks in attach error path
Johan Hovold <[email protected]>
USB: serial: quatech2: fix use-after-free in probe error path
Johan Hovold <[email protected]>
USB: serial: keyspan: fix use-after-free in probe error path
Johan Hovold <[email protected]>
USB: serial: mxuport: fix use-after-free in probe error path
Jiri Slaby <[email protected]>
Bluetooth: vhci: purge unhandled skbs
Matt Gumbel <[email protected]>
mmc: longer timeout for long read time quirk
Lv Zheng <[email protected]>
ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal
strings
Adrian Hunter <[email protected]>
mmc: mmc: Fix partition switch timeout for some eMMCs
Roger Quadros <[email protected]>
mfd: omap-usb-tll: Fix scheduling while atomic BUG
Catalin Vasile <[email protected]>
crypto: caam - fix caam_jr_alloc() ret code
Steven Rostedt (Red Hat) <[email protected]>
ring-buffer: Prevent overflow of size in ring_buffer_resize()
Steven Rostedt (Red Hat) <[email protected]>
ring-buffer: Use long for nr_pages to avoid overflow failures
Stefan Metzmacher <[email protected]>
fs/cifs: correctly to anonymous authentication via NTLMSSP
Steve French <[email protected]>
remove directory incorrectly tries to set delete on close on non-empty
directories
Marc Zyngier <[email protected]>
arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables
Josef Bacik <[email protected]>
Btrfs: don't use src fd for printk
-------------
Diffstat:
Makefile | 4 +--
arch/arm/kvm/mmu.c | 17 +++++++-----
drivers/acpi/osl.c | 16 ++++++++----
drivers/bluetooth/hci_vhci.c | 1 +
drivers/crypto/caam/jr.c | 2 +-
drivers/mfd/omap-usb-tll.c | 13 +++++++---
drivers/mmc/card/block.c | 5 ++--
drivers/mmc/core/core.c | 4 +--
drivers/mmc/core/mmc.c | 7 +++++
drivers/tty/serial/samsung.c | 4 +--
drivers/tty/vt/vt.c | 5 ++--
drivers/usb/serial/io_edgeport.c | 56 +++++++++++++++++++++++++++-------------
drivers/usb/serial/keyspan.c | 4 +++
drivers/usb/serial/mxuport.c | 10 +++++++
drivers/usb/serial/option.c | 26 ++++++++++++++-----
drivers/usb/serial/quatech2.c | 1 +
fs/btrfs/ioctl.c | 2 +-
fs/cifs/sess.c | 32 ++++++++++++++---------
fs/cifs/smb2glob.h | 1 +
fs/cifs/smb2inode.c | 8 ++++--
fs/cifs/smb2pdu.c | 16 ++++++++++++
fs/cifs/smb2proto.h | 2 ++
kernel/trace/ring_buffer.c | 35 +++++++++++++------------
23 files changed, 189 insertions(+), 82 deletions(-)