I'm announcing the release of the 5.10.138 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 ------------ Documentation/atomic_bitops.txt | 2 Documentation/devicetree/bindings/arm/qcom.yaml | 2 Documentation/devicetree/bindings/clock/qcom,gcc-msm8996.yaml | 16 Documentation/devicetree/bindings/regulator/nxp,pca9450-regulator.yaml | 11 Documentation/firmware-guide/acpi/apei/einj.rst | 2 Makefile | 8 arch/csky/kernel/probes/kprobes.c | 4 arch/mips/cavium-octeon/octeon-platform.c | 3 arch/mips/mm/tlbex.c | 4 arch/nios2/include/asm/entry.h | 3 arch/nios2/include/asm/ptrace.h | 2 arch/nios2/kernel/entry.S | 22 arch/nios2/kernel/signal.c | 3 arch/nios2/kernel/syscall_table.c | 1 arch/powerpc/Makefile | 26 arch/powerpc/kernel/pci-common.c | 16 arch/powerpc/kernel/prom.c | 7 arch/powerpc/platforms/Kconfig.cputype | 21 arch/riscv/kernel/sys_riscv.c | 5 arch/riscv/kernel/traps.c | 4 arch/um/os-Linux/skas/process.c | 17 arch/x86/mm/init_64.c | 2 drivers/acpi/pci_mcfg.c | 3 drivers/acpi/property.c | 8 drivers/ata/libata-eh.c | 1 drivers/atm/idt77252.c | 1 drivers/block/zram/zcomp.c | 11 drivers/clk/qcom/clk-alpha-pll.c | 2 drivers/clk/qcom/gcc-ipq8074.c | 1 drivers/clk/ti/clk-44xx.c | 210 +++--- drivers/clk/ti/clk-54xx.c | 160 ++-- drivers/clk/ti/clkctrl.c | 4 drivers/dma/sprd-dma.c | 5 drivers/gpu/drm/meson/meson_drv.c | 5 drivers/gpu/drm/meson/meson_viu.c | 22 drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 10 drivers/i2c/busses/i2c-imx.c | 20 drivers/infiniband/sw/rxe/rxe_param.h | 6 drivers/infiniband/sw/rxe/rxe_task.c | 16 drivers/irqchip/irq-tegra.c | 10 drivers/md/md.c | 1 drivers/md/raid5.c | 2 drivers/misc/cxl/irq.c | 1 drivers/misc/uacce/uacce.c | 133 ++-- drivers/mmc/host/meson-gx-mmc.c | 6 drivers/mmc/host/pxamci.c | 4 drivers/net/can/spi/mcp251x.c | 18 drivers/net/can/usb/ems_usb.c | 2 drivers/net/dsa/microchip/ksz9477.c | 3 drivers/net/dsa/mv88e6060.c | 3 drivers/net/dsa/ocelot/felix_vsc9959.c | 3 drivers/net/dsa/sja1105/sja1105_devlink.c | 2 drivers/net/ethernet/aquantia/atlantic/aq_nic.c | 21 drivers/net/ethernet/broadcom/bgmac.c | 2 drivers/net/ethernet/freescale/dpaa2/dpaa2-eth.c | 4 drivers/net/ethernet/freescale/fec_ptp.c | 6 drivers/net/ethernet/intel/i40e/i40e_main.c | 4 drivers/net/ethernet/intel/iavf/iavf_adminq.c | 15 drivers/net/ethernet/intel/ice/ice_switch.c | 2 drivers/net/ethernet/intel/igb/igb.h | 2 drivers/net/ethernet/intel/igb/igb_main.c | 12 drivers/net/ethernet/moxa/moxart_ether.c | 20 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c | 2 drivers/net/ethernet/stmicro/stmmac/dwmac-intel.c | 1 drivers/net/geneve.c | 15 drivers/net/plip/plip.c | 2 drivers/net/virtio_net.c | 5 drivers/ntb/test/ntb_tool.c | 8 drivers/nvme/target/tcp.c | 3 drivers/pci/pcie/err.c | 3 drivers/pci/quirks.c | 3 drivers/pinctrl/intel/pinctrl-intel.c | 14 drivers/pinctrl/nomadik/pinctrl-nomadik.c | 4 drivers/pinctrl/qcom/pinctrl-msm8916.c | 4 drivers/pinctrl/qcom/pinctrl-sm8250.c | 2 drivers/pinctrl/sunxi/pinctrl-sun50i-h6-r.c | 1 drivers/pinctrl/sunxi/pinctrl-sunxi.c | 7 drivers/platform/chrome/cros_ec_proto.c | 8 drivers/scsi/lpfc/lpfc_debugfs.c | 20 drivers/spi/spi-meson-spicc.c | 129 +++ drivers/tee/tee_core.c | 3 drivers/tee/tee_shm.c | 3 drivers/tty/serial/ucc_uart.c | 2 drivers/usb/cdns3/gadget.c | 2 drivers/usb/dwc2/gadget.c | 3 drivers/usb/gadget/function/uvc_video.c | 2 drivers/usb/gadget/legacy/inode.c | 1 drivers/usb/host/ohci-ppc-of.c | 1 drivers/usb/renesas_usbhs/rza.c | 4 drivers/vfio/vfio.c | 1 drivers/video/fbdev/i740fb.c | 9 drivers/virt/vboxguest/vboxguest_linux.c | 9 drivers/xen/xenbus/xenbus_dev_frontend.c | 4 fs/btrfs/tree-log.c | 4 fs/ceph/caps.c | 27 fs/ceph/mds_client.c | 7 fs/ceph/mds_client.h | 6 fs/cifs/smb2ops.c | 5 fs/ext4/namei.c | 7 fs/ext4/resize.c | 10 fs/f2fs/node.c | 6 fs/f2fs/segment.c | 13 fs/nfs/nfs4idmap.c | 46 - fs/nfs/nfs4proc.c | 20 include/asm-generic/bitops/atomic.h | 6 include/linux/netfilter/nfnetlink.h | 27 include/linux/nmi.h | 2 include/linux/uacce.h | 6 include/sound/control.h | 2 include/sound/core.h | 8 kernel/bpf/arraymap.c | 6 kernel/bpf/cgroup.c | 70 +- kernel/bpf/hashtab.c | 2 kernel/trace/trace_events.c | 1 kernel/trace/trace_probe.c | 5 kernel/watchdog.c | 21 lib/list_debug.c | 12 net/can/j1939/socket.c | 5 net/can/j1939/transport.c | 8 net/core/bpf_sk_storage.c | 12 net/core/devlink.c | 4 net/core/sock_map.c | 20 net/ipv6/ip6_output.c | 3 net/netfilter/ipset/ip_set_core.c | 17 net/netfilter/nf_conntrack_netlink.c | 77 -- net/netfilter/nf_tables_api.c | 325 ++++------ net/netfilter/nf_tables_trace.c | 9 net/netfilter/nfnetlink_acct.c | 11 net/netfilter/nfnetlink_cthelper.c | 11 net/netfilter/nfnetlink_cttimeout.c | 22 net/netfilter/nfnetlink_log.c | 11 net/netfilter/nfnetlink_queue.c | 12 net/netfilter/nft_compat.c | 11 net/netlink/genetlink.c | 6 net/netlink/policy.c | 14 net/qrtr/qrtr.c | 42 - net/rds/ib_recv.c | 1 net/sunrpc/auth.c | 2 net/sunrpc/backchannel_rqst.c | 14 net/vmw_vsock/af_vsock.c | 10 scripts/Makefile.gcc-plugins | 2 scripts/dummy-tools/gcc | 8 scripts/module.lds.S | 2 security/apparmor/apparmorfs.c | 2 security/apparmor/audit.c | 2 security/apparmor/domain.c | 2 security/apparmor/include/lib.h | 5 security/apparmor/include/policy.h | 2 security/apparmor/label.c | 13 security/apparmor/mount.c | 8 security/apparmor/policy_unpack.c | 12 sound/core/control.c | 7 sound/core/info.c | 6 sound/core/misc.c | 94 ++ sound/core/timer.c | 11 sound/pci/hda/patch_realtek.c | 1 sound/soc/codecs/tas2770.c | 98 +-- sound/soc/codecs/tas2770.h | 5 sound/soc/sof/intel/hda.c | 22 sound/usb/card.c | 8 sound/usb/mixer_maps.c | 34 - tools/build/feature/test-libcrypto.c | 15 tools/perf/util/probe-event.c | 6 tools/testing/selftests/ftrace/test.d/kprobe/kprobe_syntax_errors.tc | 1 tools/vm/slabinfo.c | 32 165 files changed, 1539 insertions(+), 1042 deletions(-) Aaron Lu (1): x86/mm: Use proper mask when setting PUD mapping Al Viro (6): nios2: page fault et.al. are *not* restartable syscalls... nios2: don't leave NULLs in sys_call_table[] nios2: traced syscall does need to check the syscall number nios2: fix syscall restart checks nios2: restarts apply only to the first sigframe we build... nios2: add force_successful_syscall_return() Alan Brady (1): i40e: Fix to stop tx_timeout recovery if GLOBR fails Amadeusz Sławiński (1): ALSA: info: Fix llseek return value when using callback Amelie Delaunay (1): usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switch Andrew Donnellan (1): gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file Andy Shevchenko (1): pinctrl: intel: Check against matching data instead of ACPI companion Arun Ramadoss (1): net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry Bard Liao (1): ASoC: SOF: intel: move sof_intel_dsp_desc() forward Bob Pearson (1): RDMA/rxe: Limit the number of calls to each tasklet Celeste Liu (1): riscv: mmap with PROT_WRITE but no PROT_READ is invalid Chao Yu (2): f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page() f2fs: fix to do sanity check on segment type in build_sit_entries() Chen Lin (1): dpaa2-eth: trace the allocated address instead of page struct Chia-Lin Kao (AceLan) (1): net: atlantic: fix aq_vec index out of range error Christoffer Sandberg (1): ALSA: hda/realtek: Add quirk for Clevo NS50PU, NS70PU Christophe JAILLET (6): mmc: pxamci: Fix another error handling path in pxamci_probe() mmc: pxamci: Fix an error handling path in pxamci_probe() mmc: meson-gx: Fix an error handling path in meson_mmc_probe() perf probe: Fix an error handling path in 'parse_perf_probe_command()' stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove() cxl: Fix a memory leak in an error handling path Christophe Leroy (1): powerpc/32: Don't always pass -mcpu=powerpc to the compiler Csókás Bence (1): fec: Fix timer capture timing in `fec_ptp_enable_pps()` Damien Le Moal (1): ata: libata-eh: Add missing command name Dan Aloni (1): sunrpc: fix expiry of auth creds Dan Carpenter (3): NTB: ntb_tool: uninitialized heap data in tool_fn_write() xen/xenbus: fix return type in xenbus_file_read() netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect() Dmitry Baryshkov (1): dt-bindings: clock: qcom,gcc-msm8996: add more GCC clock sources Dongliang Mu (1): netfilter: nf_tables: fix audit memory leak in nf_tables_commit Duoming Zhou (1): atm: idt77252: fix use-after-free bugs caused by tst_timer Fedor Pchelkin (2): can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once() can: j1939: j1939_session_destroy(): fix memory leak of skbs Filipe Manana (1): btrfs: fix lost error handling when looking up extended ref on log replay Florian Westphal (1): plip: avoid rcu debug splat Frank Li (1): usb: cdns3 fix use-after-free at workaround 2 Frieder Schrempf (1): regulator: pca9450: Remove restrictions for regulator-name Greg Kroah-Hartman (1): Linux 5.10.138 Grzegorz Siwik (1): ice: Ignore EEXIST when setting promisc mode Guenter Roeck (1): lib/list_debug.c: Detect uninitialized lists Hector Martin (1): locking/atomic: Make test_and_*_bit() ordered on failure Helge Deller (1): modules: Ensure natural alignment for .altinstructions and __bug_table sections Hou Tao (5): bpf: Acquire map uref in .init_seq_private for array map iterator bpf: Acquire map uref in .init_seq_private for hash map iterator bpf: Acquire map uref in .init_seq_private for sock local storage map iterator bpf: Acquire map uref in .init_seq_private for sock{map,hash} iterator bpf: Check the validity of max_rdwr_access for sock local storage map iterator Huacai Chen (1): PCI/ACPI: Guard ARM64-specific mcfg_quirks Ido Schimmel (1): devlink: Fix use-after-free after a failed reload Jakub Kicinski (1): net: genl: fix error path memory leak in policy dumping James Smart (1): scsi: lpfc: Prevent buffer overflow crashes in debugfs with malformed user input Jason A. Donenfeld (1): um: add "noreboot" command line option for PANIC_TIMEOUT=-1 setups Jean-Philippe Brucker (1): uacce: Handle parent device removal or parent driver module rmmod Jeff Layton (1): ceph: don't leak snap_rwsem in handle_cap_grant Jens Wiklander (1): tee: fix memory leak in tee_shm_register() Jianhua Lu (1): pinctrl: qcom: sm8250: Fix PDC map John Johansen (5): apparmor: fix quiet_denied for file rules apparmor: fix absroot causing audited secids to begin with = apparmor: Fix failed mount permission check error message apparmor: fix setting unconfined mode on a loaded profile apparmor: fix overlapping attachment computation Jozef Martiniak (1): gadgetfs: ep_io - wait until IRQ finishes Keith Busch (1): PCI/ERR: Retain status from error notification Kiselev, Oleg (1): ext4: avoid resizing to a partial cluster size Krzysztof Kozlowski (1): dt-bindings: arm: qcom: fix MSM8916 MTP compatibles Laurent Dufour (1): watchdog: export lockup_detector_reconfigure Liang He (5): drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors() usb: host: ohci-ppc-of: Fix refcount leak bug usb: renesas: Fix refcount leak bug tty: serial: Fix refcount leak bug in ucc_uart.c mips: cavium-octeon: Fix missing of_node_put() in octeon2_usb_clocks_start Liao Chang (1): csky/kprobe: reclaim insn_slot on kprobe unregistration Lin Ma (1): igb: Add lock to avoid data race Logan Gunthorpe (1): md: Notify sysfs sync_completed in md_reap_sync_thread() Luís Henriques (1): ceph: use correct index when encoding client supported features Marc Kleine-Budde (1): can: ems_usb: fix clang's -Wunaligned-access warning Martin Povišer (4): ASoC: tas2770: Set correct FSYNC polarity ASoC: tas2770: Allow mono streams ASoC: tas2770: Drop conflicting set_bias_level power setting ASoC: tas2770: Fix handling of mute/unmute Masahiro Yamada (1): kbuild: fix the modules order between drivers and libs Matthew Wilcox (Oracle) (1): qrtr: Convert qrtr_ports from IDR to XArray Matthias May (3): geneve: do not use RT_TOS for IPv6 flowlabel ipv6: do not use RT_TOS for IPv6 flowlabel geneve: fix TOS inheriting for ipv4 Miaoqian Lin (1): pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map Michael Ellerman (1): powerpc/pci: Fix get_phb_number() locking Michael Grzeschik (1): usb: gadget: uvc: call uvc uvcg_warn on completed status instead of uvcg_info Mikulas Patocka (1): rds: add missing barrier to release_refill Nathan Chancellor (1): MIPS: tlbex: Explicitly compare _PAGE_NO_EXEC against 0 Neil Armstrong (1): spi: meson-spicc: add local pow2 clock ops to preserve rate between messages Nikita Travkin (1): pinctrl: qcom: msm8916: Allow CAMSS GP clocks to be muxed Ondrej Mosnacek (1): kbuild: dummy-tools: avoid tmpdir leak in dummy gcc Pablo Neira Ayuso (5): netfilter: nf_tables: really skip inactive sets when allocating name netfilter: nf_tables: validate NFTA_SET_ELEM_OBJREF based on NFT_SET_OBJECT flag netfilter: nf_tables: check NFT_SET_CONCAT flag if field_count is specified netfilter: nftables: add helper function to set the base sequence number netfilter: add helper function to set up the nfnetlink header and use it Pascal Terjan (1): vboxguest: Do not use devm for irq Pavan Chebbi (1): PCI: Add ACS quirk for Broadcom BCM5750x NICs Peilin Ye (2): vsock: Fix memory leak in vsock_connect() vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout() Przemyslaw Patynowski (1): iavf: Fix adminq error handling Qifu Zhang (1): Documentation: ACPI: EINJ: Fix obsolete example Richard Guy Briggs (1): audit: log nftables configuration change events once per table Robert Marko (1): clk: qcom: ipq8074: dont disable gcc_sleep_clk_src Roberto Sassu (1): tools build: Switch to new openssl API for test-libcrypto Rustam Subkhankulov (1): net: dsa: sja1105: fix buffer overflow in sja1105_setup_devlink_regions() Sagi Grimberg (1): nvmet-tcp: fix lockdep complaint on nvmet_tcp_wq flush during queue teardown Sai Prakash Ranjan (2): irqchip/tegra: Fix overflow implicit truncation warnings drm/meson: Fix overflow implicit truncation warnings Sakari Ailus (1): ACPI: property: Return type of acpi_add_nondev_subnodes() should be bool Samuel Holland (2): pinctrl: sunxi: Add I/O bias setting for H6 R-PIO drm/sun4i: dsi: Prevent underflow when computing packet sizes Sandor Bodo-Merle (1): net: bgmac: Fix a BUG triggered by wrong bytes_compl Schspa Shi (1): vfio: Clear the caps->buf to NULL after free Sebastian Würl (1): can: mcp251x: Fix race condition on receive interrupt Sergei Antonov (2): net: dsa: mv88e6060: prevent crash on an unused port net: moxa: pass pdev instead of ndev to DMA functions Sergey Senozhatsky (1): zram: do not lookup algorithm in backends table Steve French (1): smb3: check xattr value length earlier Steven Rostedt (Google) (3): tracing: Have filter accept "common_cpu" to be consistent selftests/kprobe: Do not test for GRP/ without event failures tracing/probes: Have kprobes and uprobes use $COMM too Tadeusz Struk (1): bpf: Fix KASAN use-after-free Read in compute_effective_progs Takashi Iwai (4): ALSA: usb-audio: More comprehensive mixer map for ASUS ROG Zenith II ALSA: core: Add async signal helpers ALSA: timer: Use deferred fasync helper ALSA: control: Use deferred fasync helper Tom Rix (1): apparmor: fix aa_label_asxprint return check Tony Lindgren (1): clk: ti: Stop using legacy clkctrl names for omap4 and 5 Trond Myklebust (5): NFSv4.1: Don't decrease the value of seq_nr_highest_sent NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctly NFSv4: Fix races in the legacy idmapper upcall NFSv4/pnfs: Fix a use-after-free bug in open SUNRPC: Reinitialise the backchannel request buffers before reuse Tzung-Bi Shih (1): platform/chrome: cros_ec_proto: don't show MKBP version if unsupported Uwe Kleine-König (2): i2c: imx: Make sure to unregister adapter on remove() dmaengine: sprd: Cleanup in .remove() after pm_runtime_get_sync() failed Vladimir Oltean (1): net: dsa: felix: fix ethtool 256-511 and 512-1023 TX packet counters Vladimir Zapolskiy (1): clk: qcom: clk-alpha-pll: fix clk_trion_pll_configure description Wentao_Liang (1): drivers:md:fix a potential use-after-free bug Xianting Tian (1): RISC-V: Add fast call path of crash_kexec() Xin Xiong (1): apparmor: fix reference count leak in aa_pivotroot() Xiu Jianfeng (1): apparmor: Fix memleak in aa_simple_write_to_buffer() Xuan Zhuo (1): virtio_net: fix memory leak inside XPD_TX with mergeable Ye Bin (1): ext4: avoid remove directory when directory is corrupted Yu Xiao (1): nfp: ethtool: fix the display error of `ethtool -m DEVNAME` Yuanzheng Song (1): tools/vm/slabinfo: use alphabetic order when two values are equal Zhang Xianwei (1): NFSv4.1: RECLAIM_COMPLETE must handle EACCES Zheyu Ma (1): video: fbdev: i740fb: Check the argument of i740_calc_vclk() Zhouyi Zhou (1): powerpc/64: Init jump labels before parse_early_param()