From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.99]:54222 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726167AbeKZVq2 (ORCPT ); Mon, 26 Nov 2018 16:46:28 -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, shuah@kernel.org, patches@kernelci.org, ben.hutchings@codethink.co.uk, lkft-triage@lists.linaro.org, stable@vger.kernel.org Subject: [PATCH 3.18 00/24] 3.18.127-stable review Date: Mon, 26 Nov 2018 11:50:54 +0100 Message-Id: <20181126105029.790599475@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: This is the start of the stable review cycle for the 3.18.127 release. There are 24 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 Nov 28 10:50:13 UTC 2018. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v3.x/stable-review/patch-3.18.127-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.18.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 3.18.127-rc1 Eric Biggers HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges Al Viro new helper: uaccess_kernel() Hans de Goede ACPI / platform: Add SMB0001 HID to forbidden_id_list Mattias Jacobsson <2pi@mok.nu> USB: misc: appledisplay: add 20" Apple Cinema Display Nathan Chancellor misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data Emmanuel Pescosta usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB Kai-Heng Feng USB: quirks: Add no-lpm quirk for Raydium touchscreens Maarten Jacobs usb: cdc-acm: add entry for Hiro (Conexant) modem Dan Carpenter uio: Fix an Oops on load Sakari Ailus media: v4l: event: Add subscription to list before calling "add" operation Greg Kroah-Hartman Revert "Bluetooth: h5: Fix missing dependency on BT_HCIUART_SERDEV" YueHaibing SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() Sasha Levin Revert "Revert "drm/i915: Fix mutex->owner inspection race under DEBUG_MUTEXES"" Minchan Kim zram: close udev startup race condition as default groups Vignesh R i2c: omap: Enable for ARCH_K3 Jeremy Linton lib/raid6: Fix arm64 test build Vasily Gorbik s390/vdso: add missing FORCE to build targets Marek Szyprowski clk: samsung: exynos5420: Enable PERIS clocks for suspend Chengguang Xu fs/exofs: fix potential memory leak in mount option parsing Richard Weinberger um: Give start_idle_thread() a return code Ernesto A. Fernández hfsplus: prevent btree data loss on root split Ernesto A. Fernández hfs: prevent btree data loss on root split Jann Horn reiserfs: propagate errors from fill_with_dentries() properly Eric Dumazet net-gro: reset skb->pkt_type in napi_reuse_skb() ------------- Diffstat: Makefile | 4 ++-- arch/s390/kernel/vdso32/Makefile | 6 ++--- arch/s390/kernel/vdso64/Makefile | 6 ++--- arch/um/os-Linux/skas/process.c | 5 +++++ drivers/acpi/acpi_platform.c | 1 + drivers/block/zram/zram_drv.c | 18 +++++---------- drivers/bluetooth/Kconfig | 1 - drivers/clk/samsung/clk-exynos5420.c | 1 + drivers/gpu/drm/i915/i915_gem.c | 2 +- drivers/hid/uhid.c | 13 +++++++++++ drivers/i2c/busses/Kconfig | 2 +- drivers/media/v4l2-core/v4l2-event.c | 43 ++++++++++++++++++++---------------- drivers/misc/atmel-ssc.c | 2 +- drivers/uio/uio.c | 7 ++++-- drivers/usb/class/cdc-acm.c | 3 +++ drivers/usb/core/quirks.c | 8 +++++++ drivers/usb/misc/appledisplay.c | 1 + fs/exofs/super.c | 5 ++++- fs/hfs/brec.c | 4 ++++ fs/hfsplus/brec.c | 4 ++++ fs/reiserfs/xattr.c | 7 ++++++ include/linux/uaccess.h | 3 +++ lib/raid6/test/Makefile | 4 ++-- net/core/dev.c | 4 ++++ net/sunrpc/xdr.c | 2 +- 25 files changed, 107 insertions(+), 49 deletions(-)