All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org, akpm@linux-foundation.org,
	torvalds@linux-foundation.org, stable@vger.kernel.org
Cc: lwn@lwn.net, jslaby@suse.cz,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: Linux 6.12.31
Date: Thu, 29 May 2025 11:44:59 +0200	[thread overview]
Message-ID: <2025052958-playful-tiny-1c33@gregkh> (raw)

I'm announcing the release of the 6.12.31 kernel.

All users of the 6.12 kernel series must upgrade.

The updated 6.12.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-6.12.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/admin-guide/kernel-parameters.txt                                |    2 
 Documentation/driver-api/serial/driver.rst                                     |    2 
 Documentation/hwmon/dell-smm-hwmon.rst                                         |   14 
 Makefile                                                                       |    6 
 arch/arm/boot/dts/nvidia/tegra114.dtsi                                         |    2 
 arch/arm/mach-at91/pm.c                                                        |   21 
 arch/arm64/boot/dts/allwinner/sun50i-h6-beelink-gs1.dts                        |   38 -
 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi-3.dts                         |   14 
 arch/arm64/boot/dts/allwinner/sun50i-h6-orangepi.dtsi                          |   22 
 arch/arm64/boot/dts/marvell/armada-3720-uDPU.dtsi                              |    8 
 arch/arm64/boot/dts/nvidia/tegra210-p2597.dtsi                                 |    2 
 arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts                  |   10 
 arch/arm64/boot/dts/xilinx/zynqmp-clk-ccf.dtsi                                 |   15 
 arch/arm64/include/asm/cputype.h                                               |    2 
 arch/arm64/include/asm/pgtable.h                                               |   27 -
 arch/arm64/kernel/proton-pack.c                                                |    1 
 arch/loongarch/kernel/Makefile                                                 |    8 
 arch/loongarch/kvm/Makefile                                                    |    2 
 arch/mips/include/asm/ftrace.h                                                 |   16 
 arch/mips/kernel/pm-cps.c                                                      |   30 -
 arch/powerpc/include/asm/mmzone.h                                              |    1 
 arch/powerpc/kernel/prom_init.c                                                |    4 
 arch/powerpc/mm/book3s64/radix_pgtable.c                                       |    3 
 arch/powerpc/mm/numa.c                                                         |    2 
 arch/powerpc/perf/core-book3s.c                                                |   20 
 arch/powerpc/perf/isa207-common.c                                              |    4 
 arch/powerpc/platforms/pseries/iommu.c                                         |  139 ++++--
 arch/riscv/include/asm/page.h                                                  |   12 
 arch/riscv/include/asm/pgtable.h                                               |    2 
 arch/riscv/kernel/Makefile                                                     |    4 
 arch/riscv/mm/tlbflush.c                                                       |   37 -
 arch/s390/hypfs/hypfs_diag_fs.c                                                |    2 
 arch/s390/include/asm/tlb.h                                                    |    2 
 arch/um/kernel/mem.c                                                           |    1 
 arch/x86/Kconfig                                                               |    1 
 arch/x86/boot/genimage.sh                                                      |    5 
 arch/x86/entry/entry.S                                                         |    2 
 arch/x86/events/amd/ibs.c                                                      |   20 
 arch/x86/events/intel/ds.c                                                     |    9 
 arch/x86/include/asm/bug.h                                                     |    5 
 arch/x86/include/asm/cfi.h                                                     |   11 
 arch/x86/include/asm/ibt.h                                                     |    4 
 arch/x86/include/asm/intel-family.h                                            |    1 
 arch/x86/include/asm/nmi.h                                                     |    2 
 arch/x86/include/asm/percpu.h                                                  |   28 -
 arch/x86/include/asm/perf_event.h                                              |    1 
 arch/x86/include/asm/sev-common.h                                              |    2 
 arch/x86/include/uapi/asm/bootparam.h                                          |    4 
 arch/x86/include/uapi/asm/e820.h                                               |    4 
 arch/x86/include/uapi/asm/ldt.h                                                |    4 
 arch/x86/include/uapi/asm/msr.h                                                |    4 
 arch/x86/include/uapi/asm/ptrace-abi.h                                         |    6 
 arch/x86/include/uapi/asm/ptrace.h                                             |    4 
 arch/x86/include/uapi/asm/setup_data.h                                         |    4 
 arch/x86/include/uapi/asm/signal.h                                             |    8 
 arch/x86/kernel/alternative.c                                                  |   30 +
 arch/x86/kernel/cfi.c                                                          |   22 
 arch/x86/kernel/cpu/bugs.c                                                     |   10 
 arch/x86/kernel/cpu/microcode/intel.c                                          |    2 
 arch/x86/kernel/nmi.c                                                          |   42 +
 arch/x86/kernel/reboot.c                                                       |   10 
 arch/x86/kernel/smpboot.c                                                      |    6 
 arch/x86/kernel/traps.c                                                        |   82 ++-
 arch/x86/mm/init.c                                                             |    9 
 arch/x86/mm/init_64.c                                                          |   15 
 arch/x86/mm/kaslr.c                                                            |   10 
 arch/x86/power/cpu.c                                                           |   14 
 arch/x86/um/os-Linux/mcontext.c                                                |    3 
 block/badblocks.c                                                              |    5 
 block/bdev.c                                                                   |   17 
 block/blk-cgroup.c                                                             |   22 
 block/blk-settings.c                                                           |    5 
 block/blk-throttle.c                                                           |   15 
 block/blk-zoned.c                                                              |    5 
 block/blk.h                                                                    |    3 
 block/bounce.c                                                                 |    2 
 block/fops.c                                                                   |   16 
 block/ioctl.c                                                                  |    6 
 crypto/ahash.c                                                                 |    4 
 crypto/algif_hash.c                                                            |    4 
 crypto/lzo-rle.c                                                               |    2 
 crypto/lzo.c                                                                   |    2 
 crypto/skcipher.c                                                              |    1 
 drivers/accel/qaic/qaic_drv.c                                                  |    2 
 drivers/acpi/Kconfig                                                           |    2 
 drivers/acpi/acpi_pnp.c                                                        |    2 
 drivers/acpi/hed.c                                                             |    7 
 drivers/auxdisplay/charlcd.c                                                   |    5 
 drivers/auxdisplay/charlcd.h                                                   |    5 
 drivers/auxdisplay/hd44780.c                                                   |    2 
 drivers/auxdisplay/lcd2s.c                                                     |    2 
 drivers/auxdisplay/panel.c                                                     |    2 
 drivers/block/loop.c                                                           |    5 
 drivers/block/ublk_drv.c                                                       |   53 +-
 drivers/bluetooth/btmtksdio.c                                                  |   15 
 drivers/bluetooth/btusb.c                                                      |   98 +---
 drivers/char/tpm/tpm2-sessions.c                                               |    2 
 drivers/clk/clk-s2mps11.c                                                      |    3 
 drivers/clk/imx/clk-imx8mp.c                                                   |  151 ++++++
 drivers/clk/qcom/Kconfig                                                       |    2 
 drivers/clk/qcom/camcc-sm8250.c                                                |   56 +-
 drivers/clk/qcom/clk-alpha-pll.c                                               |   52 +-
 drivers/clk/qcom/lpassaudiocc-sc7280.c                                         |   23 -
 drivers/clk/renesas/rzg2l-cpg.c                                                |  102 ++--
 drivers/clk/sunxi-ng/ccu-sun20i-d1.c                                           |   44 +
 drivers/clk/sunxi-ng/ccu_mp.h                                                  |   22 
 drivers/clocksource/mips-gic-timer.c                                           |    6 
 drivers/clocksource/timer-riscv.c                                              |    6 
 drivers/cpufreq/amd-pstate.c                                                   |    1 
 drivers/cpufreq/cpufreq-dt-platdev.c                                           |    1 
 drivers/cpufreq/tegra186-cpufreq.c                                             |    7 
 drivers/cpuidle/governors/menu.c                                               |   13 
 drivers/crypto/marvell/octeontx2/otx2_cptvf_reqmgr.c                           |    7 
 drivers/crypto/mxs-dcp.c                                                       |    8 
 drivers/dma/fsl-edma-main.c                                                    |    2 
 drivers/dma/idxd/cdev.c                                                        |    9 
 drivers/dpll/dpll_core.c                                                       |    5 
 drivers/edac/ie31200_edac.c                                                    |   28 -
 drivers/firmware/arm_ffa/bus.c                                                 |    1 
 drivers/firmware/arm_ffa/driver.c                                              |   12 
 drivers/firmware/arm_scmi/bus.c                                                |   19 
 drivers/firmware/xilinx/zynqmp.c                                               |    6 
 drivers/fpga/altera-cvp.c                                                      |    2 
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h                                     |    5 
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c                               |   52 --
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c                                     |   30 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c                                  |   31 -
 drivers/gpu/drm/amd/amdgpu/amdgpu_dma_buf.c                                    |   30 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c                                        |   14 
 drivers/gpu/drm/amd/amdgpu/amdgpu_ih.h                                         |    3 
 drivers/gpu/drm/amd/amdgpu/amdgpu_object.c                                     |   38 +
 drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c                                        |    7 
 drivers/gpu/drm/amd/amdgpu/amdgpu_umc.c                                        |   42 +
 drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c                                         |   47 +-
 drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c                                         |   48 +-
 drivers/gpu/drm/amd/amdgpu/gfxhub_v1_0.c                                       |   10 
 drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c                                          |    1 
 drivers/gpu/drm/amd/amdgpu/mes_v11_0.c                                         |    2 
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_7.c                                        |   25 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v1_8.c                                        |   27 +
 drivers/gpu/drm/amd/amdgpu/mmhub_v9_4.c                                        |   31 +
 drivers/gpu/drm/amd/amdgpu/nv.c                                                |   16 
 drivers/gpu/drm/amd/amdgpu/soc21.c                                             |   10 
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c                          |   39 -
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_cik.c                      |   69 ++-
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v10.c                      |   41 +
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v11.c                      |   41 +
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v12.c                      |   41 +
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_v9.c                       |   35 +
 drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager_vi.c                       |   71 +--
 drivers/gpu/drm/amd/amdkfd/kfd_process.c                                       |   16 
 drivers/gpu/drm/amd/amdkfd/kfd_svm.c                                           |    2 
 drivers/gpu/drm/amd/amdkfd/kfd_topology.c                                      |   23 -
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c                              |   41 +
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h                              |    2 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c                      |    2 
 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c                    |    6 
 drivers/gpu/drm/amd/display/dc/basics/dc_common.c                              |    3 
 drivers/gpu/drm/amd/display/dc/bios/command_table2.c                           |    9 
 drivers/gpu/drm/amd/display/dc/bios/command_table_helper2.c                    |    3 
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/dcn315_clk_mgr.c                 |   22 
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/dcn316_clk_mgr.c                 |   15 
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c                   |   13 
 drivers/gpu/drm/amd/display/dc/clk_mgr/dcn401/dcn401_clk_mgr.c                 |    2 
 drivers/gpu/drm/amd/display/dc/core/dc.c                                       |   22 
 drivers/gpu/drm/amd/display/dc/core/dc_hw_sequencer.c                          |   21 
 drivers/gpu/drm/amd/display/dc/core/dc_resource.c                              |    4 
 drivers/gpu/drm/amd/display/dc/dc_dp_types.h                                   |   12 
 drivers/gpu/drm/amd/display/dc/dc_hw_types.h                                   |    5 
 drivers/gpu/drm/amd/display/dc/dc_types.h                                      |    7 
 drivers/gpu/drm/amd/display/dc/dccg/dcn401/dcn401_dccg.c                       |    3 
 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c                        |    3 
 drivers/gpu/drm/amd/display/dc/dce/dmub_psr.c                                  |    4 
 drivers/gpu/drm/amd/display/dc/dio/dcn10/dcn10_stream_encoder.c                |    3 
 drivers/gpu/drm/amd/display/dc/dio/dcn401/dcn401_dio_stream_encoder.c          |    3 
 drivers/gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c                           |    6 
 drivers/gpu/drm/amd/display/dc/dml/dcn351/dcn351_fpu.c                         |    1 
 drivers/gpu/drm/amd/display/dc/dml2/dml21/dml21_wrapper.c                      |    8 
 drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/dml2_core_dcn4_calcs.c |    5 
 drivers/gpu/drm/amd/display/dc/dml2/dml2_wrapper.h                             |    1 
 drivers/gpu/drm/amd/display/dc/dpp/dcn30/dcn30_dpp.c                           |   11 
 drivers/gpu/drm/amd/display/dc/hpo/dcn31/dcn31_hpo_dp_stream_encoder.c         |    3 
 drivers/gpu/drm/amd/display/dc/hwss/dce110/dce110_hwseq.c                      |   10 
 drivers/gpu/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c                        |    7 
 drivers/gpu/drm/amd/display/dc/hwss/dcn20/dcn20_hwseq.c                        |    8 
 drivers/gpu/drm/amd/display/dc/hwss/dcn31/dcn31_hwseq.c                        |    4 
 drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c                        |    3 
 drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.c                      |  139 +++++-
 drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_hwseq.h                      |    7 
 drivers/gpu/drm/amd/display/dc/hwss/dcn401/dcn401_init.c                       |    4 
 drivers/gpu/drm/amd/display/dc/hwss/hw_sequencer.h                             |    6 
 drivers/gpu/drm/amd/display/dc/inc/core_types.h                                |    2 
 drivers/gpu/drm/amd/display/dc/inc/hw/clk_mgr_internal.h                       |    1 
 drivers/gpu/drm/amd/display/dc/inc/hw/dpp.h                                    |    6 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_capability.c             |   42 +
 drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_phy.c                    |    8 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training.c               |    5 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_training_8b_10b.c        |    7 
 drivers/gpu/drm/amd/display/dc/link/protocols/link_edp_panel_control.c         |   25 -
 drivers/gpu/drm/amd/display/dc/resource/dcn315/dcn315_resource.c               |   42 -
 drivers/gpu/drm/amd/display/dc/spl/dc_spl.c                                    |    4 
 drivers/gpu/drm/amd/display/dc/spl/dc_spl_types.h                              |    2 
 drivers/gpu/drm/amd/display/dmub/inc/dmub_cmd.h                                |    6 
 drivers/gpu/drm/amd/display/dmub/src/dmub_dcn31.c                              |   17 
 drivers/gpu/drm/amd/display/dmub/src/dmub_dcn35.c                              |    4 
 drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.c                             |   47 +-
 drivers/gpu/drm/amd/display/dmub/src/dmub_dcn401.h                             |    3 
 drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c                  |    4 
 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_4_1_offset.h                |   32 +
 drivers/gpu/drm/amd/include/asic_reg/mmhub/mmhub_9_4_1_sh_mask.h               |   48 ++
 drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c                                      |    1 
 drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_6_ppt.c                           |    5 
 drivers/gpu/drm/ast/ast_mode.c                                                 |   10 
 drivers/gpu/drm/bridge/adv7511/adv7511_audio.c                                 |    2 
 drivers/gpu/drm/drm_atomic_helper.c                                            |   28 +
 drivers/gpu/drm/drm_buddy.c                                                    |    5 
 drivers/gpu/drm/drm_edid.c                                                     |    1 
 drivers/gpu/drm/drm_gem.c                                                      |    4 
 drivers/gpu/drm/mediatek/mtk_dpi.c                                             |    5 
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c                                 |    2 
 drivers/gpu/drm/panel/panel-edp.c                                              |    1 
 drivers/gpu/drm/rockchip/rockchip_drm_vop2.c                                   |   40 +
 drivers/gpu/drm/v3d/v3d_drv.c                                                  |   25 -
 drivers/gpu/drm/xe/xe_bo.c                                                     |   22 
 drivers/gpu/drm/xe/xe_debugfs.c                                                |    3 
 drivers/gpu/drm/xe/xe_device.c                                                 |   10 
 drivers/gpu/drm/xe/xe_gen_wa_oob.c                                             |    6 
 drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c                                     |   37 +
 drivers/gpu/drm/xe/xe_gt_sriov_vf.c                                            |   12 
 drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c                                    |   22 
 drivers/gpu/drm/xe/xe_gt_tlb_invalidation.h                                    |    2 
 drivers/gpu/drm/xe/xe_guc_relay.c                                              |    2 
 drivers/gpu/drm/xe/xe_oa.c                                                     |    1 
 drivers/gpu/drm/xe/xe_pci_sriov.c                                              |   51 ++
 drivers/gpu/drm/xe/xe_pt.c                                                     |   14 
 drivers/gpu/drm/xe/xe_pt.h                                                     |    3 
 drivers/gpu/drm/xe/xe_sa.c                                                     |    3 
 drivers/gpu/drm/xe/xe_tile.c                                                   |   12 
 drivers/gpu/drm/xe/xe_tile.h                                                   |    1 
 drivers/gpu/drm/xe/xe_ttm_stolen_mgr.c                                         |   17 
 drivers/gpu/drm/xe/xe_ttm_stolen_mgr.h                                         |    2 
 drivers/gpu/drm/xe/xe_vm.c                                                     |   32 +
 drivers/hid/usbhid/usbkbd.c                                                    |    2 
 drivers/hwmon/dell-smm-hwmon.c                                                 |    5 
 drivers/hwmon/gpio-fan.c                                                       |   16 
 drivers/hwmon/xgene-hwmon.c                                                    |    2 
 drivers/hwtracing/coresight/coresight-etb10.c                                  |   26 -
 drivers/hwtracing/intel_th/Kconfig                                             |    1 
 drivers/hwtracing/intel_th/msu.c                                               |   31 -
 drivers/i2c/busses/i2c-designware-pcidrv.c                                     |   33 -
 drivers/i2c/busses/i2c-designware-platdrv.c                                    |   48 +-
 drivers/i2c/busses/i2c-pxa.c                                                   |    5 
 drivers/i2c/busses/i2c-qup.c                                                   |   36 +
 drivers/i3c/master/svc-i3c-master.c                                            |    4 
 drivers/iio/adc/ad7944.c                                                       |   16 
 drivers/infiniband/core/umem.c                                                 |   36 +
 drivers/infiniband/core/uverbs_cmd.c                                           |  144 +++---
 drivers/infiniband/core/verbs.c                                                |   11 
 drivers/input/joystick/xpad.c                                                  |    3 
 drivers/iommu/amd/io_pgtable_v2.c                                              |    2 
 drivers/iommu/dma-iommu.c                                                      |   28 -
 drivers/iommu/iommu-priv.h                                                     |    2 
 drivers/iommu/iommu.c                                                          |    2 
 drivers/iommu/iommufd/device.c                                                 |   34 +
 drivers/iommu/iommufd/hw_pagetable.c                                           |    3 
 drivers/iommu/of_iommu.c                                                       |    6 
 drivers/irqchip/irq-riscv-aplic-direct.c                                       |   24 -
 drivers/irqchip/irq-riscv-imsic-early.c                                        |    8 
 drivers/irqchip/irq-riscv-imsic-platform.c                                     |   16 
 drivers/irqchip/irq-riscv-imsic-state.c                                        |   96 ++--
 drivers/irqchip/irq-riscv-imsic-state.h                                        |    7 
 drivers/leds/rgb/leds-pwm-multicolor.c                                         |    5 
 drivers/leds/trigger/ledtrig-netdev.c                                          |   16 
 drivers/mailbox/mailbox.c                                                      |    7 
 drivers/mailbox/pcc.c                                                          |    8 
 drivers/md/dm-cache-target.c                                                   |   24 +
 drivers/md/dm-table.c                                                          |    4 
 drivers/md/dm-vdo/indexer/index-layout.c                                       |    5 
 drivers/md/dm-vdo/vdo.c                                                        |   11 
 drivers/md/dm.c                                                                |    8 
 drivers/media/i2c/adv7180.c                                                    |   34 -
 drivers/media/i2c/imx219.c                                                     |    2 
 drivers/media/i2c/imx335.c                                                     |   21 
 drivers/media/i2c/tc358746.c                                                   |   19 
 drivers/media/platform/qcom/camss/camss-csid.c                                 |   60 +-
 drivers/media/platform/qcom/camss/camss-vfe.c                                  |    4 
 drivers/media/platform/st/sti/c8sectpfe/c8sectpfe-core.c                       |    3 
 drivers/media/test-drivers/vivid/vivid-kthread-cap.c                           |   11 
 drivers/media/test-drivers/vivid/vivid-kthread-out.c                           |   11 
 drivers/media/test-drivers/vivid/vivid-kthread-touch.c                         |   11 
 drivers/media/test-drivers/vivid/vivid-sdr-cap.c                               |   11 
 drivers/media/usb/cx231xx/cx231xx-417.c                                        |    2 
 drivers/media/usb/uvc/uvc_ctrl.c                                               |   77 +--
 drivers/media/usb/uvc/uvc_v4l2.c                                               |    6 
 drivers/media/v4l2-core/v4l2-subdev.c                                          |    2 
 drivers/mfd/axp20x.c                                                           |    1 
 drivers/mfd/tps65219.c                                                         |    7 
 drivers/misc/eeprom/ee1004.c                                                   |    4 
 drivers/misc/mei/vsc-tp.c                                                      |   14 
 drivers/misc/pci_endpoint_test.c                                               |    6 
 drivers/mmc/host/dw_mmc-exynos.c                                               |   41 +
 drivers/mmc/host/sdhci-pci-core.c                                              |    6 
 drivers/mmc/host/sdhci.c                                                       |    9 
 drivers/net/bonding/bond_main.c                                                |    2 
 drivers/net/can/c_can/c_can_platform.c                                         |    2 
 drivers/net/can/kvaser_pciefd.c                                                |  101 ++--
 drivers/net/can/slcan/slcan-core.c                                             |   26 -
 drivers/net/ethernet/apm/xgene-v2/main.c                                       |    4 
 drivers/net/ethernet/broadcom/bnxt/bnxt.c                                      |    8 
 drivers/net/ethernet/freescale/enetc/enetc.c                                   |   16 
 drivers/net/ethernet/freescale/fec_main.c                                      |   52 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c                                   |    3 
 drivers/net/ethernet/intel/ice/ice_irq.c                                       |   25 -
 drivers/net/ethernet/intel/ice/ice_lag.c                                       |    6 
 drivers/net/ethernet/intel/ice/ice_lib.c                                       |    2 
 drivers/net/ethernet/intel/ice/ice_main.c                                      |    6 
 drivers/net/ethernet/intel/ice/ice_virtchnl.c                                  |    1 
 drivers/net/ethernet/intel/idpf/idpf.h                                         |    2 
 drivers/net/ethernet/intel/idpf/idpf_lib.c                                     |   10 
 drivers/net/ethernet/intel/idpf/idpf_txrx.c                                    |   18 
 drivers/net/ethernet/marvell/octeontx2/af/cgx.c                                |   14 
 drivers/net/ethernet/marvell/octeontx2/af/rvu.h                                |    2 
 drivers/net/ethernet/marvell/octeontx2/af/rvu_cn10k.c                          |   24 -
 drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c                        |   11 
 drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.c                       |    8 
 drivers/net/ethernet/mediatek/mtk_ppe_offload.c                                |   22 
 drivers/net/ethernet/mellanox/mlx4/alloc.c                                     |    6 
 drivers/net/ethernet/mellanox/mlx4/en_tx.c                                     |    2 
 drivers/net/ethernet/mellanox/mlx5/core/en.h                                   |    3 
 drivers/net/ethernet/mellanox/mlx5/core/en/params.c                            |   16 
 drivers/net/ethernet/mellanox/mlx5/core/en/params.h                            |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en/reporter_tx.c                       |    1 
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c                               |   49 --
 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec_fs.c                    |   28 -
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c                              |   36 -
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c                               |    5 
 drivers/net/ethernet/mellanox/mlx5/core/en_selftest.c                          |    3 
 drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.c                         |   13 
 drivers/net/ethernet/mellanox/mlx5/core/esw/ipsec_fs.h                         |    5 
 drivers/net/ethernet/mellanox/mlx5/core/esw/legacy.c                           |    2 
 drivers/net/ethernet/mellanox/mlx5/core/events.c                               |   11 
 drivers/net/ethernet/mellanox/mlx5/core/fs_ft_pool.c                           |    6 
 drivers/net/ethernet/mellanox/mlx5/core/fs_ft_pool.h                           |    2 
 drivers/net/ethernet/mellanox/mlx5/core/health.c                               |    1 
 drivers/net/ethernet/mellanox/mlx5/core/lib/fs_chains.c                        |    3 
 drivers/net/ethernet/meta/fbnic/fbnic_netdev.c                                 |    2 
 drivers/net/ethernet/microchip/lan743x_main.c                                  |   19 
 drivers/net/ethernet/microsoft/mana/gdma_main.c                                |    2 
 drivers/net/ethernet/realtek/r8169_main.c                                      |   28 +
 drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.c                           |    3 
 drivers/net/ethernet/stmicro/stmmac/dwmac-rk.c                                 |   21 
 drivers/net/ethernet/stmicro/stmmac/dwmac-sun8i.c                              |    2 
 drivers/net/ethernet/tehuti/tn40.c                                             |    9 
 drivers/net/ethernet/tehuti/tn40.h                                             |   33 +
 drivers/net/ethernet/tehuti/tn40_mdio.c                                        |   82 +++
 drivers/net/ethernet/ti/cpsw_new.c                                             |    1 
 drivers/net/ieee802154/ca8210.c                                                |    9 
 drivers/net/mctp/mctp-i2c.c                                                    |    2 
 drivers/net/phy/nxp-c45-tja11xx.c                                              |   54 ++
 drivers/net/phy/phylink.c                                                      |    2 
 drivers/net/usb/r8152.c                                                        |    1 
 drivers/net/vmxnet3/vmxnet3_drv.c                                              |    5 
 drivers/net/vxlan/vxlan_core.c                                                 |   36 +
 drivers/net/wireless/ath/ath11k/dp.h                                           |    6 
 drivers/net/wireless/ath/ath11k/dp_rx.c                                        |  117 ++---
 drivers/net/wireless/ath/ath12k/core.c                                         |   12 
 drivers/net/wireless/ath/ath12k/core.h                                         |    1 
 drivers/net/wireless/ath/ath12k/dp_mon.c                                       |   16 
 drivers/net/wireless/ath/ath12k/dp_tx.c                                        |    6 
 drivers/net/wireless/ath/ath12k/hal_desc.h                                     |    2 
 drivers/net/wireless/ath/ath12k/hal_rx.h                                       |    3 
 drivers/net/wireless/ath/ath12k/pci.c                                          |   13 
 drivers/net/wireless/ath/ath12k/wmi.c                                          |    4 
 drivers/net/wireless/ath/ath9k/init.c                                          |    4 
 drivers/net/wireless/intel/iwlwifi/cfg/dr.c                                    |    2 
 drivers/net/wireless/intel/iwlwifi/fw/dbg.c                                    |    4 
 drivers/net/wireless/intel/iwlwifi/fw/uefi.c                                   |    8 
 drivers/net/wireless/intel/iwlwifi/fw/uefi.h                                   |    4 
 drivers/net/wireless/intel/iwlwifi/iwl-dbg-tlv.c                               |   10 
 drivers/net/wireless/intel/iwlwifi/iwl-trans.c                                 |    8 
 drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c                         |    4 
 drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c                              |   15 
 drivers/net/wireless/intel/iwlwifi/mvm/mld-mac80211.c                          |    3 
 drivers/net/wireless/intel/iwlwifi/mvm/mvm.h                                   |    3 
 drivers/net/wireless/intel/iwlwifi/pcie/drv.c                                  |    2 
 drivers/net/wireless/marvell/mwifiex/11n.c                                     |    6 
 drivers/net/wireless/mediatek/mt76/mt76.h                                      |    1 
 drivers/net/wireless/mediatek/mt76/mt76_connac3_mac.h                          |    3 
 drivers/net/wireless/mediatek/mt76/mt76x0/pci.c                                |    3 
 drivers/net/wireless/mediatek/mt76/mt76x0/usb.c                                |    3 
 drivers/net/wireless/mediatek/mt76/mt76x2/pci.c                                |    3 
 drivers/net/wireless/mediatek/mt76/mt76x2/usb.c                                |    3 
 drivers/net/wireless/mediatek/mt76/mt7925/mcu.c                                |   64 ++
 drivers/net/wireless/mediatek/mt76/mt7925/mt7925.h                             |    3 
 drivers/net/wireless/mediatek/mt76/mt7996/mac.c                                |    4 
 drivers/net/wireless/mediatek/mt76/mt7996/mcu.h                                |    3 
 drivers/net/wireless/mediatek/mt76/mt7996/mmio.c                               |    2 
 drivers/net/wireless/mediatek/mt76/tx.c                                        |    3 
 drivers/net/wireless/realtek/rtl8xxxu/core.c                                   |   17 
 drivers/net/wireless/realtek/rtw88/mac.c                                       |    6 
 drivers/net/wireless/realtek/rtw88/main.c                                      |   40 -
 drivers/net/wireless/realtek/rtw88/reg.h                                       |    3 
 drivers/net/wireless/realtek/rtw88/rtw8822b.c                                  |   14 
 drivers/net/wireless/realtek/rtw88/util.c                                      |    3 
 drivers/net/wireless/realtek/rtw89/coex.c                                      |   14 
 drivers/net/wireless/realtek/rtw89/core.c                                      |   23 -
 drivers/net/wireless/realtek/rtw89/core.h                                      |    2 
 drivers/net/wireless/realtek/rtw89/fw.c                                        |  101 ++++
 drivers/net/wireless/realtek/rtw89/fw.h                                        |   12 
 drivers/net/wireless/realtek/rtw89/mac.c                                       |   55 ++
 drivers/net/wireless/realtek/rtw89/mac.h                                       |    3 
 drivers/net/wireless/realtek/rtw89/mac80211.c                                  |    1 
 drivers/net/wireless/realtek/rtw89/reg.h                                       |    4 
 drivers/net/wireless/realtek/rtw89/regd.c                                      |    2 
 drivers/net/wireless/realtek/rtw89/rtw8851b.c                                  |    1 
 drivers/net/wireless/realtek/rtw89/rtw8852a.c                                  |    1 
 drivers/net/wireless/realtek/rtw89/rtw8852b.c                                  |    1 
 drivers/net/wireless/realtek/rtw89/rtw8852bt.c                                 |    1 
 drivers/net/wireless/realtek/rtw89/rtw8852c.c                                  |    1 
 drivers/net/wireless/realtek/rtw89/rtw8922a.c                                  |    1 
 drivers/net/wireless/realtek/rtw89/ser.c                                       |    4 
 drivers/net/wireless/virtual/mac80211_hwsim.c                                  |   14 
 drivers/nvdimm/label.c                                                         |    3 
 drivers/nvme/host/pci.c                                                        |    6 
 drivers/nvme/target/tcp.c                                                      |    3 
 drivers/nvmem/core.c                                                           |   40 +
 drivers/nvmem/qfprom.c                                                         |   26 -
 drivers/nvmem/rockchip-otp.c                                                   |   17 
 drivers/pci/Kconfig                                                            |    6 
 drivers/pci/ats.c                                                              |   33 +
 drivers/pci/controller/dwc/pcie-designware-ep.c                                |    2 
 drivers/pci/controller/dwc/pcie-designware-host.c                              |    2 
 drivers/pci/controller/pcie-brcmstb.c                                          |    5 
 drivers/pci/controller/vmd.c                                                   |   20 
 drivers/pci/endpoint/functions/pci-epf-mhi.c                                   |    2 
 drivers/pci/endpoint/functions/pci-epf-test.c                                  |    2 
 drivers/pci/setup-bus.c                                                        |    6 
 drivers/perf/arm_pmuv3.c                                                       |    4 
 drivers/phy/phy-core.c                                                         |    7 
 drivers/phy/renesas/phy-rcar-gen3-usb2.c                                       |   95 ++--
 drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c                              |    4 
 drivers/phy/rockchip/phy-rockchip-usbdp.c                                      |   87 ++-
 drivers/phy/samsung/phy-exynos5-usbdrd.c                                       |    7 
 drivers/pinctrl/bcm/pinctrl-bcm281xx.c                                         |   44 -
 drivers/pinctrl/devicetree.c                                                   |   10 
 drivers/pinctrl/meson/pinctrl-meson.c                                          |    2 
 drivers/pinctrl/qcom/pinctrl-msm.c                                             |   23 -
 drivers/pinctrl/renesas/pinctrl-rzg2l.c                                        |   19 
 drivers/pinctrl/sophgo/pinctrl-cv18xx.c                                        |   33 +
 drivers/pinctrl/tegra/pinctrl-tegra.c                                          |   59 ++
 drivers/pinctrl/tegra/pinctrl-tegra.h                                          |    6 
 drivers/platform/x86/asus-wmi.c                                                |   11 
 drivers/platform/x86/dell/dell-wmi-sysman/passobj-attributes.c                 |    2 
 drivers/platform/x86/ideapad-laptop.c                                          |   16 
 drivers/platform/x86/intel/hid.c                                               |   21 
 drivers/platform/x86/think-lmi.c                                               |   26 -
 drivers/platform/x86/think-lmi.h                                               |    1 
 drivers/pmdomain/core.c                                                        |    2 
 drivers/pmdomain/imx/gpcv2.c                                                   |    2 
 drivers/pmdomain/renesas/rcar-gen4-sysc.c                                      |    5 
 drivers/pmdomain/renesas/rcar-sysc.c                                           |    5 
 drivers/power/supply/axp20x_battery.c                                          |   21 
 drivers/ptp/ptp_ocp.c                                                          |   24 -
 drivers/regulator/ad5398.c                                                     |   12 
 drivers/remoteproc/qcom_wcnss.c                                                |   34 +
 drivers/rtc/rtc-ds1307.c                                                       |    4 
 drivers/rtc/rtc-rv3032.c                                                       |    2 
 drivers/s390/crypto/vfio_ap_ops.c                                              |   72 ++-
 drivers/scsi/lpfc/lpfc_hbadisc.c                                               |   29 -
 drivers/scsi/lpfc/lpfc_init.c                                                  |    2 
 drivers/scsi/mpi3mr/mpi3mr_fw.c                                                |    8 
 drivers/scsi/mpt3sas/mpt3sas_ctl.c                                             |   12 
 drivers/scsi/scsi_debug.c                                                      |   55 ++
 drivers/scsi/scsi_sysctl.c                                                     |    4 
 drivers/scsi/st.c                                                              |   29 +
 drivers/scsi/st.h                                                              |    2 
 drivers/soc/apple/rtkit-internal.h                                             |    1 
 drivers/soc/apple/rtkit.c                                                      |   58 +-
 drivers/soc/mediatek/mtk-mutex.c                                               |    6 
 drivers/soc/samsung/exynos-asv.c                                               |    1 
 drivers/soc/samsung/exynos-chipid.c                                            |    1 
 drivers/soc/samsung/exynos-pmu.c                                               |    1 
 drivers/soc/samsung/exynos-usi.c                                               |    1 
 drivers/soc/samsung/exynos3250-pmu.c                                           |    1 
 drivers/soc/samsung/exynos5250-pmu.c                                           |    1 
 drivers/soc/samsung/exynos5420-pmu.c                                           |    1 
 drivers/soc/ti/k3-socinfo.c                                                    |   13 
 drivers/soundwire/amd_manager.c                                                |    2 
 drivers/soundwire/bus.c                                                        |    9 
 drivers/soundwire/cadence_master.c                                             |   22 
 drivers/spi/spi-fsl-dspi.c                                                     |   46 +-
 drivers/spi/spi-mux.c                                                          |    4 
 drivers/spi/spi-rockchip.c                                                     |    2 
 drivers/spi/spi-zynqmp-gqspi.c                                                 |   20 
 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c                  |   69 +--
 drivers/target/iscsi/iscsi_target.c                                            |    2 
 drivers/target/target_core_spc.c                                               |   14 
 drivers/thermal/intel/x86_pkg_temp_thermal.c                                   |    1 
 drivers/thermal/mediatek/lvts_thermal.c                                        |    3 
 drivers/thermal/qoriq_thermal.c                                                |   13 
 drivers/thunderbolt/retimer.c                                                  |    8 
 drivers/tty/serial/8250/8250_port.c                                            |    2 
 drivers/tty/serial/atmel_serial.c                                              |    2 
 drivers/tty/serial/imx.c                                                       |    2 
 drivers/tty/serial/serial_mctrl_gpio.c                                         |   34 +
 drivers/tty/serial/serial_mctrl_gpio.h                                         |   17 
 drivers/tty/serial/sh-sci.c                                                    |   98 ++++
 drivers/tty/serial/stm32-usart.c                                               |    2 
 drivers/ufs/core/ufshcd.c                                                      |   29 +
 drivers/usb/host/xhci-mem.c                                                    |   34 -
 drivers/usb/host/xhci-ring.c                                                   |   12 
 drivers/usb/host/xhci.h                                                        |    8 
 drivers/vdpa/mlx5/net/mlx5_vnet.c                                              |    3 
 drivers/vfio/pci/vfio_pci_config.c                                             |    3 
 drivers/vfio/pci/vfio_pci_core.c                                               |   10 
 drivers/vfio/pci/vfio_pci_intrs.c                                              |    2 
 drivers/vhost/scsi.c                                                           |   23 -
 drivers/video/fbdev/core/bitblit.c                                             |    5 
 drivers/video/fbdev/core/fbcon.c                                               |   10 
 drivers/video/fbdev/core/fbcon.h                                               |   38 -
 drivers/video/fbdev/core/fbcon_ccw.c                                           |    5 
 drivers/video/fbdev/core/fbcon_cw.c                                            |    5 
 drivers/video/fbdev/core/fbcon_ud.c                                            |    5 
 drivers/video/fbdev/core/tileblit.c                                            |   45 +
 drivers/video/fbdev/fsl-diu-fb.c                                               |    1 
 drivers/virtio/virtio_ring.c                                                   |    2 
 drivers/watchdog/aspeed_wdt.c                                                  |   81 +++
 drivers/xen/pci.c                                                              |   32 +
 drivers/xen/platform-pci.c                                                     |    4 
 drivers/xen/xenbus/xenbus_probe.c                                              |   14 
 fs/btrfs/block-group.c                                                         |   18 
 fs/btrfs/compression.c                                                         |    2 
 fs/btrfs/discard.c                                                             |   34 -
 fs/btrfs/disk-io.c                                                             |   28 -
 fs/btrfs/extent_io.c                                                           |    7 
 fs/btrfs/extent_io.h                                                           |    2 
 fs/btrfs/scrub.c                                                               |    4 
 fs/btrfs/send.c                                                                |    6 
 fs/buffer.c                                                                    |   61 +-
 fs/dlm/lowcomms.c                                                              |    4 
 fs/erofs/internal.h                                                            |    4 
 fs/erofs/super.c                                                               |   46 --
 fs/erofs/zdata.c                                                               |    4 
 fs/exfat/inode.c                                                               |  159 +++---
 fs/ext4/balloc.c                                                               |    4 
 fs/ext4/ext4.h                                                                 |    5 
 fs/ext4/extents.c                                                              |   19 
 fs/ext4/inode.c                                                                |   81 ++-
 fs/ext4/mballoc.c                                                              |    3 
 fs/ext4/page-io.c                                                              |   16 
 fs/ext4/super.c                                                                |   19 
 fs/f2fs/sysfs.c                                                                |   74 ++-
 fs/fuse/dir.c                                                                  |    2 
 fs/gfs2/glock.c                                                                |   11 
 fs/jbd2/recovery.c                                                             |   11 
 fs/jbd2/revoke.c                                                               |   15 
 fs/namespace.c                                                                 |    6 
 fs/nfs/delegation.c                                                            |    3 
 fs/nfs/flexfilelayout/flexfilelayout.c                                         |    1 
 fs/nfs/inode.c                                                                 |    2 
 fs/nfs/internal.h                                                              |    5 
 fs/nfs/nfs3proc.c                                                              |    2 
 fs/nfs/nfs4proc.c                                                              |    9 
 fs/nfs/nfs4state.c                                                             |   10 
 fs/nilfs2/the_nilfs.c                                                          |    3 
 fs/ocfs2/journal.c                                                             |    2 
 fs/orangefs/inode.c                                                            |    7 
 fs/pidfs.c                                                                     |    9 
 fs/pstore/inode.c                                                              |    2 
 fs/pstore/internal.h                                                           |    4 
 fs/pstore/platform.c                                                           |   11 
 fs/smb/client/cifsacl.c                                                        |   17 
 fs/smb/client/cifspdu.h                                                        |    5 
 fs/smb/client/cifsproto.h                                                      |    7 
 fs/smb/client/cifssmb.c                                                        |   57 ++
 fs/smb/client/connect.c                                                        |   30 +
 fs/smb/client/fs_context.c                                                     |   13 
 fs/smb/client/fs_context.h                                                     |    3 
 fs/smb/client/link.c                                                           |    8 
 fs/smb/client/readdir.c                                                        |    7 
 fs/smb/client/smb1ops.c                                                        |  228 ++++++++--
 fs/smb/client/smb2file.c                                                       |   11 
 fs/smb/client/smb2ops.c                                                        |   30 -
 fs/smb/client/transport.c                                                      |    2 
 fs/smb/common/smb2pdu.h                                                        |    3 
 fs/smb/server/smb2pdu.c                                                        |    9 
 fs/smb/server/vfs.c                                                            |   14 
 include/crypto/hash.h                                                          |    3 
 include/drm/drm_atomic.h                                                       |   23 -
 include/drm/drm_gem.h                                                          |   13 
 include/linux/bpf-cgroup.h                                                     |    1 
 include/linux/buffer_head.h                                                    |    8 
 include/linux/device.h                                                         |  119 -----
 include/linux/device/devres.h                                                  |  129 +++++
 include/linux/dma-mapping.h                                                    |   12 
 include/linux/err.h                                                            |    3 
 include/linux/highmem.h                                                        |   10 
 include/linux/io.h                                                             |    2 
 include/linux/ipv6.h                                                           |    1 
 include/linux/lzo.h                                                            |    8 
 include/linux/mfd/axp20x.h                                                     |    1 
 include/linux/mlx4/device.h                                                    |    2 
 include/linux/mlx5/eswitch.h                                                   |    2 
 include/linux/mlx5/fs.h                                                        |    2 
 include/linux/mman.h                                                           |    2 
 include/linux/msi.h                                                            |   33 -
 include/linux/page-flags.h                                                     |    7 
 include/linux/pci-ats.h                                                        |    3 
 include/linux/perf_event.h                                                     |    8 
 include/linux/pnp.h                                                            |    2 
 include/linux/rcupdate.h                                                       |    2 
 include/linux/rcutree.h                                                        |    2 
 include/linux/spi/spi.h                                                        |    5 
 include/linux/trace.h                                                          |    4 
 include/linux/trace_seq.h                                                      |    8 
 include/linux/usb/r8152.h                                                      |    1 
 include/media/v4l2-subdev.h                                                    |    4 
 include/net/cfg80211.h                                                         |    3 
 include/net/mac80211.h                                                         |    4 
 include/net/xfrm.h                                                             |    1 
 include/rdma/uverbs_std_types.h                                                |    2 
 include/sound/hda_codec.h                                                      |    1 
 include/sound/pcm.h                                                            |    2 
 include/trace/events/btrfs.h                                                   |    2 
 include/uapi/linux/bpf.h                                                       |    1 
 include/uapi/linux/iommufd.h                                                   |   14 
 include/uapi/linux/nl80211.h                                                   |   52 +-
 include/ufs/ufs_quirks.h                                                       |    6 
 io_uring/fdinfo.c                                                              |    4 
 io_uring/io_uring.c                                                            |   12 
 io_uring/msg_ring.c                                                            |    1 
 kernel/bpf/bpf_struct_ops.c                                                    |   98 +---
 kernel/bpf/cgroup.c                                                            |   33 +
 kernel/bpf/hashtab.c                                                           |    2 
 kernel/bpf/syscall.c                                                           |    7 
 kernel/bpf/verifier.c                                                          |   34 +
 kernel/cgroup/cgroup.c                                                         |    2 
 kernel/cgroup/rstat.c                                                          |   12 
 kernel/dma/mapping.c                                                           |   25 -
 kernel/events/core.c                                                           |   98 ++--
 kernel/events/hw_breakpoint.c                                                  |    5 
 kernel/events/ring_buffer.c                                                    |    1 
 kernel/exit.c                                                                  |    6 
 kernel/fork.c                                                                  |    9 
 kernel/padata.c                                                                |    3 
 kernel/printk/printk.c                                                         |   14 
 kernel/rcu/rcu.h                                                               |    2 
 kernel/rcu/tree.c                                                              |   15 
 kernel/rcu/tree_plugin.h                                                       |   22 
 kernel/sched/fair.c                                                            |    6 
 kernel/signal.c                                                                |    3 
 kernel/softirq.c                                                               |   18 
 kernel/time/hrtimer.c                                                          |   29 -
 kernel/time/posix-timers.c                                                     |   22 
 kernel/time/timer_list.c                                                       |    4 
 kernel/trace/trace.c                                                           |   11 
 kernel/trace/trace.h                                                           |   16 
 kernel/vhost_task.c                                                            |    2 
 lib/dynamic_queue_limits.c                                                     |    2 
 lib/lzo/Makefile                                                               |    2 
 lib/lzo/lzo1x_compress.c                                                       |  102 +++-
 lib/lzo/lzo1x_compress_safe.c                                                  |   18 
 mm/memcontrol.c                                                                |    6 
 mm/page_alloc.c                                                                |    8 
 mm/vmalloc.c                                                                   |   13 
 net/bluetooth/hci_event.c                                                      |    3 
 net/bluetooth/l2cap_core.c                                                     |   15 
 net/bridge/br_mdb.c                                                            |    2 
 net/bridge/br_nf_core.c                                                        |    7 
 net/bridge/br_private.h                                                        |    1 
 net/can/bcm.c                                                                  |   79 ++-
 net/core/dev.c                                                                 |   12 
 net/core/dev.h                                                                 |   12 
 net/core/page_pool.c                                                           |    7 
 net/core/pktgen.c                                                              |   13 
 net/dsa/tag_ksz.c                                                              |   19 
 net/hsr/hsr_device.c                                                           |    2 
 net/hsr/hsr_forward.c                                                          |    4 
 net/hsr/hsr_framereg.c                                                         |   95 ++++
 net/hsr/hsr_framereg.h                                                         |    8 
 net/hsr/hsr_main.h                                                             |    2 
 net/ipv4/esp4.c                                                                |   53 --
 net/ipv4/fib_frontend.c                                                        |   18 
 net/ipv4/fib_rules.c                                                           |    4 
 net/ipv4/fib_trie.c                                                            |   22 
 net/ipv4/inet_hashtables.c                                                     |   37 +
 net/ipv4/ip_gre.c                                                              |   16 
 net/ipv4/tcp_input.c                                                           |   56 +-
 net/ipv4/xfrm4_input.c                                                         |   18 
 net/ipv6/esp6.c                                                                |   53 --
 net/ipv6/fib6_rules.c                                                          |    4 
 net/ipv6/ip6_gre.c                                                             |    2 
 net/ipv6/ip6_output.c                                                          |    9 
 net/ipv6/ip6_tunnel.c                                                          |    3 
 net/ipv6/ip6_vti.c                                                             |    3 
 net/ipv6/sit.c                                                                 |    8 
 net/ipv6/xfrm6_input.c                                                         |   18 
 net/llc/af_llc.c                                                               |    8 
 net/mac80211/driver-ops.h                                                      |    3 
 net/mac80211/mlme.c                                                            |   10 
 net/mptcp/pm_userspace.c                                                       |    8 
 net/netfilter/nf_conntrack_standalone.c                                        |   12 
 net/sched/sch_hfsc.c                                                           |    6 
 net/smc/smc_pnet.c                                                             |    8 
 net/sunrpc/clnt.c                                                              |    3 
 net/sunrpc/rpcb_clnt.c                                                         |    5 
 net/sunrpc/sched.c                                                             |    2 
 net/tipc/crypto.c                                                              |    5 
 net/wireless/chan.c                                                            |    8 
 net/wireless/nl80211.c                                                         |    4 
 net/wireless/reg.c                                                             |    4 
 net/xfrm/espintcp.c                                                            |    4 
 net/xfrm/xfrm_policy.c                                                         |    3 
 net/xfrm/xfrm_state.c                                                          |    6 
 net/xfrm/xfrm_user.c                                                           |   12 
 samples/bpf/Makefile                                                           |    2 
 scripts/Makefile.extrawarn                                                     |   11 
 scripts/config                                                                 |   26 -
 scripts/kconfig/confdata.c                                                     |   19 
 scripts/kconfig/merge_config.sh                                                |    4 
 security/integrity/ima/ima_main.c                                              |    4 
 security/smack/smackfs.c                                                       |   21 
 sound/core/oss/pcm_oss.c                                                       |    3 
 sound/core/pcm_native.c                                                        |   11 
 sound/core/seq/seq_clientmgr.c                                                 |    5 
 sound/core/seq/seq_memory.c                                                    |    1 
 sound/pci/hda/hda_beep.c                                                       |   15 
 sound/pci/hda/patch_realtek.c                                                  |   77 +++
 sound/soc/codecs/cs42l43-jack.c                                                |    7 
 sound/soc/codecs/mt6359-accdet.h                                               |    9 
 sound/soc/codecs/pcm3168a.c                                                    |    6 
 sound/soc/codecs/pcm6240.c                                                     |   28 -
 sound/soc/codecs/pcm6240.h                                                     |    7 
 sound/soc/codecs/rt722-sdca-sdw.c                                              |   49 ++
 sound/soc/codecs/tas2764.c                                                     |   53 +-
 sound/soc/codecs/wsa883x.c                                                     |    2 
 sound/soc/codecs/wsa884x.c                                                     |    2 
 sound/soc/fsl/imx-card.c                                                       |    2 
 sound/soc/intel/boards/bytcr_rt5640.c                                          |   13 
 sound/soc/mediatek/mt8188/mt8188-afe-clk.c                                     |    8 
 sound/soc/mediatek/mt8188/mt8188-afe-clk.h                                     |    8 
 sound/soc/mediatek/mt8188/mt8188-afe-pcm.c                                     |    4 
 sound/soc/qcom/sm8250.c                                                        |    3 
 sound/soc/sdw_utils/soc_sdw_cs42l43.c                                          |   10 
 sound/soc/soc-dai.c                                                            |    8 
 sound/soc/soc-ops.c                                                            |   29 +
 sound/soc/sof/intel/hda-bus.c                                                  |    2 
 sound/soc/sof/intel/hda.c                                                      |   16 
 sound/soc/sof/ipc4-control.c                                                   |   11 
 sound/soc/sof/ipc4-pcm.c                                                       |    3 
 sound/soc/sof/topology.c                                                       |   18 
 sound/soc/sunxi/sun4i-codec.c                                                  |   53 ++
 sound/usb/midi.c                                                               |   16 
 tools/bpf/bpftool/common.c                                                     |    3 
 tools/build/Makefile.build                                                     |    6 
 tools/include/uapi/linux/bpf.h                                                 |    1 
 tools/lib/bpf/libbpf.c                                                         |    2 
 tools/net/ynl/lib/ynl.c                                                        |    2 
 tools/net/ynl/ynl-gen-c.py                                                     |    3 
 tools/objtool/check.c                                                          |   21 
 tools/power/x86/turbostat/turbostat.8                                          |    1 
 tools/power/x86/turbostat/turbostat.c                                          |   13 
 tools/testing/kunit/qemu_configs/x86_64.py                                     |    4 
 tools/testing/selftests/bpf/prog_tests/sockmap_ktls.c                          |    1 
 tools/testing/selftests/iommu/iommufd.c                                        |    4 
 tools/testing/selftests/net/forwarding/bridge_mdb.sh                           |    2 
 tools/testing/selftests/net/gro.sh                                             |    3 
 767 files changed, 8223 insertions(+), 3618 deletions(-)

