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 81D5FC4332F for ; Mon, 12 Dec 2022 13:21:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232625AbiLLNVE (ORCPT ); Mon, 12 Dec 2022 08:21:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231274AbiLLNUg (ORCPT ); Mon, 12 Dec 2022 08:20:36 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 987943B2; Mon, 12 Dec 2022 05:20:34 -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 ams.source.kernel.org (Postfix) with ESMTPS id 41F1DB80D3B; Mon, 12 Dec 2022 13:20:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4094DC433EF; Mon, 12 Dec 2022 13:20:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670851231; bh=cIuO/YK/sb4kZMZnmwltYrqPmSY3b9FWO4Mq+D1ixJA=; h=From:To:Cc:Subject:Date:From; b=u34wWpBjfdEyyeWLRSaSQCykUfyw/l6DV3khVJlAQr8QxxvsPTfJ0PtS0dFaNd2rp DOzJHnwgMSrbWWqvst7LnaXcw/FW1gAxT/TEiZw6dWCMh27oCbGflJ4ug8dEcF9ds2 EnBqcUtX4njo2G9CIUMGIDwXl7h87KCso/B6KWMM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, linux-kernel@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, srw@sladewatkins.net, rwarsow@gmx.de Subject: [PATCH 5.4 00/67] 5.4.227-rc1 review Date: Mon, 12 Dec 2022 14:16:35 +0100 Message-Id: <20221212130917.599345531@linuxfoundation.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.4.227-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-5.4.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 5.4.227-rc1 X-KernelTest-Deadline: 2022-12-14T13:09+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 5.4.227 release. There are 67 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, 14 Dec 2022 13:08:57 +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/v5.x/stable-review/patch-5.4.227-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-5.4.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 5.4.227-rc1 Frank Jungclaus can: esd_usb: Allow REC and TEC to return to zero Dan Carpenter net: mvneta: Fix an out of bounds check Eric Dumazet ipv6: avoid use-after-free in ip6_fragment() Yang Yingliang net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq() Juergen Gross xen/netback: fix build warning Zhang Changzhong ethernet: aeroflex: fix potential skb leak in greth_init_rings() Ido Schimmel ipv4: Fix incorrect route flushing when table ID 0 is used Ido Schimmel ipv4: Fix incorrect route flushing when source address is deleted YueHaibing tipc: Fix potential OOB in tipc_link_proto_rcv() Liu Jian net: hisilicon: Fix potential use-after-free in hix5hd2_rx() Liu Jian net: hisilicon: Fix potential use-after-free in hisi_femac_rx() Yongqiang Liu net: thunderx: Fix missing destroy_workqueue of nicvf_rx_mode_wq Jisheng Zhang net: stmmac: fix "snps,axi-config" node property parsing Pankaj Raghav nvme initialize core quirks before calling nvme_init_subsystem Kees Cook NFC: nci: Bounds check struct nfc_target arrays Przemyslaw Patynowski i40e: Disallow ip4 and ip6 l4_4_bytes Sylwester Dziedziuch i40e: Fix for VF MAC address 0 Michal Jaron i40e: Fix not setting default xps_cpus after reset Dan Carpenter net: mvneta: Prevent out of bounds read in mvneta_config_rss() Lin Liu xen-netfront: Fix NULL sring after live migration Valentina Goncharenko net: encx24j600: Fix invalid logic in reading of MISTAT register Valentina Goncharenko net: encx24j600: Add parentheses to fix precedence Wei Yongjun mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() Zhengchao Shao selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload Artem Chernyshev net: dsa: ksz: Check return value Chen Zhongjin Bluetooth: Fix not cleanup led when bt_init fails Wang ShaoBo Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn() Kuniyuki Iwashima af_unix: Get user_ns from in_skb in unix_diag_get_exact(). Akihiko Odaki igb: Allocate MSI-X vector when testing Akihiko Odaki e1000e: Fix TX dispatch condition Xiongfeng Wang gpio: amd8111: Fix PCI device reference count leak Qiqi Zhang drm/bridge: ti-sn65dsi86: Fix output polarity setting bug Hauke Mehrtens ca8210: Fix crash by zero initializing data Ziyang Xuan ieee802154: cc2520: Fix error return code in cc2520_hw_init() Baolin Wang mm/hugetlb: fix races when looking up a CONT-PTE/PMD size hugetlb page Oliver Hartkopp can: af_can: fix NULL pointer dereference in can_rcv_filter ZhangPeng HID: core: fix shift-out-of-bounds in hid_report_raw_event Anastasia Belova HID: hid-lg4ff: Add check for empty lbuf Ankit Patel HID: usbhid: Add ALWAYS_POLL quirk for some mice Rob Clark drm/shmem-helper: Remove errant put in error path Thomas Huth KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field John Starks mm/gup: fix gup_pud_range() for dax Tejun Heo memcg: fix possible use-after-free in memcg_write_event_control() Hans Verkuil media: v4l2-dv-timings.c: fix too strict blanking sanity checks Rafał Miłecki Revert "net: dsa: b53: Fix valid setting for MDB entries" Juergen Gross xen/netback: don't call kfree_skb() with interrupts disabled Juergen Gross xen/netback: do some code cleanup Ross Lagerwall xen/netback: Ensure protocol headers don't fall in the non-linear area Jann Horn mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths Jann Horn mm/khugepaged: fix GUP-fast interaction by sending IPI Jann Horn mm/khugepaged: take the right locks for page table retraction Davide Tronchin net: usb: qmi_wwan: add u-blox 0x1342 composition Dominique Martinet 9p/xen: check logical size for buffer size Tetsuo Handa fbcon: Use kzalloc() in fbcon_prepare_logo() Andreas Kemnade regulator: twl6030: fix get status of twl6032 regulators Srinivasa Rao Mandadapu ASoC: soc-pcm: Add NULL check in BE reparenting Filipe Manana btrfs: send: avoid unaligned encoded writes when attempting to clone range Kees Cook ALSA: seq: Fix function prototype mismatch in snd_seq_expand_var_event Konrad Dybcio regulator: slg51000: Wait after asserting CS pin GUO Zihua 9p/fd: Use P9_HDRSZ for header size Johan Jonker ARM: dts: rockchip: disable arm_global_timer on rk3066 and rk3188 Giulio Benetti ARM: 9266/1: mm: fix no-MMU ZERO_PAGE() implementation Tomislav Novak ARM: 9251/1: perf: Fix stacktraces for tracepoint events in THUMB2 kernels Johan Jonker ARM: dts: rockchip: rk3188: fix lcdc1-rgb24 node name Johan Jonker ARM: dts: rockchip: fix ir-receiver node names Sebastian Reichel arm: dts: rockchip: fix node name for hym8563 rtc FUKAUMI Naoki arm64: dts: rockchip: keep I2S1 disabled for GPIO function on ROCK Pi 4 series ------------- Diffstat: Makefile | 4 +- arch/arm/boot/dts/rk3036-evb.dts | 2 +- arch/arm/boot/dts/rk3188-radxarock.dts | 2 +- arch/arm/boot/dts/rk3188.dtsi | 3 +- arch/arm/boot/dts/rk3288-evb-act8846.dts | 2 +- arch/arm/boot/dts/rk3288-firefly.dtsi | 2 +- arch/arm/boot/dts/rk3288-miqi.dts | 2 +- arch/arm/boot/dts/rk3288-rock2-square.dts | 2 +- arch/arm/boot/dts/rk3xxx.dtsi | 7 + arch/arm/include/asm/perf_event.h | 2 +- arch/arm/include/asm/pgtable-nommu.h | 6 - arch/arm/include/asm/pgtable.h | 16 +- arch/arm/mm/nommu.c | 19 + arch/arm64/boot/dts/rockchip/rk3399-rock-pi-4.dts | 1 - arch/s390/kvm/vsie.c | 4 +- drivers/gpio/gpio-amd8111.c | 4 + drivers/gpu/drm/bridge/ti-sn65dsi86.c | 4 +- drivers/gpu/drm/drm_gem_shmem_helper.c | 4 +- drivers/hid/hid-core.c | 3 + drivers/hid/hid-ids.h | 3 + drivers/hid/hid-lg4ff.c | 6 + drivers/hid/hid-quirks.c | 3 + drivers/media/v4l2-core/v4l2-dv-timings.c | 20 +- drivers/net/can/usb/esd_usb2.c | 6 + drivers/net/dsa/b53/b53_common.c | 1 + drivers/net/ethernet/aeroflex/greth.c | 1 + drivers/net/ethernet/cavium/thunder/nicvf_main.c | 4 +- drivers/net/ethernet/hisilicon/hisi_femac.c | 2 +- drivers/net/ethernet/hisilicon/hix5hd2_gmac.c | 2 +- drivers/net/ethernet/intel/e1000e/netdev.c | 4 +- drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 6 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 19 +- drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 2 + drivers/net/ethernet/intel/igb/igb_ethtool.c | 2 + drivers/net/ethernet/marvell/mvneta.c | 2 +- drivers/net/ethernet/microchip/encx24j600-regmap.c | 4 +- .../net/ethernet/stmicro/stmmac/stmmac_platform.c | 8 +- drivers/net/ieee802154/ca8210.c | 2 +- drivers/net/ieee802154/cc2520.c | 2 +- drivers/net/plip/plip.c | 4 +- drivers/net/usb/qmi_wwan.c | 1 + drivers/net/xen-netback/common.h | 14 +- drivers/net/xen-netback/interface.c | 22 +- drivers/net/xen-netback/netback.c | 229 +-- drivers/net/xen-netback/rx.c | 10 +- drivers/net/xen-netfront.c | 6 + drivers/nvme/host/core.c | 8 +- drivers/regulator/slg51000-regulator.c | 2 + drivers/regulator/twl6030-regulator.c | 15 +- drivers/video/fbdev/core/fbcon.c | 2 +- fs/btrfs/send.c | 24 +- include/asm-generic/tlb.h | 4 + include/linux/cgroup.h | 1 + include/linux/hugetlb.h | 6 +- kernel/cgroup/cgroup-internal.h | 1 - mm/gup.c | 15 +- mm/hugetlb.c | 28 +- mm/khugepaged.c | 47 +- mm/memcontrol.c | 15 +- mm/mmu_gather.c | 5 + net/9p/trans_fd.c | 6 +- net/9p/trans_xen.c | 9 + net/bluetooth/6lowpan.c | 1 + net/bluetooth/af_bluetooth.c | 4 +- net/can/af_can.c | 4 +- net/dsa/tag_ksz.c | 3 +- net/ipv4/fib_frontend.c | 3 + net/ipv4/fib_semantics.c | 1 + net/ipv6/ip6_output.c | 5 + net/mac802154/iface.c | 1 + net/nfc/nci/ntf.c | 6 + net/tipc/link.c | 4 +- net/unix/diag.c | 20 +- sound/core/seq/seq_memory.c | 11 +- sound/soc/soc-pcm.c | 2 + tools/testing/selftests/net/fib_tests.sh | 1727 -------------------- tools/testing/selftests/net/rtnetlink.sh | 2 +- 77 files changed, 476 insertions(+), 1980 deletions(-)