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 60A8FC43334 for ; Tue, 19 Jul 2022 12:03:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238117AbiGSMDv (ORCPT ); Tue, 19 Jul 2022 08:03:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39538 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237904AbiGSMDN (ORCPT ); Tue, 19 Jul 2022 08:03:13 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E8969474D7; Tue, 19 Jul 2022 04:59:29 -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 75E45B81A2E; Tue, 19 Jul 2022 11:59:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9BDBCC341CB; Tue, 19 Jul 2022 11:59:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658231967; bh=ZVF6GWvkpBt/H5Yb900mjioWDzJvxfh+YRGj05CbeRU=; h=From:To:Cc:Subject:Date:From; b=awHW1IhZgC1k7JYMPO0zhQ6DNm0DKdjU4Ms1amQJKQyykmjuPsp2HT4pDbPE4WszM mDfKCDblKdPhfyggDXWEya2GsfokI3fZBMQ+IlIbqAUXgadc4NirhUuZrr4AaYaM0r MCxxANKmzBQpLlcW96vIykwuO+jGUmwK88ZeyBic= 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.19 00/48] 4.19.253-rc1 review Date: Tue, 19 Jul 2022 13:53:37 +0200 Message-Id: <20220719114518.915546280@linuxfoundation.org> X-Mailer: git-send-email 2.37.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.253-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.253-rc1 X-KernelTest-Deadline: 2022-07-21T11:45+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.253 release. There are 48 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 Thu, 21 Jul 2022 11:43: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.19.253-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.253-rc1 Marc Kleine-Budde can: m_can: m_can_tx_handler(): fix use after free of skb Ilpo Järvinen serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle Ilpo Järvinen serial: stm32: Clear prev values before setting RTS delays Yi Yang serial: 8250: fix return error code in serial8250_request_std_resource() Chanho Park tty: serial: samsung_tty: set dma burst_size to 1 Thinh Nguyen usb: dwc3: gadget: Fix event pending check Linyu Yuan usb: typec: add missing uevent when partner support PD Lucien Buchmann USB: serial: ftdi_sio: add Belimo device ids Linus Torvalds signal handling: don't use BUG_ON() for debugging Gabriel Fernandez ARM: dts: stm32: use the correct clock source for CEC on stm32mp151 Juergen Gross x86: Clear .brk area at early boot Stafford Horne irqchip: or1k-pic: Undefine mask_ack for level triggered hardware Charles Keepax ASoC: wm5110: Fix DRE control Mark Brown ASoC: ops: Fix off by one in range control validation Jianglei Nie net: sfp: fix memory leak in sfp_probe() Michael Walle NFC: nxp-nci: don't print header length mismatch on i2c error Hangyu Hua net: tipc: fix possible refcount leak in tipc_sk_create() Kai-Heng Feng platform/x86: hp-wmi: Ignore Sanitization Mode event Liang He cpufreq: pmac32-cpufreq: Fix refcount leak bug Florian Westphal netfilter: br_netfilter: do not skip all hooks with 0 priority Stephan Gerhold virtio_mmio: Restore guest page size on resume Stephan Gerhold virtio_mmio: Add missing PM calls to freeze/restore Íñigo Huguet sfc: fix kernel panic when creating VF Andrea Mayer seg6: bpf: fix skb checksum in bpf_push_seg6_encap() Andrea Mayer seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors Andrea Mayer seg6: fix skb checksum evaluation in SRH encapsulation/insertion Íñigo Huguet sfc: fix use after free when disabling sriov Kuniyuki Iwashima ipv4: Fix data-races around sysctl_ip_dynaddr. Kuniyuki Iwashima icmp: Fix a data-race around sysctl_icmp_ratemask. Kuniyuki Iwashima icmp: Fix a data-race around sysctl_icmp_ratelimit. Michal Suchanek ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero Kuniyuki Iwashima icmp: Fix data-races around sysctl. Kuniyuki Iwashima cipso: Fix data-races around sysctl. Kuniyuki Iwashima net: Fix data-races around sysctl_mem. Kuniyuki Iwashima inetpeer: Fix data-races around sysctl. Francesco Dolcini ASoC: sgtl5000: Fix noise on shutdown/remove Ard Biesheuvel ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle Kris Bahnsen ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count Ryusuke Konishi nilfs2: fix incorrect masking of permission flags for symlinks Tejun Heo cgroup: Use separate src/dst nodes when preloading css_sets for migration Ard Biesheuvel ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction Dmitry Osipenko ARM: 9213/1: Print message about disabled Spectre workarounds only once Steven Rostedt (Google) net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer Zheng Yejian tracing/histograms: Fix memory leak problem Juergen Gross xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue Meng Tang ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221 Meng Tang ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model Meng Tang ALSA: hda - Add fixup for Dell Latitidue E5430 ------------- Diffstat: Documentation/networking/ip-sysctl.txt | 4 +-- Makefile | 4 +-- arch/arm/boot/dts/imx6qdl-ts7970.dtsi | 2 +- arch/arm/boot/dts/stm32mp157c.dtsi | 2 +- arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 2 +- arch/arm/include/asm/ptrace.h | 26 ++++++++++++++++ arch/arm/mm/alignment.c | 3 ++ arch/arm/mm/proc-v7-bugs.c | 9 +++--- arch/arm/probes/decode.h | 26 +--------------- arch/x86/kernel/head64.c | 2 ++ drivers/cpufreq/pmac32-cpufreq.c | 4 +++ drivers/irqchip/irq-or1k-pic.c | 1 - drivers/net/can/m_can/m_can.c | 5 +-- drivers/net/ethernet/sfc/ef10.c | 3 ++ drivers/net/ethernet/sfc/ef10_sriov.c | 10 ++++-- drivers/net/phy/sfp.c | 2 +- drivers/net/xen-netback/rx.c | 1 + drivers/nfc/nxp-nci/i2c.c | 8 +++-- drivers/platform/x86/hp-wmi.c | 3 ++ drivers/tty/serial/8250/8250_port.c | 4 ++- drivers/tty/serial/amba-pl011.c | 23 ++++++++++++-- drivers/tty/serial/samsung.c | 5 ++- drivers/tty/serial/stm32-usart.c | 2 ++ drivers/usb/dwc3/gadget.c | 4 ++- drivers/usb/serial/ftdi_sio.c | 3 ++ drivers/usb/serial/ftdi_sio_ids.h | 6 ++++ drivers/usb/typec/class.c | 1 + drivers/virtio/virtio_mmio.c | 26 ++++++++++++++++ fs/nilfs2/nilfs.h | 3 ++ include/linux/cgroup-defs.h | 3 +- include/net/sock.h | 2 +- include/trace/events/sock.h | 6 ++-- kernel/cgroup/cgroup.c | 37 ++++++++++++++--------- kernel/signal.c | 8 ++--- kernel/trace/trace_events_hist.c | 2 ++ net/bridge/br_netfilter_hooks.c | 21 +++++++++++-- net/core/filter.c | 1 - net/ipv4/af_inet.c | 4 +-- net/ipv4/cipso_ipv4.c | 12 +++++--- net/ipv4/icmp.c | 10 +++--- net/ipv4/inetpeer.c | 12 +++++--- net/ipv6/seg6_iptunnel.c | 5 ++- net/ipv6/seg6_local.c | 2 -- net/tipc/socket.c | 1 + sound/pci/hda/patch_conexant.c | 1 + sound/pci/hda/patch_realtek.c | 13 ++++++++ sound/soc/codecs/sgtl5000.c | 9 ++++++ sound/soc/codecs/sgtl5000.h | 1 + sound/soc/codecs/wm5110.c | 8 +++-- sound/soc/soc-ops.c | 4 +-- 50 files changed, 255 insertions(+), 101 deletions(-)