Aaradhana Sahu (1):
      wifi: ath12k: Fetch regdb.bin file from board-2.bin

Aaron Kling (1):
      cpufreq: tegra186: Share policy per cluster

Adrian Hunter (1):
      perf/x86/intel: Fix segfault with PEBS-via-PT with sample_freq

Ahmad Fatoum (2):
      clk: imx8mp: inform CCF of maximum frequency of clocks
      pmdomain: imx: gpcv2: use proper helper for property detection

Al Viro (2):
      hypfs_create_cpu_files(): add missing check for hypfs_mkdir() failure
      __legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lock

Aleksander Jan Bajkowski (1):
      r8152: add vendor/device ID pair for Dell Alienware AW1022z

Alex Deucher (5):
      drm/amdgpu: adjust drm_firmware_drivers_only() handling
      drm/amdgpu/gfx12: don't read registers in mqd init
      drm/amdgpu/gfx11: don't read registers in mqd init
      drm/amdgpu/mes11: fix set_hw_resources_1 calculation
      drm/amd/display/dm: drop hw_support check in amdgpu_dm_i2c_xfer()

Alex Williamson (1):
      vfio/pci: Handle INTx IRQ_NOTCONNECTED

Alexander Duyck (1):
      eth: fbnic: set IFF_UNICAST_FLT to avoid enabling promiscuous mode when adding unicast addrs

