From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753051AbdKSPAE (ORCPT ); Sun, 19 Nov 2017 10:00:04 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:54120 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751700AbdKSPAC (ORCPT ); Sun, 19 Nov 2017 10:00:02 -0500 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, shuahkh@osg.samsung.com, patches@kernelci.org, ben.hutchings@codethink.co.uk, stable@vger.kernel.org Subject: [PATCH 4.14 00/31] 4.14.1-stable review Date: Sun, 19 Nov 2017 15:59:34 +0100 Message-Id: <20171119145951.136379453@linuxfoundation.org> X-Mailer: git-send-email 2.15.0 MIME-Version: 1.0 User-Agent: quilt/0.65 X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.1-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.14.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.14.1-rc1 X-KernelTest-Deadline: 2017-11-21T14:59+00:00 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 4.14.1 release. There are 31 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 Tue Nov 21 14:59:32 UTC 2017. 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/v4.x/stable-review/patch-4.14.1-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-4.14.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.14.1-rc1 Johan Hovold spi: fix use-after-free at controller deregistration Hans de Goede staging: rtl8188eu: Revert 4 commits breaking ARP Hans de Goede staging: vboxvideo: Fix reporting invalid suggested-offset-properties Johan Hovold staging: greybus: spilib: fix use-after-free after deregistration Gilad Ben-Yossef staging: ccree: fix 64 bit scatter/gather DMA ops Huacai Chen staging: sm750fb: Fix parameter mistake in poke32 Aditya Shankar staging: wilc1000: Fix bssid buffer offset in Txq Bjorn Andersson rpmsg: glink: Add missing MODULE_LICENSE Jason Gerecke HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection Sébastien Szymanski HID: cp2112: add HIDRAW dependency Hans de Goede platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table Hans de Goede platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface Yazen Ghannam x86/MCE/AMD: Always give panic severity for UC errors in kernel context Andy Lutomirski selftests/x86/protection_keys: Fix syscall NR redefinition warnings Johan Hovold USB: serial: garmin_gps: fix memory leak on probe errors Johan Hovold USB: serial: garmin_gps: fix I/O after failed probe and remove Douglas Fischer USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update Lu Baolu USB: serial: Change DbC debug device binding ID Johan Hovold USB: serial: metro-usb: stop I/O after failed open Andrew Gabbasov usb: gadget: f_fs: Fix use-after-free in ffs_free_inst Bernhard Rosenkraenzer USB: Add delay-init quirk for Corsair K70 LUX keyboards Alan Stern USB: usbfs: compute urb->actual_length for isochronous Lu Baolu USB: early: Use new USB product ID and strings for DbC device raveendra padasalagi crypto: brcm - Explicity ACK mailbox message Eric Biggers crypto: dh - Don't permit 'key' or 'g' size longer than 'p' Eric Biggers crypto: dh - Don't permit 'p' to be 0 Eric Biggers crypto: dh - Fix double free of ctx->p Andrey Konovalov media: dib0700: fix invalid dvb_detach argument Arvind Yadav media: imon: Fix null-ptr-deref in imon_probe Adam Wallis dmaengine: dmatest: warn user when dma test times out Qiuxu Zhuo EDAC, sb_edac: Don't create a second memory controller if HA1 is not present ------------- Diffstat: Makefile | 4 +- arch/x86/kernel/cpu/mcheck/mce-severity.c | 7 +- crypto/dh.c | 33 ++++----- crypto/dh_helper.c | 16 ++++ drivers/crypto/bcm/cipher.c | 101 ++++++++++++-------------- drivers/dma/dmatest.c | 1 + drivers/edac/sb_edac.c | 9 ++- drivers/hid/Kconfig | 2 +- drivers/hid/wacom_wac.h | 1 + drivers/media/rc/imon.c | 5 ++ drivers/media/usb/dvb-usb/dib0700_devices.c | 24 +++--- drivers/platform/x86/peaq-wmi.c | 19 +++++ drivers/rpmsg/qcom_glink_native.c | 3 + drivers/spi/spi.c | 5 +- drivers/staging/ccree/cc_lli_defs.h | 2 +- drivers/staging/greybus/spilib.c | 8 +- drivers/staging/rtl8188eu/core/rtw_recv.c | 83 ++++++++++++--------- drivers/staging/rtl8188eu/os_dep/mon.c | 34 ++------- drivers/staging/sm750fb/ddk750_chip.h | 2 +- drivers/staging/vboxvideo/vbox_drv.h | 8 +- drivers/staging/vboxvideo/vbox_irq.c | 4 +- drivers/staging/vboxvideo/vbox_mode.c | 26 +++++-- drivers/staging/wilc1000/wilc_wlan.c | 2 +- drivers/usb/core/devio.c | 14 ++++ drivers/usb/core/quirks.c | 3 + drivers/usb/early/xhci-dbc.h | 6 +- drivers/usb/gadget/function/f_fs.c | 1 + drivers/usb/serial/garmin_gps.c | 22 +++++- drivers/usb/serial/metro-usb.c | 11 ++- drivers/usb/serial/qcserial.c | 1 + drivers/usb/serial/usb_debug.c | 4 +- tools/testing/selftests/x86/protection_keys.c | 24 ++++-- 32 files changed, 289 insertions(+), 196 deletions(-)