From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161910AbcE3Utz (ORCPT ); Mon, 30 May 2016 16:49:55 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:52322 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161420AbcE3Utx (ORCPT ); Mon, 30 May 2016 16:49:53 -0400 From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah.kh@samsung.com, patches@kernelci.org, stable@vger.kernel.org Subject: [PATCH 3.14 00/20] 3.14.71-stable review Date: Mon, 30 May 2016 13:49:31 -0700 Message-Id: <20160530204934.262210466@linuxfoundation.org> X-Mailer: git-send-email 2.8.3 User-Agent: quilt/0.64 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 Linux 3.14.71-rc1 Chanwoo Choi serial: samsung: Reorder the sequence of clock control when call s3c24xx_serial_set_termios() Jiri Slaby tty: vt, return error when con_startup fails Schemmel Hans-Christoph USB: serial: option: add support for Cinterion PH8 and AHxx Johan Hovold USB: serial: io_edgeport: fix memory leaks in probe error path Johan Hovold USB: serial: io_edgeport: fix memory leaks in attach error path Johan Hovold USB: serial: quatech2: fix use-after-free in probe error path Johan Hovold USB: serial: keyspan: fix use-after-free in probe error path Johan Hovold USB: serial: mxuport: fix use-after-free in probe error path Jiri Slaby Bluetooth: vhci: purge unhandled skbs Matt Gumbel mmc: longer timeout for long read time quirk Lv Zheng ACPI / osi: Fix an issue that acpi_osi=!* cannot disable ACPICA internal strings Adrian Hunter mmc: mmc: Fix partition switch timeout for some eMMCs Roger Quadros mfd: omap-usb-tll: Fix scheduling while atomic BUG Catalin Vasile crypto: caam - fix caam_jr_alloc() ret code Steven Rostedt (Red Hat) ring-buffer: Prevent overflow of size in ring_buffer_resize() Steven Rostedt (Red Hat) ring-buffer: Use long for nr_pages to avoid overflow failures Stefan Metzmacher fs/cifs: correctly to anonymous authentication via NTLMSSP Steve French remove directory incorrectly tries to set delete on close on non-empty directories Marc Zyngier arm/arm64: KVM: Enforce Break-Before-Make on Stage-2 page tables Josef Bacik 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(-)