Alexander Stein (1):
      hwmon: (gpio-fan) Add missing mutex locks

Alexander Sverdlin (1):
      net: ethernet: ti: cpsw_new: populate netdev of_node

Alexandre Belloni (2):
      rtc: rv3032: fix EERD location
      rtc: ds1307: stop disabling alarms on probe

Alexandre Ghiti (1):
      riscv: Call secondary mmu notifier when flushing the tlb

Alexei Lazar (2):
      net/mlx5: XDP, Enable TX side XDP multi-buffer support
      net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB

Alexey Klimov (1):
      ASoC: qcom: sm8250: explicitly set format in sm8250_be_hw_params_fixup()

Alexis Lothoré (1):
      serial: mctrl_gpio: split disable_ms into sync and no_sync APIs

Alice Guo (1):
      thermal/drivers/qoriq: Power down TMU on system suspend

Alistair Francis (1):
      nvmet-tcp: don't restore null sk_state_change

Amber Lin (1):
      drm/amdkfd: Correct F8_MODE for gfx950

Amery Hung (1):
      bpf: Search and add kfuncs in struct_ops prologue and epilogue

Andre Przywara (1):
      clk: sunxi-ng: d1: Add missing divider for MMC mod clocks

Andreas Gruenbacher (1):
      gfs2: Check for empty queue in run_queue

