Documentation/admin-guide/sysctl/kernel.rst | 12 + Documentation/atomic_bitops.txt | 2 +- Documentation/devicetree/bindings/arm/qcom.yaml | 18 +- .../bindings/clock/qcom,gcc-msm8996.yaml | 16 + .../bindings/display/allwinner,sun4i-a10-tcon.yaml | 4 + .../devicetree/bindings/gpio/gpio-zynq.yaml | 6 +- .../devicetree/bindings/input/azoteq,iqs7222.yaml | 28 +- .../devicetree/bindings/opp/opp-v2-kryo-cpu.yaml | 15 + .../devicetree/bindings/pci/qcom,pcie.yaml | 2 +- .../bindings/pinctrl/pinctrl-mt8186.yaml | 29 +- .../bindings/pinctrl/pinctrl-mt8192.yaml | 58 +-- .../bindings/pinctrl/pinctrl-mt8195.yaml | 37 +- .../bindings/regulator/nxp,pca9450-regulator.yaml | 11 - .../bindings/spi/qcom,spi-geni-qcom.yaml | 5 +- .../devicetree/bindings/spi/spi-cadence.yaml | 7 + .../devicetree/bindings/spi/spi-zynqmp-qspi.yaml | 7 + .../devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 1 + Documentation/firmware-guide/acpi/apei/einj.rst | 2 +- Makefile | 10 +- arch/arm64/include/asm/kvm_host.h | 4 + arch/arm64/kvm/arm.c | 3 +- arch/arm64/kvm/guest.c | 2 +- arch/arm64/kvm/sys_regs.c | 4 +- arch/csky/kernel/probes/kprobes.c | 4 + arch/m68k/coldfire/device.c | 6 +- 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/openrisc/include/asm/io.h | 2 +- arch/openrisc/mm/ioremap.c | 2 +- arch/powerpc/Makefile | 26 +- arch/powerpc/include/asm/nmi.h | 2 + arch/powerpc/kernel/head_book3s_32.S | 4 +- arch/powerpc/kernel/pci-common.c | 16 +- arch/powerpc/kernel/prom.c | 7 + arch/powerpc/kernel/watchdog.c | 21 +- arch/powerpc/kvm/book3s_hv_p9_entry.c | 13 +- arch/powerpc/mm/book3s32/mmu.c | 10 +- arch/powerpc/platforms/Kconfig.cputype | 21 +- arch/powerpc/platforms/powernv/pci-ioda.c | 2 + arch/powerpc/platforms/pseries/mobility.c | 43 ++ arch/riscv/boot/dts/canaan/k210.dtsi | 12 + arch/riscv/boot/dts/sifive/fu740-c000.dtsi | 24 + arch/riscv/kernel/sys_riscv.c | 5 +- arch/riscv/kernel/traps.c | 4 + arch/um/os-Linux/skas/process.c | 17 +- arch/x86/include/asm/ibt.h | 11 + arch/x86/kernel/kprobes/core.c | 2 +- arch/x86/kvm/emulate.c | 3 +- arch/x86/mm/init_64.c | 2 +- block/blk-mq.c | 2 +- drivers/acpi/pci_mcfg.c | 3 + drivers/acpi/pptt.c | 102 ++--- drivers/acpi/property.c | 8 +- drivers/ata/libata-eh.c | 1 + drivers/atm/idt77252.c | 1 + drivers/block/virtio_blk.c | 24 +- drivers/block/zram/zcomp.c | 11 +- drivers/clk/imx/clk-imx93.c | 2 +- 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/dw-axi-dmac/dw-axi-dmac-platform.c | 11 + drivers/dma/sprd-dma.c | 5 +- drivers/dma/tegra186-gpc-dma.c | 26 +- drivers/gpu/drm/amd/amdgpu/aldebaran.c | 45 +- drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 8 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 + drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | 3 +- drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/dce_v11_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/dce_v6_0.c | 3 +- drivers/gpu/drm/amd/amdgpu/dce_v8_0.c | 7 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 7 +- .../drm/amd/display/dc/dcn303/dcn303_resource.c | 2 +- drivers/gpu/drm/bridge/lvds-codec.c | 2 +- drivers/gpu/drm/i915/gem/i915_gem_object.c | 16 +- drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 3 +- drivers/gpu/drm/i915/gem/i915_gem_pages.c | 25 +- drivers/gpu/drm/i915/gt/intel_gt.c | 77 +++- drivers/gpu/drm/i915/gt/intel_gt.h | 12 +- drivers/gpu/drm/i915/gt/intel_gt_pm.h | 3 + drivers/gpu/drm/i915/gt/intel_gt_types.h | 18 +- drivers/gpu/drm/i915/gt/intel_migrate.c | 23 +- drivers/gpu/drm/i915/gt/intel_ppgtt.c | 8 +- drivers/gpu/drm/i915/i915_drv.h | 4 +- drivers/gpu/drm/i915/i915_vma.c | 33 +- drivers/gpu/drm/i915/i915_vma.h | 1 + drivers/gpu/drm/i915/i915_vma_resource.c | 5 +- drivers/gpu/drm/i915/i915_vma_resource.h | 6 +- drivers/gpu/drm/imx/dcss/dcss-kms.c | 2 - drivers/gpu/drm/meson/meson_drv.c | 5 +- drivers/gpu/drm/meson/meson_viu.c | 22 +- drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 22 + drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 10 +- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- drivers/hid/hid-multitouch.c | 13 +- drivers/hwtracing/coresight/coresight-etm4x.h | 3 +- drivers/i2c/busses/i2c-imx.c | 20 +- drivers/i2c/busses/i2c-qcom-geni.c | 5 +- drivers/infiniband/core/umem_dmabuf.c | 8 +- drivers/infiniband/hw/cxgb4/cm.c | 25 +- drivers/infiniband/hw/mlx5/main.c | 34 +- drivers/infiniband/sw/rxe/rxe_loc.h | 1 - drivers/infiniband/sw/rxe/rxe_mr.c | 199 +++------ drivers/infiniband/sw/rxe/rxe_mw.c | 6 +- drivers/infiniband/sw/rxe/rxe_param.h | 6 + drivers/infiniband/sw/rxe/rxe_task.c | 16 +- drivers/infiniband/sw/rxe/rxe_verbs.c | 39 +- drivers/infiniband/sw/rxe/rxe_verbs.h | 21 +- drivers/infiniband/ulp/iser/iser_initiator.c | 7 +- drivers/input/keyboard/mt6779-keypad.c | 8 +- drivers/input/misc/iqs7222.c | 178 +++++--- drivers/input/touchscreen/exc3000.c | 7 +- drivers/iommu/io-pgtable-arm-v7s.c | 75 +++- drivers/irqchip/irq-tegra.c | 10 +- drivers/md/md.c | 1 + drivers/md/raid5.c | 4 +- drivers/media/platform/qcom/venus/pm_helpers.c | 10 +- drivers/misc/cxl/irq.c | 1 + drivers/misc/habanalabs/common/sysfs.c | 2 + drivers/misc/habanalabs/gaudi/gaudi.c | 50 ++- drivers/misc/habanalabs/goya/goya_hwmgr.c | 2 + drivers/misc/uacce/uacce.c | 133 ++++-- drivers/mmc/host/meson-gx-mmc.c | 6 +- drivers/mmc/host/pxamci.c | 4 +- drivers/mmc/host/renesas_sdhi.h | 1 + drivers/mmc/host/renesas_sdhi_core.c | 34 +- drivers/mmc/host/renesas_sdhi_internal_dmac.c | 6 + drivers/mmc/host/tmio_mmc.c | 2 +- drivers/mmc/host/tmio_mmc.h | 6 +- drivers/mmc/host/tmio_mmc_core.c | 28 +- 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.c | 3 + drivers/net/dsa/ocelot/felix_vsc9959.c | 491 ++++++++++++++++----- drivers/net/dsa/ocelot/seville_vsc9953.c | 484 +++++++++++++++----- 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/broadcom/genet/bcmmii.c | 3 + drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 2 +- drivers/net/ethernet/engleder/tsnep_main.c | 8 +- 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/i40e/i40e_txrx.c | 8 +- drivers/net/ethernet/intel/iavf/iavf_adminq.c | 15 +- drivers/net/ethernet/intel/iavf/iavf_main.c | 22 +- drivers/net/ethernet/intel/ice/ice_fltr.c | 8 +- drivers/net/ethernet/intel/ice/ice_lib.c | 8 +- drivers/net/ethernet/intel/ice/ice_main.c | 12 +- drivers/net/ethernet/intel/ice/ice_switch.c | 9 +- drivers/net/ethernet/intel/ice/ice_vf_lib.c | 15 +- drivers/net/ethernet/intel/ice/ice_virtchnl.c | 57 ++- drivers/net/ethernet/intel/igb/igb.h | 2 + drivers/net/ethernet/intel/igb/igb_main.c | 12 +- drivers/net/ethernet/marvell/octeontx2/af/rvu.c | 6 + .../net/ethernet/marvell/octeontx2/af/rvu_npc.c | 15 +- .../net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c | 3 +- .../ethernet/marvell/octeontx2/nic/otx2_common.c | 19 +- .../ethernet/marvell/octeontx2/nic/otx2_common.h | 1 + .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c | 4 +- drivers/net/ethernet/mellanox/mlxsw/spectrum.c | 2 +- drivers/net/ethernet/moxa/moxart_ether.c | 20 +- drivers/net/ethernet/mscc/ocelot.c | 51 ++- drivers/net/ethernet/mscc/ocelot_net.c | 55 +-- drivers/net/ethernet/mscc/ocelot_vsc7514.c | 468 ++++++++++++++++---- drivers/net/ethernet/mscc/vsc7514_regs.c | 26 +- .../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/phy/phy-c45.c | 34 +- drivers/net/phy/phy_device.c | 6 + drivers/net/plip/plip.c | 2 +- drivers/net/tap.c | 20 +- drivers/net/virtio_net.c | 9 +- drivers/net/vxlan/vxlan_core.c | 2 +- drivers/ntb/test/ntb_tool.c | 8 +- drivers/nvme/host/fc.c | 3 +- drivers/nvme/target/tcp.c | 3 +- drivers/of/overlay.c | 11 +- drivers/pci/controller/pci-aardvark.c | 33 +- drivers/pci/quirks.c | 3 + drivers/phy/samsung/phy-exynos-pcie.c | 25 +- drivers/pinctrl/intel/pinctrl-intel.c | 14 +- drivers/pinctrl/nomadik/pinctrl-nomadik.c | 4 +- drivers/pinctrl/pinctrl-amd.c | 11 +- drivers/pinctrl/qcom/pinctrl-msm8916.c | 4 +- drivers/pinctrl/qcom/pinctrl-sm8250.c | 2 +- drivers/pinctrl/renesas/pinctrl-rzg2l.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/rtc/rtc-spear.c | 2 +- drivers/s390/crypto/ap_bus.c | 3 + drivers/s390/crypto/ap_bus.h | 4 + drivers/scsi/lpfc/lpfc_debugfs.c | 20 +- drivers/scsi/lpfc/lpfc_sli.c | 4 +- drivers/scsi/scsi_transport_iscsi.c | 2 - drivers/spi/spi-meson-spicc.c | 129 ++++-- drivers/staging/r8188eu/core/rtw_cmd.c | 15 +- drivers/staging/r8188eu/core/rtw_efuse.c | 33 +- drivers/staging/r8188eu/core/rtw_fw.c | 72 ++- drivers/staging/r8188eu/core/rtw_led.c | 16 +- drivers/staging/r8188eu/core/rtw_mlme_ext.c | 62 ++- drivers/staging/r8188eu/core/rtw_pwrctrl.c | 9 +- drivers/staging/r8188eu/core/rtw_wlan_util.c | 20 +- drivers/staging/r8188eu/hal/Hal8188ERateAdaptive.c | 21 +- drivers/staging/r8188eu/hal/HalPhyRf_8188e.c | 21 +- drivers/staging/r8188eu/hal/HalPwrSeqCmd.c | 9 +- drivers/staging/r8188eu/hal/hal_com.c | 27 +- drivers/staging/r8188eu/hal/rtl8188e_cmd.c | 37 +- drivers/staging/r8188eu/hal/rtl8188e_dm.c | 6 +- drivers/staging/r8188eu/hal/rtl8188e_hal_init.c | 136 ++++-- drivers/staging/r8188eu/hal/rtl8188e_phycfg.c | 30 +- drivers/staging/r8188eu/hal/usb_halinit.c | 251 +++++++++-- drivers/staging/r8188eu/hal/usb_ops_linux.c | 33 +- drivers/staging/r8188eu/include/rtw_io.h | 6 +- drivers/staging/r8188eu/os_dep/ioctl_linux.c | 47 +- drivers/staging/r8188eu/os_dep/os_intfs.c | 19 +- drivers/thunderbolt/tmu.c | 13 +- drivers/tty/serial/ucc_uart.c | 2 + drivers/ufs/core/ufshcd.c | 11 +- drivers/ufs/host/ufs-exynos.c | 17 +- drivers/ufs/host/ufs-mediatek.c | 60 ++- drivers/usb/cdns3/cdns3-gadget.c | 2 +- drivers/usb/dwc2/gadget.c | 3 +- drivers/usb/gadget/function/uvc_queue.c | 17 +- 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/vdpa/vdpa_sim/vdpa_sim.c | 4 +- drivers/vdpa/vdpa_sim/vdpa_sim_blk.c | 6 + drivers/vfio/vfio.c | 1 + drivers/video/fbdev/i740fb.c | 9 +- drivers/virt/vboxguest/vboxguest_linux.c | 9 +- drivers/virtio/Kconfig | 3 +- drivers/xen/xenbus/xenbus_dev_frontend.c | 4 +- fs/btrfs/block-group.c | 4 +- fs/btrfs/relocation.c | 7 +- fs/btrfs/tree-log.c | 8 +- fs/ceph/caps.c | 27 +- fs/ceph/mds_client.c | 7 +- fs/ceph/mds_client.h | 6 - fs/cifs/misc.c | 6 + fs/cifs/smb2ops.c | 5 +- fs/ext4/mballoc.c | 21 +- fs/ext4/namei.c | 7 +- fs/ext4/resize.c | 10 + fs/f2fs/f2fs.h | 6 + fs/f2fs/file.c | 32 +- fs/f2fs/node.c | 6 +- fs/f2fs/segment.c | 17 +- fs/fscache/cookie.c | 7 +- fs/nfs/nfs4idmap.c | 46 +- fs/nfs/nfs4proc.c | 20 +- fs/ntfs3/fslog.c | 2 +- fs/ntfs3/fsntfs.c | 7 +- fs/ntfs3/index.c | 2 +- fs/ntfs3/inode.c | 1 + fs/ntfs3/super.c | 8 +- fs/ntfs3/xattr.c | 22 +- fs/overlayfs/super.c | 7 +- include/asm-generic/bitops/atomic.h | 6 - include/linux/bpfptr.h | 8 +- include/linux/io-pgtable.h | 15 +- include/linux/nmi.h | 2 + include/linux/sunrpc/xdr.h | 4 +- include/linux/sunrpc/xprt.h | 3 +- include/linux/uacce.h | 6 +- include/linux/usb/typec_mux.h | 44 +- include/net/mptcp.h | 4 + include/net/netns/conntrack.h | 2 +- include/soc/mscc/ocelot.h | 113 ++++- include/sound/control.h | 2 +- include/sound/core.h | 8 + include/sound/pcm.h | 2 +- include/uapi/linux/atm_zatm.h | 47 ++ include/uapi/linux/f2fs.h | 2 +- include/ufs/ufshcd.h | 12 + kernel/bpf/arraymap.c | 6 + kernel/bpf/hashtab.c | 8 +- kernel/bpf/syscall.c | 20 +- kernel/trace/trace_eprobe.c | 91 +++- kernel/trace/trace_event_perf.c | 7 +- kernel/trace/trace_events.c | 1 + kernel/trace/trace_probe.c | 29 +- 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/gen_stats.c | 2 +- net/core/rtnetlink.c | 1 + net/core/sock_map.c | 20 +- net/dsa/port.c | 7 +- net/ipv6/ip6_output.c | 3 +- net/ipv6/ndisc.c | 3 + net/mptcp/protocol.c | 47 +- net/mptcp/protocol.h | 13 +- net/mptcp/subflow.c | 3 +- net/netfilter/nf_conntrack_ftp.c | 24 +- net/netfilter/nf_conntrack_h323_main.c | 10 +- net/netfilter/nf_conntrack_irc.c | 12 +- net/netfilter/nf_conntrack_sane.c | 68 ++- net/netfilter/nf_tables_api.c | 74 +++- net/netfilter/nf_tables_core.c | 21 +- net/netfilter/nfnetlink.c | 83 +++- net/netlink/genetlink.c | 6 +- net/netlink/policy.c | 14 +- net/qrtr/mhi.c | 12 +- net/rds/ib_recv.c | 1 + net/sunrpc/auth.c | 2 +- net/sunrpc/backchannel_rqst.c | 14 + net/sunrpc/clnt.c | 1 - net/sunrpc/sysfs.c | 6 +- net/sunrpc/xprt.c | 27 +- net/sunrpc/xprtsock.c | 12 +- net/vmw_vsock/af_vsock.c | 10 +- scripts/Makefile.gcc-plugins | 2 +- scripts/dummy-tools/gcc | 8 +- scripts/mod/modpost.c | 4 +- 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/pcm.c | 1 + sound/core/pcm_lib.c | 2 +- sound/core/pcm_native.c | 2 +- sound/core/timer.c | 11 +- sound/pci/hda/hda_codec.c | 14 +- sound/pci/hda/patch_realtek.c | 3 + sound/soc/codecs/lpass-va-macro.c | 11 +- sound/soc/codecs/nau8821.c | 10 - sound/soc/codecs/tas2770.c | 98 ++-- sound/soc/codecs/tas2770.h | 5 + sound/soc/codecs/tlv320aic32x4.c | 9 + sound/soc/intel/avs/core.c | 1 + sound/soc/intel/avs/pcm.c | 4 +- sound/soc/intel/boards/sof_es8336.c | 35 +- sound/soc/intel/boards/sof_nau8825.c | 10 +- sound/soc/qcom/qdsp6/q6apm-dai.c | 6 + sound/soc/sh/rcar/ssiu.c | 2 + sound/soc/soc-pcm.c | 3 + sound/soc/sof/debug.c | 6 +- sound/soc/sof/intel/cnl.c | 37 +- sound/soc/sof/intel/hda-ipc.c | 39 +- sound/soc/sof/intel/hda.c | 9 +- sound/soc/sof/sof-client-probes.c | 4 + sound/usb/card.c | 8 + sound/usb/mixer_maps.c | 34 +- tools/build/feature/test-libcrypto.c | 15 +- tools/lib/bpf/skel_internal.h | 4 +- tools/objtool/check.c | 3 +- tools/perf/tests/switch-tracking.c | 18 +- tools/perf/util/parse-events.c | 14 +- tools/perf/util/probe-event.c | 6 +- tools/testing/cxl/test/cxl.c | 1 - tools/testing/cxl/test/mock.c | 8 +- .../ftrace/test.d/kprobe/kprobe_syntax_errors.tc | 1 - .../net/forwarding/custom_multipath_hash.sh | 24 +- .../net/forwarding/gre_custom_multipath_hash.sh | 24 +- .../net/forwarding/ip6gre_custom_multipath_hash.sh | 24 +- tools/testing/selftests/net/mptcp/mptcp_connect.c | 26 +- tools/tracing/rtla/Makefile | 4 +- tools/vm/slabinfo.c | 32 +- virt/kvm/kvm_main.c | 14 +- 388 files changed, 5447 insertions(+), 2431 deletions(-)