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 <gregkh@xxxxxxxxxxxxxxxxxxx> Linux 3.14.71-rc1 Chanwoo Choi <cw00.choi@xxxxxxxxxxx> serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios() Jiri Slaby <jslaby@xxxxxxx> tty: vt, return error when con_startup fails Schemmel Hans-Christoph <Hans-Christoph.Schemmel@xxxxxxxxxxx> USB: serial: option: add support for Cinterion PH8 and AHxx Johan Hovold <johan@xxxxxxxxxx> USB: serial: io_edgeport: fix memory leaks in probe error path Johan Hovold <johan@xxxxxxxxxx> USB: serial: io_edgeport: fix memory leaks in attach error path Johan Hovold <johan@xxxxxxxxxx> USB: serial: quatech2: fix use-after-free in probe error path Johan Hovold <johan@xxxxxxxxxx> USB: serial: keyspan: fix use-after-free in probe error path Johan Hovold <johan@xxxxxxxxxx> USB: serial: mxuport: fix use-after-free in probe error path Jiri Slaby <jslaby@xxxxxxx> Bluetooth: vhci: purge unhandled skbs Matt Gumbel <matthew.k.gumbel@xxxxxxxxx> mmc: longer timeout for long read time quirk Lv Zheng <lv.zheng@xxxxxxxxx> ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings Adrian Hunter <adrian.hunter@xxxxxxxxx> mmc: mmc: Fix partition switch timeout for some eMMCs Roger Quadros <rogerq@xxxxxx> mfd: omap-usb-tll: Fix scheduling while atomic BUG Catalin Vasile <cata.vasile@xxxxxxx> crypto: caam - fix caam_jr_alloc() ret code Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx> ring-buffer: Prevent overflow of size in ring_buffer_resize() Steven Rostedt (Red Hat) <rostedt@xxxxxxxxxxx> ring-buffer: Use long for nr_pages to avoid overflow failures Stefan Metzmacher <metze@xxxxxxxxx> fs/cifs: correctly to anonymous authentication via NTLMSSP Steve French <smfrench@xxxxxxxxx> remove directory incorrectly tries to set delete on close on non-empty directories Marc Zyngier <marc.zyngier@xxxxxxx> arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables Josef Bacik <jbacik@xxxxxx> 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(-) -- 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