Andreas Schwab (1):
      powerpc/prom_init: Fixup missing #size-cells on PowerBook6,7

Andrei Botila (1):
      net: phy: nxp-c45-tja11xx: add match_phy_device to TJA1103/TJA1104

Andrew Bresticker (1):
      irqchip/riscv-imsic: Start local sync timer on correct CPU

Andrew Davis (1):
      soc: ti: k3-socinfo: Do not use syscon helper to build regmap

Andrew Jones (1):
      irqchip/riscv-imsic: Set irq_set_affinity() for IMSIC base

Andrey Vatoropin (1):
      hwmon: (xgene-hwmon) use appropriate type for the latency value

André Draszik (2):
      phy: exynos5-usbdrd: fix EDS distribution tuning (gs101)
      clk: s2mps11: initialise clk_hw_onecell_data::num before accessing ::hws[] in probe()

Andy Shevchenko (6):
      i2c: designware: Use temporary variable for struct device
      tracing: Mark binary printing functions with __printf() attribute
      auxdisplay: charlcd: Partially revert "Move hwidth and bwidth to struct hd44780_common"
      ieee802154: ca8210: Use proper setters and getters for bitwise types
      hrtimers: Replace hrtimer_clock_to_base_table with switch-case
      driver core: Split devres APIs to device/devres.h

