From mboxrd@z Thu Jan 1 00:00:00 1970 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 A6F55C433EF for ; Mon, 3 Jan 2022 14:21:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233265AbiACOVc (ORCPT ); Mon, 3 Jan 2022 09:21:32 -0500 Received: from dfw.source.kernel.org ([139.178.84.217]:52686 "EHLO dfw.source.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229928AbiACOVa (ORCPT ); Mon, 3 Jan 2022 09:21:30 -0500 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 dfw.source.kernel.org (Postfix) with ESMTPS id E498360FD8; Mon, 3 Jan 2022 14:21:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72C0CC36AED; Mon, 3 Jan 2022 14:21:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1641219689; bh=hToAuo0RlVn6DRdHvQ70+srfMy6HI7laNHtkdJyxLyo=; h=From:To:Cc:Subject:Date:From; b=eOSQxyZ56qZNQVM14EPgu5h+ICv5a09fWPIEuXU4gEKH/QTimMIhOJ16sL3kZhuLz nempdrURDmXwqOAh2w4oC8nc6FdRkEkytg9QZhS7u5InjbityY1sMSwmrWwW9kf++h uQ1D568EwveqQiYICwo8aKiOGiMS38kDH07BnzSI= 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.4 00/11] 4.4.298-rc1 review Date: Mon, 3 Jan 2022 15:21:11 +0100 Message-Id: <20220103142050.763904028@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.4.298-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.4.298-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.4.298 release. There are 11 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.4.298-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.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.4.298-rc1 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 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 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 ------------- Diffstat: Makefile | 4 ++-- drivers/input/joystick/spaceball.c | 11 +++++++++-- drivers/input/mouse/appletouch.c | 4 ++-- drivers/platform/x86/apple-gmux.c | 2 +- drivers/scsi/vmw_pvscsi.c | 7 +++++-- drivers/usb/gadget/function/f_fs.c | 9 ++++++--- drivers/usb/host/xhci-pci.c | 5 ++++- include/uapi/linux/nfc.h | 6 +++--- net/ipv4/af_inet.c | 10 ++++------ scripts/recordmcount.pl | 2 +- security/selinux/hooks.c | 2 +- 11 files changed, 38 insertions(+), 24 deletions(-)