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 X-Spam-Level: X-Spam-Status: No, score=-18.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B66C4C43460 for ; Mon, 5 Apr 2021 09:02:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9418561393 for ; Mon, 5 Apr 2021 09:02:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237529AbhDEJDC (ORCPT ); Mon, 5 Apr 2021 05:03:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:43410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237281AbhDEJBa (ORCPT ); Mon, 5 Apr 2021 05:01:30 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id DA1F66139E; Mon, 5 Apr 2021 09:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1617613270; bh=Ayp8AjQ8ws4bSRx1CiWKx0tJ2x14pOoJHI8Jex8GaxI=; h=From:To:Cc:Subject:Date:From; b=KY2qafL87AwCLHETuLtRLrFXnKDpnptyK4RoNK54Akz8FBk9m6zvZF6b1NQmae/Xu o5Ak52WRE1TUYiHwngV6/XkCsBgIIB1and3qAzfla5sbfyaQtzCZLWK75qthZyy/I9 fEH3EKGY5ACzZ2gcGz/+FZSl/4fEKY07OeS+bZf4= 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.19 00/56] 4.19.185-rc1 review Date: Mon, 5 Apr 2021 10:53:31 +0200 Message-Id: <20210405085022.562176619@linuxfoundation.org> X-Mailer: git-send-email 2.31.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.19.185-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-4.19.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 4.19.185-rc1 X-KernelTest-Deadline: 2021-04-07T08:50+00:00 Content-Type: text/plain; charset=UTF-8 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.19.185 release. There are 56 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, 07 Apr 2021 08:50:09 +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.19.185-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.19.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 4.19.185-rc1 Du Cheng drivers: video: fbcon: fix NULL dereference in fbcon_cursor() Atul Gopinathan staging: rtl8192e: Change state information from u16 to u8 Atul Gopinathan staging: rtl8192e: Fix incorrect source in memcpy() Artur Petrosyan usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. Tong Zhang usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference Johan Hovold USB: cdc-acm: fix use-after-free after probe failure Johan Hovold USB: cdc-acm: fix double free on probe failure Oliver Neukum USB: cdc-acm: downgrade message to debug Oliver Neukum USB: cdc-acm: untangle a circular dependency between callback and softint Oliver Neukum cdc-acm: fix BREAK rx code path adding necessary calls Chunfeng Yun usb: xhci-mtk: fix broken streams issue on 0.96 xHCI Tony Lindgren usb: musb: Fix suspend with devices connected for a64 Vincent Palatin USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem Shuah Khan usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() Zheyu Ma firewire: nosy: Fix a use-after-free bug in nosy_ioctl() Dinghao Liu extcon: Fix error handling in extcon_dev_register Krzysztof Kozlowski extcon: Add stubs for extcon_register_notifier_all() functions Wang Panzhenzhuan pinctrl: rockchip: fix restore error in resume Tetsuo Handa reiserfs: update reiserfs_xattrs_initialized() condition Xℹ Ruoyao drm/amdgpu: check alignment on CPU page for bo map Nirmoy Das drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() Ilya Lipnitskiy mm: fix race by making init_zero_pfn() early_initcall Steven Rostedt (VMware) tracing: Fix stack trace event size Adrian Hunter PM: runtime: Fix ordering in pm_runtime_get_suppliers() Adrian Hunter PM: runtime: Fix race getting/putting suppliers at probe Hui Wang ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook Hui Wang ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO Ikjoon Jang ALSA: usb-audio: Apply sample rate quirk to Logitech Connect Jesper Dangaard Brouer bpf: Remove MTU check in __bpf_skb_max_len Tong Zhang net: wan/lmc: unregister device when no matching device is found Doug Brown appletalk: Fix skb allocation size in loopback case Nathan Rossi net: ethernet: aquantia: Handle error cleanup of start on open Shuah Khan ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() Luca Pesce brcmfmac: clear EAP/association status bits on linkdown events zhangyi (F) ext4: do not iput inode under running transaction in ext4_rename() Waiman Long locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling Manaf Meethalavalappu Pallikunhi thermal/core: Add NULL pointer check before using cooling device stats Sameer Pujar ASoC: rt5659: Update MCLK rate in set_sysclk() Tong Zhang staging: comedi: cb_pcidas64: fix request_irq() warn Tong Zhang staging: comedi: cb_pcidas: fix request_irq() warn Alexey Dobriyan scsi: qla2xxx: Fix broken #endif placement Lv Yunlong scsi: st: Fix a use after free in st_open() Laurent Vivier vhost: Fix vhost_vq_reset() Lucas Tanure ASoC: cs42l42: Always wait at least 3ms after reset Lucas Tanure ASoC: cs42l42: Fix mixer volume control Lucas Tanure ASoC: cs42l42: Fix channel width support Lucas Tanure ASoC: cs42l42: Fix Bitclock polarity inversion Hans de Goede ASoC: es8316: Simplify adc_pga_gain_tlv table Benjamin Rood ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe Hans de Goede ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 Hans de Goede ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 J. Bruce Fields rpc: fix NULL dereference on kmalloc failure Zhaolong Zhang ext4: fix bh ref count on error paths Jakub Kicinski ipv6: weaken the v4mapped source check Alexander Ovechkin tcp: relookup sock for RST+ACK packets handled by obsolete req sock David Brazdil selinux: vsock: Set SID for socket returned by accept() ------------- Diffstat: Makefile | 4 +- drivers/base/power/runtime.c | 10 ++- drivers/extcon/extcon.c | 1 + drivers/firewire/nosy.c | 9 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 10 +-- drivers/net/ethernet/aquantia/atlantic/aq_main.c | 4 +- drivers/net/wan/lmc/lmc_main.c | 2 + drivers/net/wireless/ath/ath10k/wmi-tlv.c | 7 +- .../broadcom/brcm80211/brcmfmac/cfg80211.c | 7 +- drivers/pinctrl/pinctrl-rockchip.c | 13 ++-- drivers/scsi/qla2xxx/qla_target.h | 2 +- drivers/scsi/st.c | 2 +- drivers/staging/comedi/drivers/cb_pcidas.c | 2 +- drivers/staging/comedi/drivers/cb_pcidas64.c | 2 +- drivers/staging/rtl8192e/rtllib.h | 2 +- drivers/staging/rtl8192e/rtllib_rx.c | 2 +- drivers/thermal/thermal_sysfs.c | 3 + drivers/usb/class/cdc-acm.c | 61 ++++++++++++------ drivers/usb/core/quirks.c | 4 ++ drivers/usb/dwc2/hcd.c | 2 +- drivers/usb/gadget/udc/amd5536udc_pci.c | 10 +-- drivers/usb/host/xhci-mtk.c | 10 ++- drivers/usb/musb/musb_core.c | 12 ++-- drivers/usb/usbip/vhci_hcd.c | 2 + drivers/vhost/vhost.c | 2 +- drivers/video/fbdev/core/fbcon.c | 3 + fs/ext4/inode.c | 6 +- fs/ext4/namei.c | 18 +++--- fs/reiserfs/xattr.h | 2 +- include/linux/extcon.h | 23 +++++++ include/net/inet_connection_sock.h | 2 +- kernel/locking/mutex.c | 25 ++++---- kernel/trace/trace.c | 3 +- mm/memory.c | 2 +- net/appletalk/ddp.c | 33 ++++++---- net/core/filter.c | 12 ++-- net/dccp/ipv6.c | 5 ++ net/ipv4/inet_connection_sock.c | 7 +- net/ipv4/tcp_minisocks.c | 7 +- net/ipv6/ip6_input.c | 10 --- net/ipv6/tcp_ipv6.c | 5 ++ net/sunrpc/auth_gss/svcauth_gss.c | 11 ++-- net/vmw_vsock/af_vsock.c | 1 + sound/pci/hda/patch_realtek.c | 3 +- sound/soc/codecs/cs42l42.c | 74 ++++++++++------------ sound/soc/codecs/cs42l42.h | 13 ++-- sound/soc/codecs/es8316.c | 9 +-- sound/soc/codecs/rt5640.c | 4 +- sound/soc/codecs/rt5651.c | 4 +- sound/soc/codecs/rt5659.c | 5 ++ sound/soc/codecs/sgtl5000.c | 2 +- sound/usb/quirks.c | 1 + 52 files changed, 293 insertions(+), 182 deletions(-)