Andy Yan (2):
      phy: rockchip: usbdp: Only verify link rates/lanes/voltage when the corresponding set flags are set
      drm/rockchip: vop2: Add uv swap for cluster window

AngeloGioacchino Del Regno (2):
      soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables
      drm/mediatek: mtk_dpi: Add checks for reg_h_fre_con existence

Anjaneyulu (1):
      wifi: cfg80211: allow IR in 20 MHz configurations

Ankur Arora (3):
      rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=y
      rcu: handle unstable rdp in rcu_read_unlock_strict()
      rcu: fix header guard for rcu_all_qs()

Anthony Krowiak (1):
      s390/vfio-ap: Fix no AP queue sharing allowed message written to kernel log

Anup Patel (1):
      irqchip/riscv-imsic: Separate next and previous pointers in IMSIC vector

Aric Cyr (1):
      drm/amd/display: Request HW cursor on DCN3.2 with SubVP

Arnd Bergmann (4):
      soc: samsung: include linux/array_size.h where needed
      net: xgene-v2: remove incorrect ACPI_PTR annotation
      EDAC/ie31200: work around false positive build warning
      watchdog: aspeed: fix 64-bit division

Artur Weber (1):
      pinctrl: bcm281xx: Use "unsigned int" instead of bare "unsigned"

Asad Kamal (1):
      drm/amd/pm: Skip P2S load for SMU v13.0.12

Assadian, Navid (1):
      drm/amd/display: Fix mismatch type comparison

Athira Rajeev (1):
      arch/powerpc/perf: Check the instruction type before creating sample with perf_mem_data_src

Austin Zheng (2):
      drm/amd/display: Use Nominal vBlank If Provided Instead Of Capping It
      drm/amd/display: Call FP Protect Before Mode Programming/Mode Support

Avraham Stern (1):
      wifi: iwlwifi: mvm: fix setting the TK when associated

Avula Sri Charan (1):
      wifi: ath12k: Avoid napi_sync() before napi_enable()

Axel Forsman (2):
      can: kvaser_pciefd: Continue parsing DMA buf after dropped RX
      can: kvaser_pciefd: Fix echo_skb race

Balbir Singh (4):
      dma/mapping.c: dev_dbg support for dma_addressing_limited
      dma-mapping: Fix warning reported for missing prototype
      x86/kaslr: Reduce KASLR entropy on most x86 systems
      x86/mm/init: Handle the special case of device private pages in add_pages(), to not increase max_pfn and trigger dma_addressing_limited() bounce buffers bounce buffers

Baokun Li (2):
      ext4: reject the 'data_err=abort' option in nojournal mode
      ext4: do not convert the unwritten extents if data writeback fails

Bard Liao (1):
      soundwire: cadence_master: set frame shape and divider based on actual clk freq

Benjamin Berg (1):
      um: Store full CSGSFS and SS register from mcontext

Benjamin Lin (1):
      wifi: mt76: mt7996: revise TXS size

Bibo Mao (1):
      MIPS: Use arch specific syscall name match function

Bitterblue Smith (6):
      wifi: rtw88: Fix rtw_init_vht_cap() for RTL8814AU
      wifi: rtw88: Fix rtw_init_ht_cap() for RTL8814AU
      wifi: rtw88: Fix rtw_desc_to_mcsrate() to handle MCS16-31
      wifi: rtw88: Fix download_firmware_validate() for RTL8814AU
      wifi: rtw88: Fix __rtw_download_firmware() for RTL8814AU
      wifi: rtw88: Don't use static local variable in rtw8822b_set_tx_power_index_by_rate

Bogdan-Gabriel Roman (1):
      spi: spi-fsl-dspi: Halt the module after a new message transfer

Boris Burkov (2):
      btrfs: make btrfs_discard_workfn() block_group ref explicit
      btrfs: handle empty eb->folios in num_extent_folios()

Brandon Kammerdiener (1):
      bpf: fix possible endless loop in BPF map iteration

Brandon Syu (1):
      Revert "drm/amd/display: Exit idle optimizations before attempt to access PHY"

Brendan Jackman (1):
      kunit: tool: Use qboot on QEMU x86_64

Breno Leitao (2):
      x86/bugs: Make spectre user default depend on MITIGATION_SPECTRE_V2
      memcg: always call cond_resched() after fn()

Caleb Sander Mateos (1):
      ublk: complete command synchronously on error

Carlos Sanchez (1):
      can: slcan: allow reception of short error messages

Carolina Jubran (1):
      net/mlx5e: Avoid WARN_ON when configuring MQPRIO with HTB offload enabled

Cezary Rojewski (1):
      ASoC: codecs: pcm3168a: Allow for 24-bit in provider mode

Chaohai Chen (1):
      scsi: target: spc: Fix loop traversal in spc_rsoc_get_descr()

Charlene Liu (3):
      drm/amd/display: remove minimum Dispclk and apply oem panel timing.
      drm/amd/display: fix dcn4x init failed
      drm/amd/display: pass calculated dram_speed_mts to dml2

Charles Keepax (3):
      ASoC: rt722-sdca: Add some missing readable registers
      ASoC: cs42l43: Disable headphone clamps during type detection
      soundwire: bus: Fix race on the creation of the IRQ domain

Chen Linxuan (1):
      blk-cgroup: improve policy registration error handling

Chenyuan Yang (1):
      ASoC: imx-card: Adjust over allocation of memory in imx_card_parse_of()

Chin-Ting Kuo (1):
      watchdog: aspeed: Update bootstatus handling

Ching-Te Ku (2):
      wifi: rtw89: coex: Assign value over than 0 to avoid firmware timer hang
      wifi: rtw89: coex: Separated Wi-Fi connecting event from Wi-Fi scan event

Choong Yong Liang (1):
      net: phylink: use pl->link_interface in phylink_expects_phy()

Chris Lu (2):
      Bluetooth: btmtksdio: Check function enabled before doing close
      Bluetooth: btmtksdio: Do close if SDIO card removed without close

Chris Morgan (2):
      power: supply: axp20x_battery: Update temp sensor for AXP717 from device tree
      mfd: axp20x: AXP717: Add AXP717_TS_PIN_CFG to writeable regs

Christian Brauner (1):
      pidfs: improve multi-threaded exec and premature thread-group leader exit polling

Christian Bruel (1):
      PCI: endpoint: pci-epf-test: Fix double free that causes kernel to oops

Christian Göttsche (1):
      ext4: reorder capability check last

Christian König (1):
      drm/amdgpu: remove all KFD fences from the BO on release

Christoph Hellwig (3):
      block: mark bounce buffering as incompatible with integrity
      loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
      loop: don't require ->write_iter for writable files in loop_configure

Christophe JAILLET (1):
      i2c: designware: Fix an error handling path in i2c_dw_pci_probe()

ChunHao Lin (1):
      r8169: disable RTL8126 ZRX-DC timeout

Chung Chung (1):
      dm vdo indexer: prevent unterminated string warning

Claudiu Beznea (5):
      phy: renesas: rcar-gen3-usb2: Move IRQ request in probe
      phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data
      phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off
      serial: sh-sci: Update the suspend/resume support
      pinctrl: renesas: rzg2l: Add suspend/resume support for pull up/down

Coly Li (1):
      badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0

Cong Wang (1):
      sch_hfsc: Fix qlen accounting bug when using peek in hfsc_enqueue()

Cristian Ciocaltea (1):
      drm/rockchip: vop2: Improve display modes handling on RK3588 HDMI0

Csókás, Bence (1):
      net: fec: Refactor MAC reset to function

Damon Ding (1):
      phy: phy-rockchip-samsung-hdptx: Swap the definitions of LCPLL_REF and ROPLL_REF

Dan Carpenter (2):
      pmdomain: core: Fix error checking in genpd_dev_pm_attach_by_id()
      pinctrl: tegra: Fix off by one in tegra_pinctrl_get_group()

Daniel Gabay (1):
      wifi: iwlwifi: w/a FW SMPS mode selection

Daniel Gomez (2):
      kconfig: merge_config: use an empty file as initfile
      drm/xe: xe_gen_wa_oob: replace program_invocation_short_name

Daniel Hsu (1):
      mctp: Fix incorrect tx flow invalidation condition in mctp-i2c

Danny Wang (1):
      drm/amd/display: Do not enable replay when vtotal update is pending.

Darrick J. Wong (1):
      block: fix race between set_blocksize and read paths

Dave Ertman (1):
      ice: Fix LACP bonds without SRIOV environment

Dave Jiang (1):
      dmaengine: idxd: Fix ->poll() return value

David Hildenbrand (1):
      kernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()

David Lechner (1):
      iio: adc: ad7944: don't use storagebits for sizing

David Plowman (1):
      media: i2c: imx219: Correct the minimum vblanking value

David Rosca (1):
      drm/amdgpu: Update SRIOV video codec caps

David Wei (1):
      tools: ynl-gen: validate 0 len strings from kernel

Davidlohr Bueso (6):
      fs/buffer: split locking for pagecache lookups
      fs/buffer: introduce sleeping flavors for pagecache lookups
      fs/buffer: use sleeping version of __find_get_block()
      fs/ocfs2: use sleeping version of __find_get_block()
      fs/jbd2: use sleeping version of __find_get_block()
      fs/ext4: use sleeping version of sb_find_get_block()

