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 70A6EC433F5 for ; Mon, 16 May 2022 19:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345490AbiEPTiG (ORCPT ); Mon, 16 May 2022 15:38:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41366 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232405AbiEPTh5 (ORCPT ); Mon, 16 May 2022 15:37:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47ABC3E0DC; Mon, 16 May 2022 12:37:56 -0700 (PDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id B084AB8160E; Mon, 16 May 2022 19:37:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4DF2DC385AA; Mon, 16 May 2022 19:37:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1652729873; bh=vSFsfOGIJlRY/kZML/lb9EWGHYK6r12i+65aoQr0mk0=; h=From:To:Cc:Subject:Date:From; b=b/EMh+hMEDLfLbORJfUZyasYDxX7dLPczfbYOeM1L1WUAWgzQjHzx6W8lAEtmrmj/ u5jiHqdAWOvowMLlE7kbij9yQUMYoSlFkjmbokd5BwCGsl89kDw96GoKxWg1tJ+M7e eEUsQ7Dbe/tsdPfXVQGVlqnefbxZw3g0Bsadz6+k= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, 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, sudipm.mukherjee@gmail.com, slade@sladewatkins.com Subject: [PATCH 4.9 00/19] 4.9.315-rc1 review Date: Mon, 16 May 2022 21:36:13 +0200 Message-Id: <20220516193613.497233635@linuxfoundation.org> X-Mailer: git-send-email 2.36.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.9.315-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.9.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.9.315-rc1 X-KernelTest-Deadline: 2022-05-18T19:36+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.9.315 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, 18 May 2022 19:36:02 +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.9.315-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.9.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.9.315-rc1 Yang Yingliang tty/serial: digicolor: fix possible null-ptr-deref in digicolor_uart_probe() Nicolas Dichtel ping: fix address binding wrt vrf Sven Schwermer USB: serial: option: add Fibocom MA510 modem Sven Schwermer USB: serial: option: add Fibocom L610 modem Ethan Yang USB: serial: qcserial: add support for Sierra Wireless EM7590 Scott Chen USB: serial: pl2303: add device id for HP LM930 Display Sergey Ryazanov usb: cdc-wdm: fix reading stuck on device close Mark Brown ASoC: ops: Validate input values in snd_soc_put_volsw_range() Mark Brown ASoC: max98090: Generate notifications on changes for custom control Mark Brown ASoC: max98090: Reject invalid values in custom control put() Ji-Ze Hong (Peter Hong) hwmon: (f71882fg) Fix negative temperature Taehee Yoo net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe() Alexandra Winter s390/lcs: fix variable dereferenced before check Alexandra Winter s390/ctcm: fix potential memory leak Alexandra Winter s390/ctcm: fix variable dereferenced before check Johannes Berg mac80211_hwsim: call ieee80211_tx_prepare_skb under RCU protection Eric Dumazet netlink: do not reset transport header in netlink_recvmsg() Lokesh Dhoundiyal ipv4: drop dst in multicast routing path Tariq Toukan net: Fix features skip in for_each_netdev_feature() ------------- Diffstat: Makefile | 4 ++-- drivers/hwmon/f71882fg.c | 5 +++-- drivers/net/ethernet/sfc/ef10.c | 5 +++++ drivers/net/wireless/mac80211_hwsim.c | 3 +++ drivers/s390/net/ctcm_mpc.c | 6 +----- drivers/s390/net/ctcm_sysfs.c | 5 +++-- drivers/s390/net/lcs.c | 7 ++++--- drivers/tty/serial/digicolor-usart.c | 2 +- drivers/usb/class/cdc-wdm.c | 1 + drivers/usb/serial/option.c | 4 ++++ drivers/usb/serial/pl2303.c | 1 + drivers/usb/serial/pl2303.h | 1 + drivers/usb/serial/qcserial.c | 2 ++ include/linux/netdev_features.h | 4 ++-- net/ipv4/ping.c | 12 +++++++++++- net/ipv4/route.c | 1 + net/netlink/af_netlink.c | 1 - sound/soc/codecs/max98090.c | 5 ++++- sound/soc/soc-ops.c | 18 +++++++++++++++++- 19 files changed, 66 insertions(+), 21 deletions(-)