I'm announcing the release of the 5.10.169 kernel. All users of the 5.10 kernel series must upgrade. The updated 5.10.y git tree can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.10.y and can be browsed at the normal kernel.org git web browser: https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary thanks, greg k-h ------------ Makefile | 2 arch/s390/boot/compressed/decompressor.c | 2 arch/s390/kernel/signal.c | 2 arch/x86/kvm/x86.c | 3 - drivers/gpu/drm/i915/gt/intel_workarounds.c | 32 +++++------ drivers/mmc/core/sdio_bus.c | 17 +++++- drivers/mmc/core/sdio_cis.c | 12 ---- drivers/mmc/host/jz4740_mmc.c | 10 +++ drivers/mmc/host/mmc_spi.c | 8 +- drivers/net/ethernet/broadcom/bgmac-bcma.c | 6 +- drivers/net/ethernet/broadcom/bnxt/bnxt.c | 8 ++ drivers/net/ethernet/intel/i40e/i40e_main.c | 4 + drivers/net/ethernet/intel/ixgbe/ixgbe.h | 2 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 28 ++++++---- drivers/net/ethernet/stmicro/stmmac/dwmac-qcom-ethqos.c | 2 drivers/net/ethernet/stmicro/stmmac/dwmac5.c | 3 - drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 3 - drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 drivers/net/usb/kalmia.c | 8 +- drivers/nvme/target/fc.c | 4 + drivers/nvmem/core.c | 43 ++++++++-------- drivers/platform/x86/touchscreen_dmi.c | 9 +++ fs/aio.c | 4 + fs/nilfs2/ioctl.c | 7 ++ fs/nilfs2/super.c | 9 +++ fs/nilfs2/the_nilfs.c | 8 ++ fs/overlayfs/file.c | 28 +++++++++- fs/squashfs/xattr_id.c | 2 include/linux/hugetlb.h | 5 + include/linux/nvmem-provider.h | 2 include/linux/stmmac.h | 1 include/net/sock.h | 13 ++++ kernel/sched/psi.c | 7 +- kernel/time/alarmtimer.c | 33 ++++++++++-- mm/memblock.c | 8 -- net/core/dev.c | 2 net/dccp/ipv6.c | 7 -- net/ipv6/datagram.c | 2 net/ipv6/tcp_ipv6.c | 11 +--- net/mpls/af_mpls.c | 4 + net/netfilter/nft_tproxy.c | 8 ++ net/openvswitch/meter.c | 4 + net/rose/af_rose.c | 8 ++ net/sched/act_bpf.c | 2 net/sched/act_connmark.c | 2 net/sched/act_ctinfo.c | 6 +- net/sched/act_gate.c | 2 net/sched/act_ife.c | 2 net/sched/act_ipt.c | 2 net/sched/act_mpls.c | 2 net/sched/act_nat.c | 2 net/sched/act_pedit.c | 2 net/sched/act_police.c | 2 net/sched/act_sample.c | 2 net/sched/act_simple.c | 2 net/sched/act_skbedit.c | 2 net/sched/act_skbmod.c | 2 net/sched/cls_tcindex.c | 34 +++++++++++- net/sched/sch_htb.c | 5 + net/sctp/diag.c | 4 - sound/pci/hda/hda_bind.c | 2 sound/pci/hda/hda_codec.c | 1 sound/pci/hda/patch_conexant.c | 1 sound/pci/hda/patch_realtek.c | 2 sound/soc/codecs/cs42l56.c | 6 -- sound/soc/intel/boards/sof_rt5682.c | 3 + sound/soc/sof/intel/hda-dai.c | 8 +- tools/testing/selftests/bpf/verifier/search_pruning.c | 36 +++++++++++++ tools/virtio/linux/bug.h | 8 +- tools/virtio/linux/build_bug.h | 7 ++ tools/virtio/linux/cpumask.h | 7 ++ tools/virtio/linux/gfp.h | 7 ++ tools/virtio/linux/kernel.h | 1 tools/virtio/linux/kmsan.h | 12 ++++ tools/virtio/linux/scatterlist.h | 1 tools/virtio/linux/topology.h | 7 ++ 76 files changed, 403 insertions(+), 164 deletions(-) Aaron Thompson (1): Revert "mm: Always release pages to the buddy allocator in memblock_free_late()." Amir Goldstein (2): ovl: remove privs in ovl_copyfile() ovl: remove privs in ovl_fallocate() Amit Engel (1): nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association Andrew Morton (1): revert "squashfs: harden sanity check in squashfs_read_xattr_id_table" Andrey Konovalov (1): net: stmmac: do not stop RX_CLK in Rx LPI state for qcs404 SoC Arnd Bergmann (1): ASoC: cs42l56: fix DT probe Baowen Zheng (1): flow_offload: fill flags to action structure Bo Liu (1): ALSA: hda/conexant: add a new hda codec SN6180 Cezary Rojewski (1): ALSA: hda: Do not unset preset when cleaning up codec Cristian Ciocaltea (1): net: stmmac: Restrict warning on disabling DMA store and fwd mode Dan Carpenter (1): net: sched: sch: Fix off by one in htb_activate_prios() Eduard Zingerman (1): selftests/bpf: Verify copy_register_state() preserves parent/live fields Felix Riemann (1): net: Fix unwanted sign extension in netdev_stats_to_stats64() Florian Westphal (1): netfilter: nft_tproxy: restrict to prerouting hook Gaosheng Cui (1): nvmem: core: add error handling for dev_set_name Greg Kroah-Hartman (2): kvm: initialize all of the kvm_debugregs structure before sending it to userspace Linux 5.10.169 Guillaume Nault (2): ipv6: Fix datagram socket connection with DSCP. ipv6: Fix tcp socket connection with DSCP. Hangyu Hua (1): net: openvswitch: fix possible memory leak in ovs_meter_cmd_set() Hans de Goede (1): platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match Hyunwoo Kim (1): net/rose: Fix to not accept on connected socket Jakub Kicinski (1): net: mpls: fix stale pointer if allocation fails during device rename Jason Xing (3): ixgbe: allow to increase MTU to 3K with XDP enabled i40e: add double of VLAN header when computing the max MTU ixgbe: add double of VLAN header when computing the max MTU Johannes Zink (1): net: stmmac: fix order of dwmac5 FlexPPS parametrization sequence Kailang Yang (1): ALSA: hda/realtek - fixed wrong gpio assigned Kees Cook (1): net: sched: sch: Bounds check priority Kuniyuki Iwashima (1): dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions. Matt Roper (1): drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list Michael Chan (1): bnxt_en: Fix mqprio and XDP ring checking logic Mike Kravetz (1): hugetlb: check for undefined shift on 32 bit architectures Miko Larsson (1): net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path Munehisa Kamata (1): sched/psi: Fix use-after-free in ep_remove_wait_queue() Natalia Petrova (1): i40e: Add checking for null for nlmsg_find_attr() Paul Cercueil (1): mmc: jz4740: Work around bug on JZ4760(B) Pedro Tammela (3): net/sched: tcindex: update imperfect hash filters respecting rcu net/sched: act_ctinfo: use percpu stats net/sched: tcindex: search key must be 16 bits Pierre-Louis Bossart (2): ASoC: Intel: sof_rt5682: always set dpcm_capture for amplifiers ASoC: SOF: Intel: hda-dai: fix possible stream_tag leak Pietro Borrello (1): sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list Rafał Miłecki (1): net: bgmac: fix BCM5358 support by setting correct flags Raviteja Goud Talla (1): drm/i915/gen11: Moving WAs to icl_gt_workarounds_init() Russell King (Oracle) (4): nvmem: core: remove nvmem_config wp_gpio nvmem: core: fix cleanup after dev_set_name() nvmem: core: fix registration vs use race nvmem: core: fix return value Ryusuke Konishi (1): nilfs2: fix underflow in second superblock position calculations Seth Jenkins (1): aio: fix mremap after fork null-deref Shunsuke Mie (1): tools/virtio: fix the vringh test for virtio ring changes Sumanth Korikkar (1): s390/signal: fix endless loop in do_signal Thomas Gleixner (1): alarmtimer: Prevent starvation by small intervals and SIG_IGN Vasily Gorbik (1): s390/decompressor: specify __decompress() buf len to avoid overflow Yang Yingliang (2): mmc: sdio: fix possible resource leaks in some error paths mmc: mmc_spi: fix error handling in mmc_spi_probe()