Depeng Shao (2):
      media: qcom: camss: csid: Only add TPG v4l2 ctrl if TPG hardware is available
      media: qcom: camss: Add default case in vfe_src_pad_code

Dhananjay Ugwekar (1):
      cpufreq: amd-pstate: Remove unnecessary driver_lock in set_boost

Dian-Syuan Yang (1):
      wifi: rtw89: set force HE TB mode when connecting to 11ax AP

Dillon Varone (4):
      drm/amd/display: Configure DTBCLK_P with OPTC only for dcn401
      drm/amd/display: Fix DMUB reset sequence for DCN401
      drm/amd/display: Fix p-state type when p-state is unsupported
      drm/amd/display: Populate register address for dentist for dcn401

Diogo Ivo (2):
      ACPI: PNP: Add Intel OC Watchdog IDs to non-PNP device list
      arm64: tegra: p2597: Fix gpio for vdd-1v8-dis regulator

Dmitry Baryshkov (6):
      nvmem: core: fix bit offsets of more than one byte
      nvmem: core: verify cell's raw_len
      nvmem: core: update raw_len if the bit reading is required
      nvmem: qfprom: switch to 4-byte aligned reads
      phy: core: don't require set_mode() callback for phy_get_mode() to work
      pinctrl: qcom: switch to devm_register_sys_off_handler()

Dmitry Bogdanov (1):
      scsi: target: iscsi: Fix timeout on deleted connection

Dominik Grzegorzek (1):
      padata: do not leak refcount in reorder_work

Dongli Zhang (1):
      vhost-scsi: protect vq->log_used with vq->mutex

Douglas Anderson (1):
      drm/panel-edp: Add Starry 116KHD024006

Ed Burcher (1):
      ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10

Eddie James (1):
      eeprom: ee1004: Check chip before probing

Eduard Zingerman (3):
      bpf: don't do clean_live_states when state->loop_entry->branches > 0
      bpf: copy_verifier_state() should copy 'loop_entry' field
      bpf: abort verification if env->cur_state->loop_entry != NULL

Emily Deng (1):
      drm/amdgpu: Fix missing drain retry fault the last entry

Emmanuel Grumbach (2):
      wifi: iwlwifi: fix the ECKV UEFI variable name
      wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth Rx

En-Wei Wu (1):
      Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling

Eric Dumazet (5):
      cgroup/rstat: avoid disabling irqs for O(num_cpu)
      posix-timers: Add cond_resched() to posix_timer_add() search loop
      tcp: bring back NUMA dispersion in inet_ehash_locks_alloc()
      net: flush_backlog() small changes
      idpf: fix idpf_vport_splitq_napi_poll()

Eric Huang (1):
      drm/amdkfd: fix missing L2 cache info in topology

Eric Woudstra (1):
      net: ethernet: mtk_ppe_offload: Allow QinQ, double ETH_P_8021Q only

Erick Shepherd (2):
      mmc: host: Wait for Vdd to settle on card power off
      mmc: sdhci: Disable SD card clock before changing parameters

Felix Fietkau (1):
      wifi: mt76: only mark tx-status-failed frames as ACKed on mt76x0/2

Felix Kuehling (1):
      drm/amdgpu: Allow P2P access through XGMI

Filipe Manana (3):
      btrfs: fix non-empty delayed iputs list on unmount due to async workers
      btrfs: get zone unusable bytes while holding lock at btrfs_reclaim_bgs_work()
      btrfs: send: return -ENAMETOOLONG when attempting a path that is too long

Flora Cui (2):
      drm/amdgpu/discovery: check ip_discovery fw file available
      drm/amdgpu: release xcp_mgr on exit

Frank Li (3):
      PCI: dwc: ep: Ensure proper iteration over outbound map windows
      PCI: dwc: Use resource start as ioremap() input in dw_pcie_pme_turn_off()
      i3c: master: svc: Flush FIFO before sending Dynamic Address Assignment(DAA)

Frederick Lawler (1):
      ima: process_measurement() needlessly takes inode_lock() on MAY_READ

Frediano Ziglio (1):
      xen: Add support for XenServer 6.1 platform device

Gabor Juhos (1):
      arm64: dts: marvell: uDPU: define pinctrl state for alarm LEDs

Gao Xiang (1):
      erofs: initialize decompression early

Gaurav Batra (2):
      powerpc/pseries/iommu: memory notifier incorrectly adds TCEs for pmemory
      powerpc/pseries/iommu: create DDW for devices with DMA mask less than 64-bits

Gašper Nemgar (1):
      platform/x86: ideapad-laptop: add support for some new buttons

Geert Uytterhoeven (3):
      ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only
      pmdomain: renesas: rcar: Remove obsolete nullify checks
      serial: sh-sci: Save and restore more registers

Geetha sowjanya (1):
      octeontx2-af: Fix APR entry mapping based on APR_LMT_CFG

George Shen (3):
      drm/amd/display: Skip checking FRL_MODE bit for PCON BW determination
      drm/amd/display: Read LTTPR ALPM caps during link cap retrieval
      drm/amd/display: Update CR AUX RD interval interpretation

Goldwyn Rodrigues (1):
      btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref

Greg Kroah-Hartman (2):
      spi: use container_of_cont() for to_spi_device()
      Linux 6.12.31

Guangguan Wang (1):
      net/smc: use the correct ndev to find pnetid by pnetid table

Hangbin Liu (1):
      bonding: report duplicate MAC address in all situations

Hans Verkuil (2):
      media: cx231xx: set device_caps for 417
      media: test-drivers: vivid: don't call schedule in loop

Hans de Goede (1):
      mei: vsc: Use struct vsc_tp_packet as vsc-tp tx_buf and rx_buf type

Hans-Frieder Vogt (2):
      net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards
      net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus

Haoran Jiang (1):
      samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora

Hariprasad Kelam (1):
      Octeontx2-af: RPM: Register driver with PCI subsys IDs

Harish Kasiviswanathan (3):
      drm/amdkfd: Set per-process flags only once for gfx9/10/11/12
      drm/amdkfd: Set per-process flags only once cik/vi
      drm/amdgpu: Set snoop bit for SDMA for MI series

Harry VanZyllDeJong (1):
      drm/amd/display: Add support for disconnected eDP streams

Harry Wentland (1):
      drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink

Hector Martin (4):
      soc: apple: rtkit: Implement OSLog buffers properly
      ASoC: tas2764: Add reg defaults for TAS2764_INT_CLK_CFG
      ASoC: tas2764: Mark SW_RESET as volatile
      ASoC: tas2764: Power up/down amp on mute ops

Heiko Carstens (1):
      s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()

Heiko Stuebner (2):
      nvmem: rockchip-otp: Move read-offset into variant-data
      nvmem: rockchip-otp: add rk3576 variant data

Heiner Kallweit (1):
      r8169: don't scan PHY addresses > 0

Heming Zhao (1):
      dlm: make tcp still work in multi-link env

Herbert Xu (3):
      crypto: lzo - Fix compression buffer overrun
      crypto: ahash - Set default reqsize from ahash_alg
      crypto: skcipher - Zap type in crypto_alloc_sync_skcipher

Huacai Chen (1):
      net: stmmac: dwmac-loongson: Set correct {tx,rx}_fifo_size

Ian Rogers (1):
      tools/build: Don't pass test log files to linker

Ido Schimmel (2):
      vxlan: Annotate FDB data races
      bridge: netfilter: Fix forwarding of fragmented packets

Ignacio Moreno Gonzalez (1):
      mm: mmap: map MAP_STACK to VM_NOHUGEPAGE only if THP is enabled

Ihor Solodrai (1):
      selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failure

Ilan Peer (1):
      wifi: mac80211_hwsim: Fix MLD address translation

Ilia Gavrilov (1):
      llc: fix data loss when reading from a socket in llc_ui_recvmsg()

Ilpo Järvinen (2):
      tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
      PCI: Fix old_size lower bound in calculate_iosize() too

Ilya Bakoulin (2):
      drm/amd/display: Fix BT2020 YCbCr limited/full range input
      drm/amd/display: Don't try AUX transactions on disconnected link

Ingo Molnar (1):
      x86/stackprotector/64: Only export __ref_stack_chk_guard on CONFIG_SMP

Inochi Amaoto (1):
      pinctrl: sophgo: avoid to modify untouched bit when setting cv1800 pinconf

Isaac Scott (1):
      regulator: ad5398: Add device tree support

Ivan Pravdin (1):
      crypto: algif_hash - fix double free in hash_accept

Jaakko Karrenpalo (1):
      net: hsr: Fix PRP duplicate detection

Jacob Keller (1):
      ice: fix vf->num_mac count with port representors

Jaegeuk Kim (1):
      f2fs: introduce f2fs_base_attr for global sysfs entries

Jakob Unterwurzacher (1):
      net: dsa: microchip: linearize skb for tail-tagging switches

Jakub Kicinski (3):
      eth: mlx4: don't try to complete XDP frames in netpoll
      net: page_pool: avoid false positive warning if NAPI was never added
      tools: ynl-gen: don't output external constants

Jan Kara (1):
      jbd2: do not try to recover wiped journal

Janne Grunau (1):
      soc: apple: rtkit: Use high prio work queue

Jason Andryuk (1):
      xenbus: Allow PVH dom0 a non-local xenstore

Jason Gunthorpe (1):
      genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookie

Jeff Chen (1):
      wifi: mwifiex: Fix HT40 bandwidth issue.

Jens Axboe (1):
      io_uring/fdinfo: annotate racy sq/cq head/tail reads

Jernej Skrabec (1):
      Revert "arm64: dts: allwinner: h6: Use RSB for AXP805 PMIC connection"

Jessica Zhang (1):
      drm: Add valid clones check

Jianbo Liu (1):
      net/mlx5e: Add correct match to check IPSec syndromes for switchdev mode

Jiang Liu (1):
      drm/amdgpu: reset psp->cmd to NULL after releasing the buffer

Jiasheng Jiang (1):
      dpll: Add an assertion to check freq_supported_num

Jing Su (1):
      dql: Fix dql->limit value when reset.

Jing Zhou (1):
      drm/amd/display: Guard against setting dispclk low for dcn31x

Jinliang Zheng (1):
      dm: fix unconditional IO throttle caused by REQ_PREFLUSH

Jinqian Yang (1):
      arm64: Add support for HIP09 Spectre-BHB mitigation

Johannes Berg (7):
      wifi: iwlwifi: fix debug actions order
      wifi: iwlwifi: mark Br device not integrated
      wifi: mac80211: fix warning on disconnect during failed ML reconf
      wifi: iwlwifi: use correct IMR dump variable
      wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()
      wifi: mac80211: remove misplaced drv_mgd_complete_tx() call
      wifi: iwlwifi: add support for Killer on MTL

Johannes Thumshirn (1):
      block: only update request sector if needed

John Olender (1):
      drm/amd/display: Defer BW-optimization-blocked DRR adjustments

Jon Hunter (1):
      arm64: tegra: Resize aperture for the IGX PCIe C5 slot

Jonas Karlman (1):
      net: stmmac: dwmac-rk: Validate GRF and peripheral GRF during probe

Jonathan Kim (1):
      drm/amdkfd: set precise mem ops caps to disabled for gfx 11 and 12

Jonathan McDowell (1):
      tpm: Convert warn to dbg in tpm2_start_auth_session()

Jordan Crouse (1):
      clk: qcom: camcc-sm8250: Use clk_rcg2_shared_ops for some RCGs

Josh Poimboeuf (2):
      objtool: Properly disable uaccess validation
      objtool: Fix error handling inconsistencies in check()

Joshua Aberback (1):
      drm/amd/display: Increase block_sequence array size

Justin Tee (3):
      scsi: lpfc: Handle duplicate D_IDs in ndlp search-by D_ID routine
      scsi: lpfc: Ignore ndlp rport mismatch in dev_loss_tmo callbk
      scsi: lpfc: Free phba irq in lpfc_sli4_enable_msi() when pci_irq_vector() fails

Kai Mäkisara (4):
      scsi: st: Tighten the page format heuristics with MODE SELECT
      scsi: st: ERASE does not change tape location
      scsi: scsi_debug: First fixes for tapes
      scsi: st: Restore some drive settings after reset

Kai Vehmanen (1):
      ASoc: SOF: topology: connect DAI to a single DAI link

Karl Chan (1):
      clk: qcom: ipq5018: allow it to be bulid on arm32

Kaustabh Chakraborty (1):
      mmc: dw_mmc: add exynos7870 DW MMC support

Kees Cook (6):
      PNP: Expand length of fixup id string
      net/mlx4_core: Avoid impossible mlx4_db_alloc() order value
      pstore: Change kmsg_bytes storage size to u32
      btrfs: compression: adjust cb->compressed_folios allocation type
      mm: vmalloc: actually use the in-place vrealloc region
      mm: vmalloc: only zero-init on vrealloc shrink

Kevin Krakauer (1):
      selftests/net: have `gro.sh -t` return a correct exit code

