Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6DC94C433F5 for ; Mon, 3 Jan 2022 14:24:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232094AbiACOYl (ORCPT ); Mon, 3 Jan 2022 09:24:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231234AbiACOXu (ORCPT ); Mon, 3 Jan 2022 09:23:50 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DB4EAC06139A; Mon, 3 Jan 2022 06:23:49 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 656EDCE1105; Mon, 3 Jan 2022 14:23:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 06F4BC36AEB; Mon, 3 Jan 2022 14:23:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1641219827; bh=5lvHJgxDqjAPvX8upXlLkjEJtnGCmYi+4YTsN2ROSio=; h=From:To:Cc:Subject:Date:From; b=UORTBuVcF9PK6iaSUiKVh3WP7azpbULXuBHRBDgiQIM1XKNftFui45kT6+uCGHFMS QwzoQ/XmIh+HNaxfjNJaR+3K9Ew2nvj63uY+WVZN8POjPVpSNbb+oLz9YV/49mUOGT Yga3wlehFfHBCbpWXLfCt5/WcEmi2FfA/hAssbWU= 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, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, stable@vger.kernel.org Subject: [PATCH 4.14 00/19] 4.14.261-rc1 review Date: Mon, 3 Jan 2022 15:21:17 +0100 Message-Id: <20220103142052.068378906@linuxfoundation.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 User-Agent: quilt/0.66 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v4.x/stable-review/patch-4.14.261-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.261-rc1 X-KernelTest-Deadline: 2022-01-05T14:20+00:00 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is the start of the stable review cycle for the 4.14.261 release. There are 19 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, 05 Jan 2022 14:20:40 +0000. 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/v4.x/stable-review/patch-4.14.261-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.261-rc1 Xin Long sctp: use call_rcu to free endpoint Muchun Song net: fix use-after-free in tw_timer_handler Leo L. Schwab Input: spaceball - fix parsing of movement data packets Pavel Skripkin Input: appletouch - initialize work before device registration Alexey Makhalov scsi: vmw_pvscsi: Set residual data length conditionally Todd Kjos binder: fix async_free_space accounting for empty parcels Vincent Pelletier usb: gadget: f_fs: Clear ffs_eventfd in ffs_data_clear. Mathias Nyman xhci: Fresco FL1100 controller should not have BROKEN_MSI quirk set. Dmitry V. Levin uapi: fix linux/nfc.h userspace compilation errors Krzysztof Kozlowski nfc: uapi: use kernel size_t to fix user-space builds Miaoqian Lin fsl/fman: Fix missing put_device() call in fman_port_probe Wei Yongjun NFC: st21nfca: Fix memory leak in device probe and remove Matthias-Christian Ott net: usb: pegasus: Do not drop long Ethernet frames Dan Carpenter scsi: lpfc: Terminate string in lpfc_debugfs_nvmeio_trc_write() Tom Rix selinux: initialize proto variable in selinux_ip_postroute_compat() Heiko Carstens recordmcount.pl: fix typo in s390 mcount regex Wang Qing platform/x86: apple-gmux: use resource_size() with res Jens Wiklander tee: handle lookup of shm with reference count 0 Hans de Goede HID: asus: Add depends on USB_HID to HID_ASUS Kconfig option ------------- Diffstat: Makefile | 4 +- drivers/android/binder_alloc.c | 2 +- drivers/hid/Kconfig | 1 + drivers/input/joystick/spaceball.c | 11 +- drivers/input/mouse/appletouch.c | 4 +- drivers/net/ethernet/freescale/fman/fman_port.c | 12 +- drivers/net/usb/pegasus.c | 4 +- drivers/nfc/st21nfca/i2c.c | 29 +++-- drivers/platform/x86/apple-gmux.c | 2 +- drivers/scsi/lpfc/lpfc_debugfs.c | 4 +- drivers/scsi/vmw_pvscsi.c | 7 +- drivers/tee/tee_private.h | 4 +- drivers/tee/tee_shm.c | 155 ++++++++++-------------- drivers/usb/gadget/function/f_fs.c | 9 +- drivers/usb/host/xhci-pci.c | 5 +- include/net/sctp/sctp.h | 6 +- include/net/sctp/structs.h | 3 +- include/uapi/linux/nfc.h | 6 +- net/ipv4/af_inet.c | 10 +- net/sctp/endpointola.c | 23 ++-- net/sctp/sctp_diag.c | 12 +- net/sctp/socket.c | 23 ++-- scripts/recordmcount.pl | 2 +- security/selinux/hooks.c | 2 +- 24 files changed, 175 insertions(+), 165 deletions(-)