Konstantin Andreev (2):
      smack: recognize ipv4 CIPSO w/o categories
      smack: Revert "smackfs: Added check catlen"

Konstantin Shkolnyy (1):
      vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-endian machines

Konstantin Taranov (1):
      net/mana: fix warning in the writer of client oob

Krzysztof Kozlowski (4):
      ASoC: codecs: wsa884x: Correct VI sense channel mask
      ASoC: codecs: wsa883x: Correct VI sense channel mask
      can: c_can: Use of_property_present() to test existence of DT property
      clk: qcom: clk-alpha-pll: Do not use random stack value for recalc rate

Kuan-Chung Chen (1):
      wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU

Kuhanh Murugasen Krishnan (1):
      fpga: altera-cvp: Increase credit timeout

Kuninori Morimoto (1):
      ASoC: soc-dai: check return value at snd_soc_dai_set_tdm_slot()

Kuniyuki Iwashima (2):
      ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
      ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().

Kurt Borja (1):
      hwmon: (dell-smm) Increment the number of fans

Lad Prabhakar (1):
      clk: renesas: rzg2l-cpg: Refactor Runtime PM clock validation

Larisa Grigore (2):
      spi: spi-fsl-dspi: restrict register range for regmap access
      spi: spi-fsl-dspi: Reset SR flags before sending a new message

Len Brown (1):
      tools/power turbostat: Clustered Uncore MHz counters should honor show/hide options

Leo Zeng (1):
      Revert "drm/amd/display: Request HW cursor on DCN3.2 with SubVP"

Leon Huang (1):
      drm/amd/display: Fix incorrect DPCD configs while Replay/PSR switch

Leon Romanovsky (1):
      xfrm: prevent high SEQ input in non-ESN mode

Li Bin (1):
      ARM: at91: pm: fix at91_suspend_finish for ZQ calibration

Lijo Lazar (2):
      drm/amd/pm: Fetch current power limit from PMFW
      drm/amdgpu: Use active umc info from discovery

Lin.Cao (1):
      drm/buddy: fix issue that force_merge cannot free all roots

Linus Torvalds (3):
      gcc-15: make 'unterminated string initialization' just a warning
      gcc-15: disable '-Wunterminated-string-initialization' entirely for now
      Fix mis-uses of 'cc-option' for warning disablement

Linus Walleij (1):
      ASoC: pcm6240: Drop bogus code handling IRQ as GPIO

Lorenzo Stoakes (1):
      intel_th: avoid using deprecated page->mapping, index fields

Lucas De Marchi (2):
      drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
      drm/xe: Fix xe_tile_init_noalloc() error propagation

Luis de Arquer (1):
      spi-rockchip: Fix register out of bounds access

Luiz Augusto von Dentz (1):
      Bluetooth: L2CAP: Fix not checking l2cap_chan security level

Maarten Lankhorst (2):
      drm/xe: Move suballocator init to after display init
      drm/xe: Do not attempt to bootstrap VF in execlists mode

Maciej S. Szmigiero (1):
      ALSA: hda/realtek: Enable PC beep passthrough for HP EliteBook 855 G7

Maher Sanalla (1):
      RDMA/uverbs: Propagate errors from rdma_lookup_get_uobject()

Manish Pandey (1):
      scsi: ufs: Introduce quirk to extend PA_HIBERN8TIME for UFS devices

Marcos Paulo de Souza (1):
      printk: Check CON_SUSPEND when unblanking a console

Marek Szyprowski (1):
      dma-mapping: avoid potential unused data compilation warning

Marek Vasut (1):
      leds: trigger: netdev: Configure LED blink interval for HW offload

Mario Limonciello (1):
      Revert "drm/amd: Keep display off while going into S4"

Mark Harmstone (1):
      btrfs: avoid linker error in btrfs_find_create_tree_block()

Mark Pearson (1):
      platform/x86: think-lmi: Fix attribute name usage for non-compliant items

Markus Elfring (1):
      media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()

Martin Blumenstingl (1):
      pinctrl: meson: define the pull up/down resistor value as 60 kOhm

Martin KaFai Lau (1):
      bpf: Use kallsyms to find the function name of a struct_ops's stub function

Martin Povišer (1):
      ASoC: ops: Enforce platform maximum on initial value

Martin Tsai (1):
      drm/amd/display: Support multiple options during psr entry.

Masahiro Yamada (1):
      kconfig: do not clear SYMBOL_VALID when reading include/config/auto.conf

Matt Johnston (1):
      fuse: Return EPERM rather than ENOSYS from link()

Matthew Brost (2):
      drm/xe: Nuke VM's mapping upon close
      drm/xe: Retry BO allocation

Matthew Sakai (1):
      dm vdo: use a short static string for thread name prefix

Matthew Wilcox (Oracle) (2):
      orangefs: Do not truncate file size
      highmem: add folio_test_partial_kmap()

Matthias Fend (1):
      media: tc358746: improve calculation of the D-PHY timing registers

Matthieu Baerts (NGI0) (1):
      mptcp: pm: userspace: flags: clearer msg if no remote addr

Matti Lehtimäki (2):
      remoteproc: qcom_wcnss: Handle platforms with only single power domain
      remoteproc: qcom_wcnss: Fix on platforms without fallback regulators

Michael Margolin (1):
      RDMA/core: Fix best page size finding when it can cross SG entries

Michal Pecio (1):
      usb: xhci: Don't change the status of stalled TDs on failed Stop EP

Michal Swiatkowski (3):
      ice: init flow director before RDMA
      ice: treat dyn_allowed only as suggestion
      ice: count combined queues using Rx/Tx count

Michal Wajdeczko (3):
      drm/xe/relay: Don't use GFP_KERNEL for new transactions
      drm/xe/pf: Reset GuC VF config when unprovisioning critical resource
      drm/xe/sa: Always call drm_suballoc_manager_fini()

Mika Westerberg (1):
      thunderbolt: Do not add non-active NVM if NVM upgrade is disabled for retimer

Mike Christie (1):
      vhost-scsi: Return queue full for page alloc failures during copy

Mikulas Patocka (1):
      dm: restrict dm device size to 2^63-512 bytes

Ming Lei (1):
      blk-throttle: don't take carryover for prioritized processing of metadata

Ming Yen Hsieh (1):
      wifi: mt76: mt7925: load the appropriate CLC data based on hardware type

Ming-Hung Tsai (1):
      dm cache: prevent BUG_ON by blocking retries on failed device resumes

Miri Korenblit (2):
      wifi: iwlwifi: don't warn when if there is a FW error
      wifi: iwlwifi: don't warn during reprobe

Moshe Shemesh (1):
      net/mlx5: Avoid report two health errors on same syndrome

Mrinmay Sarkar (1):
      PCI: epf-mhi: Update device ID for SA8775P

Mykyta Yatsenko (1):
      bpf: Return prog btf_id without capable check

Naman Trivedi (1):
      arm64: zynqmp: add clock-output-names property in clock nodes

Namjae Jeon (2):
      cifs: add validation check for the fields in smb_aces
      ksmbd: fix stream write failure

Nandakumar Edamana (1):
      libbpf: Fix out-of-bound read

Nathan Chancellor (2):
      kbuild: Properly disable -Wunterminated-string-initialization for clang
      i3c: master: svc: Fix implicit fallthrough in svc_i3c_master_ibi_work()

Nicholas Kazlauskas (2):
      drm/amd/display: Ensure DMCUB idle before reset on DCN31/DCN35
      drm/amd/display: Guard against setting dispclk low when active

Nicholas Susanto (1):
      drm/amd/display: Enable urgent latency adjustment on DCN35

Nick Hu (1):
      clocksource/drivers/timer-riscv: Stop stimecmp when cpu hotplug

Nicolas Bouchinet (2):
      netfilter: conntrack: Bound nf_conntrack sysctl writes
      scsi: logging: Fix scsi_logging_level bounds

Nicolas Bretz (1):
      ext4: on a remount, only log the ro or r/w state when it has changed

Nicolas Escande (1):
      wifi: ath12k: fix ath12k_hal_tx_cmd_ext_desc_setup() info1 override

Niklas Cassel (1):
      misc: pci_endpoint_test: Give disabled BARs a distinct error code

Niklas Neronin (1):
      usb: xhci: set page size to the xHCI-supported size

Niklas Söderlund (1):
      media: adv7180: Disable test-pattern control on adv7180

Nir Lichtman (1):
      x86/build: Fix broken copy command in genimage.sh when making isoimage

Nícolas F. R. A. Prado (4):
      thermal/drivers/mediatek/lvts: Start sensor interrupts disabled
      ASoC: mediatek: mt6359: Add stub for mt6359_accdet_enable_jack_detect
      ASoC: mediatek: mt8188: Treat DMIC_GAINx_CUR as non-volatile
      ASoC: mediatek: mt8188: Add reference for dmic clocks

Oak Zeng (1):
      drm/xe: Reject BO eviction if BO is bound to current VM

Oliver Hartkopp (2):
      can: bcm: add locking for bcm_op runtime updates
      can: bcm: add missing rcu read protection for procfs content

Olivier Moysan (1):
      drm: bridge: adv7511: fill stream capabilities

Ovidiu Bunea (1):
      drm/amd/display: Exit idle optimizations before accessing PHY

P Praneesh (3):
      wifi: ath12k: fix the ampdu id fetch in the HAL_RX_MPDU_START TLV
      wifi: ath12k: Fix end offset bit definition in monitor ring descriptor
      wifi: ath11k: Use dma_alloc_noncoherent for rx_tid buffer allocation

Pali Rohár (7):
      cifs: Add fallback for SMB2 CREATE without FILE_READ_ATTRIBUTES
      cifs: Fix querying and creating MF symlinks over SMB1
      cifs: Fix negotiate retry functionality
      cifs: Set default Netbios RFC1001 server name to hostname in UNC
      cifs: Fix establishing NetBIOS session for SMB2+ connection
      cifs: Fix and improve cifs_query_path_info() and cifs_query_file_info()
      cifs: Fix changing times and read-only attr over SMB1 smb_set_file_info() function

Patrisious Haddad (1):
      net/mlx5: Change POOL_NEXT_SIZE define value and make it global

Paul Burton (2):
      MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
      clocksource: mips-gic-timer: Enable counter when CPUs start

Paul Chaignon (1):
      xfrm: Sanitize marks before insert

Paul E. McKenney (1):
      rcu: Fix get_state_synchronize_rcu_full() GP-start detection

Paul Elder (1):
      media: imx335: Set vblank immediately

Paul Kocialkowski (1):
      net: dwmac-sun8i: Use parsed internal PHY address instead of 1

Pavan Kumar Linga (1):
      idpf: fix null-ptr-deref in idpf_features_check

Pavel Begunkov (3):
      io_uring: don't duplicate flushing in io_req_post_cqe
      io_uring/msg: initialise msg request opcode
      io_uring: fix overflow resched cqe reordering

Pavel Nikulin (1):
      platform/x86: asus-wmi: Disable OOBE state after resume from hibernation

Paweł Anikiel (1):
      x86/Kconfig: make CFI_AUTO_DEFAULT depend on !RUST or Rust >= 1.88

Pedro Nishiyama (1):
      Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken

Peichen Huang (1):
      drm/amd/display: not abort link train when bw is low

Pengyu Luo (1):
      cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist

Peter Seiderer (2):
      net: pktgen: fix mpls maximum labels list parsing
      net: pktgen: fix access outside of user given buffer in pktgen_thread_write()

Peter Ujfalusi (3):
      ASoC: SOF: ipc4-control: Use SOF_CTRL_CMD_BINARY as numid for bytes_ext
      ASoC: SOF: Intel: hda-bus: Use PIO mode on ACE2+ platforms
      ASoC: SOF: ipc4-pcm: Delay reporting is only supported for playback direction

Peter Zijlstra (3):
      perf/core: Clean up perf_try_init_event()
      x86/ibt: Handle FineIBT in handle_cfi_failure()
      x86/traps: Cleanup and robustify decode_bug()

Peter Zijlstra (Intel) (1):
      perf: Avoid the read if the count is already updated

Petr Machata (2):
      vxlan: Join / leave MC group after remote changes
      bridge: mdb: Allow replace of a host-joined group

Philip Redkin (1):
      x86/mm: Check return value from memblock_phys_alloc_range()

Philip Yang (1):
      drm/amdkfd: KFD release_work possible circular locking

Ping-Ke Shih (7):
      wifi: rtw89: fw: propagate error code from rtw89_h2c_tx()
      wifi: rtw89: fw: get sb_sel_ver via get_unaligned_le32()
      wifi: rtw89: fw: add blacklist to avoid obsolete secure firmware
      wifi: rtw89: fw: validate multi-firmware header before getting its size
      wifi: rtw89: fw: validate multi-firmware header before accessing
      wifi: rtw89: call power_on ahead before selecting firmware
      wifi: rtw89: add wiphy_lock() to work that isn't held wiphy_lock() yet

Prathamesh Shete (1):
      pinctrl-tegra: Restore SFSEL bit when freeing pins

Qu Wenruo (2):
      btrfs: run btrfs_error_commit_super() early
      btrfs: avoid NULL pointer dereference if no valid csum tree

Quan Zhou (1):
      wifi: mt76: mt7925: fix fails to enter low power mode in suspend state

Raag Jadav (2):
      devres: Introduce devm_kmemdup_array()
      err.h: move IOMEM_ERR_PTR() to err.h

Rafael J. Wysocki (1):
      cpuidle: menu: Avoid discarding useful information

Ramasamy Kaliappan (1):
      wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band

Ranjan Kumar (2):
      scsi: mpi3mr: Add level check to control event logging
      scsi: mpi3mr: Update timestamp only for supervisor IOCs

Ravi Bangoria (2):
      perf/amd/ibs: Fix perf_ibs_op.cnt_mask for CurCnt
      perf/amd/ibs: Fix ->config to sample period calculation for OP PMU

Rex Lu (1):
      wifi: mt76: mt7996: fix SER reset trigger on WED reset

Ricardo Ribalda (2):
      media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map
      media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value

Ritesh Harjani (IBM) (1):
      book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=n

Rob Herring (Arm) (1):
      perf: arm_pmuv3: Call kvm_vcpu_pmu_resync_el0() before enabling counters

Robert Richter (1):
      libnvdimm/labels: Fix divide error in nd_label_data_init()

Robin Murphy (1):
      iommu: Keep dev->iommu state consistent

Roger Pau Monne (2):
      PCI: vmd: Disable MSI remapping bypass under Xen
      xen/pci: Do not register devices with segments >= 0x10000

Ronak Doshi (1):
      vmxnet3: update MTU after device quiesce

Rosen Penev (1):
      wifi: ath9k: return by of_get_mac_address

Ryan Roberts (2):
      arm64/mm: Check pmd_table() in pmd_trans_huge()
      arm64/mm: Check PUD_TYPE_TABLE in pud_bad()

Ryan Walklin (1):
      ASoC: sun4i-codec: support hp-det-gpios property

Ryo Takakura (1):
      lockdep: Fix wait context check on softirq for PREEMPT_RT

Ryusuke Konishi (1):
      nilfs2: fix deadlock warnings caused by lock dependency in init_nilfs()

Sabrina Dubroca (2):
      espintcp: fix skb leaks
      espintcp: remove encap socket caching to avoid reference leak

Sagi Maimon (1):
      ptp: ocp: Limit signal/freq counts in summary output functions

Sakari Ailus (1):
      media: v4l: Memset argument to 0 before calling get_mbus_config pad op

Saket Kumar Bhaskar (1):
      perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type

Salah Triki (1):
      smb: server: smb2pdu: check return value of xa_store()

Samuel Holland (1):
      riscv: Allow NOMMU kernels to access all of RAM

Saranya Gopal (1):
      platform/x86/intel: hid: Add Pantherlake support

Satyanarayana K V P (2):
      drm/xe/vf: Retry sending MMIO request to GUC on timeout error
      drm/xe/pf: Create a link between PF and VF devices

Sean Anderson (1):
      spi: zynqmp-gqspi: Always acknowledge interrupts

Sean Wang (1):
      Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal

Seongman Lee (1):
      x86/sev: Fix operator precedence in GHCB_MSR_VMPL_REQ_LEVEL macro

Sergio Perez Gonzalez (1):
      spi: spi-mux: Fix coverity issue, unchecked return value

Seyediman Seyedarab (1):
      kbuild: fix argument parsing in scripts/config

Shahar Shitrit (2):
      net/mlx5: Modify LSB bitmask in temperature event to include only the first bit
      net/mlx5: Apply rate-limiting to high temperature warning

Shashank Gupta (1):
      crypto: octeontx2 - suppress auth failure screaming due to negative tests

Shivasharan S (1):
      scsi: mpt3sas: Send a diag reset if target reset fails

Shiwu Zhang (1):
      drm/amdgpu: enlarge the VBIOS binary size limit

Shixiong Ou (1):
      fbdev: fsl-diu-fb: add missing device_remove_file()

Shree Ramamoorthy (1):
      mfd: tps65219: Remove TPS65219_REG_TI_DEV_ID check

Shuicheng Lin (1):
      drm/xe/debugfs: Add missing xe_pm_runtime_put in wedge_mode_set

Simona Vetter (1):
      drm/atomic: clarify the rules around drm_atomic_state->allow_modeset

Siva Durga Prasad Paladugu (1):
      firmware: xilinx: Dont send linux address to get fpga config get status

Soeren Moch (1):
      wifi: rtl8xxxu: retry firmware download on error

Sohil Mehta (2):
      x86/smpboot: Fix INIT delay assignment for extended Intel Families
      x86/microcode: Update the Intel processor flag scan check

Stanimir Varbanov (2):
      PCI: brcmstb: Expand inbound window size up to 64GB
      PCI: brcmstb: Add a softdep to MIP MSI-X driver

Stanley Chu (1):
      i3c: master: svc: Fix missing STOP for master request

Stefan Binding (1):
      ASoC: intel/sdw_utils: Add volume limit to cs42l43 speakers

Stefan Wahren (3):
      staging: vchiq_arm: Create keep-alive thread during probe
      drm/v3d: Add clock handling
      dmaengine: fsl-edma: Fix return code for unhandled interrupts

Stefano Garzarella (1):
      vhost_task: fix vhost_task_create() documentation

Stephan Gerhold (1):
      i2c: qup: Vote for interconnect bandwidth to DRAM

Subbaraya Sundeep (1):
      octeontx2-af: Set LMT_ENA bit for APR table entries

Sudeep Holla (4):
      mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()
      firmware: arm_ffa: Reject higher major version as incompatible
      firmware: arm_ffa: Handle the presence of host partition in the partition info
      firmware: arm_scmi: Relax duplicate name constraint across protocol ids

Suman Ghosh (1):
      octeontx2-pf: Add AF_XDP non-zero copy support

Sungjong Seo (1):
      exfat: call bh_read in get_block only when necessary

Sven Schwermer (1):
      crypto: mxs-dcp - Only set OTP_KEY bit for OTP key

Svyatoslav Ryhel (1):
      ARM: tegra: Switch DSI-B clock parent to PLLD on Tegra114

Takashi Iwai (5):
      ALSA: seq: Improve data consistency at polling
      ASoC: Intel: bytcr_rt5640: Add DMI quirk for Acer Aspire SW3-013
      ALSA: hda/realtek: Add quirk for HP Spectre x360 15-df1xxx
      ALSA: usb-audio: Fix duplicated name in MIDI substream names
      ALSA: pcm: Fix race of buffer access at PCM OSS layer

Taniya Das (1):
      clk: qcom: lpassaudiocc-sc7280: Add support for LPASS resets for QCM6490

Tavian Barnes (1):
      ASoC: SOF: Intel: hda: Fix UAF when reloading module

Thangaraj Samynathan (1):
      net: lan743x: Restore SGMII CTRL register on resume

Thomas Gleixner (1):
      posix-timers: Ensure that timer initialization is fully visible

Thomas Huth (1):
      x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in UAPI headers

Thomas Weißschuh (1):
      timer_list: Don't use %pK through printk()

Thomas Zimmermann (3):
      drm/gem: Test for imported GEM buffers with helper
      drm/ast: Find VBIOS mode from regular display size
      drm/gem: Internally test import_attach for imported objects

Tianyang Zhang (1):
      mm/page_alloc.c: avoid infinite retries caused by cpuset race

Tiwei Bie (1):
      um: Update min_low_pfn to match changes in uml_reserved

Tobias Brunner (1):
      xfrm: Fix UDP GRO handling for some corner cases

Tom Chung (1):
      drm/amd/display: Initial psr_version with correct setting

Trond Myklebust (7):
      NFSv4: Check for delegation validity in nfs_start_delegation_return_locked()
      NFS: Don't allow waiting for exiting tasks
      SUNRPC: Don't allow waiting for exiting tasks
      NFSv4: Treat ENETUNREACH errors as fatal for state recovery
      SUNRPC: rpc_clnt_set_transport() must not change the autobind setting
      SUNRPC: rpcbind should never reset the port to the value '0'
      pNFS/flexfiles: Report ENETDOWN as a connection error

Tudor Ambarus (1):
      mailbox: use error ret code of of_parse_phandle_with_args()

Uday Shankar (1):
      ublk: enforce ublks_max only for unprivileged devices

Umesh Nerlige Ramappa (1):
      drm/xe/oa: Ensure that polled read returns latest data

Uros Bizjak (1):
      x86/locking: Use ALT_OUTPUT_SP() for percpu_{,try_}cmpxchg{64,128}_op()

Valentin Caron (1):
      pinctrl: devicetree: do not goto err when probing hogs in pinctrl_dt_to_map

Vasant Hegde (1):
      iommu/amd/pgtbl_v2: Improve error handling

Vicki Pfau (1):
      Input: xpad - add more controllers

Victor Lu (1):
      drm/amdgpu: Do not program AGP BAR regs under SRIOV in gfxhub_v1_0.c

Victor Skvortsov (1):
      drm/amdgpu: Skip pcie_replay_count sysfs creation for VF

Vijendar Mukunda (1):
      soundwire: amd: change the soundwire wake enable/disable sequence

Viktor Malik (1):
      bpftool: Fix readlink usage in get_fd_type

Vinicius Costa Gomes (1):
      dmaengine: idxd: Fix allowing write() from different address spaces

Vinith Kumar R (1):
      wifi: ath12k: Report proper tx completion status to mac80211

Viresh Kumar (1):
      firmware: arm_ffa: Set dma_mask for ffa devices

Vitalii Mordan (1):
      i2c: pxa: fix call balance of i2c->clk handling routines

Vladimir Kondratiev (1):
      irqchip/riscv-aplic: Add support for hart indexes

Vladimir Moskovkin (1):
      platform/x86: dell-wmi-sysman: Avoid buffer overflow in current_password_store()

Vladimir Oltean (1):
      net: enetc: refactor bulk flipping of RX buffers to separate function

Waiman Long (1):
      x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()

Wang Liang (1):
      net/tipc: fix slab-use-after-free Read in tipc_aead_encrypt_done

Wang Zhaolong (3):
      smb: client: Store original IO parameters and prevent zero IO sizes
      smb: client: Fix use-after-free in cifs_fill_dirent
      smb: client: Reset all search buffer pointers when releasing buffer

Wentao Guan (2):
      nvme-pci: add quirks for device 126f:1001
      nvme-pci: add quirks for WDC Blue SN550 15b7:5009

Willem de Bruijn (1):
      ipv6: save dontfrag in cork

William Tu (3):
      net/mlx5e: set the tx_queue_len for pfifo_fast
      net/mlx5e: reduce rep rxq depth to 256 for ECPF
      net/mlx5e: reduce the max log mpwrq sz for ECPF and reps

Xiao Liang (1):
      net: ipv6: Init tunnel link-netns before registering dev

Xiaofei Tan (1):
      ACPI: HED: Always initialize before evged

Xin Li (Intel) (1):
      x86/fred: Fix system hang during S4 resume with FRED enabled

Xin Wang (1):
      drm/xe/debugfs: fixed the return value of wedged_mode_set

Yeoreum Yun (1):
      coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t

Yi Liu (2):
      iommufd: Extend IOMMU_GET_HW_INFO to report PASID capability
      iommufd: Disallow allocating nested parent domain with fault ID

Yihan Zhu (1):
      drm/amd/display: handle max_downscale_src_width fail check

Yonghong Song (1):
      bpf: Allow pre-ordering for bpf cgroup progs

Youssef Samir (1):
      accel/qaic: Mask out SR-IOV PCI resources

Yuanjun Gong (1):
      leds: pwm-multicolor: Add check for fwnode_property_read_u32

Zhang Rui (1):
      thermal: intel: x86_pkg_temp_thermal: Fix bogus trip temperature

Zhang Yi (2):
      ext4: don't write back data before punch hole in nojournal mode
      ext4: remove writable userspace mappings before truncating page cache

Zhi Wang (1):
      drm/nouveau: fix the broken marco GSP_MSG_MAX_SIZE

Zhikai Zhai (1):
      drm/amd/display: calculate the remain segments for all pipes

Zhongqiu Han (1):
      virtio_ring: Fix data race by tagging event_triggered as racy for KCSAN

Zhongwei Zhang (1):
      drm/amd/display: Correct timing_adjust_pending flag setting.

Zsolt Kajtar (2):
      fbcon: Use correct erase colour for clearing in fbcon
      fbdev: core: tileblit: Implement missing margin clearing for tileblit

feijuan.li (1):
      drm/edid: fixed the bug that hdr metadata was not reset

gaoxu (1):
      cgroup: Fix compilation issue due to cgroup_mutex not being exported

junan (1):
      HID: usbkbd: Fix the bit shift number for LED_KANA

shantiprasad shettar (1):
      bnxt_en: Query FW parameters when the CAPS_CHANGE bit is set

zihan zhou (1):
      sched: Reduce the default slice to avoid tasks getting an extra tick


             reply	other threads:[~2025-05-29  9:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-29  9:44 Greg Kroah-Hartman [this message]
2025-05-29  9:45 ` Linux 6.12.31 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2025052958-playful-tiny-1c33@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lwn@lwn.net \
    --cc=stable@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.