Single branch specified, using that and the previous one: remotes/brancher/net-next-2025-03-06--18-00 (v6.14-rc4-1304-g2ca21f01bfde) remotes/brancher/net-next-2025-03-06--21-00 (v6.14-rc4-1488-g0cb23ca6e2b8) ==== BASE DIFF ==== .mailmap | 3 + Documentation/filesystems/idmappings.rst | 4 +- MAINTAINERS | 19 +- Makefile | 2 +- arch/arm64/include/asm/hugetlb.h | 26 +- arch/arm64/include/asm/kvm_arm.h | 2 +- arch/arm64/include/asm/kvm_host.h | 2 +- arch/arm64/kvm/arm.c | 37 +- arch/arm64/kvm/vmid.c | 11 +- arch/arm64/mm/hugetlbpage.c | 61 ++- arch/arm64/mm/init.c | 7 +- arch/loongarch/include/asm/hugetlb.h | 6 +- arch/mips/boot/tools/relocs.c | 5 + arch/mips/include/asm/hugetlb.h | 6 +- arch/parisc/include/asm/hugetlb.h | 2 +- arch/parisc/mm/hugetlbpage.c | 2 +- arch/powerpc/include/asm/hugetlb.h | 6 +- arch/riscv/include/asm/hugetlb.h | 3 +- arch/riscv/kvm/aia_imsic.c | 1 - arch/riscv/kvm/vcpu_sbi_hsm.c | 11 +- arch/riscv/kvm/vcpu_sbi_replace.c | 15 +- arch/riscv/kvm/vcpu_sbi_system.c | 3 +- arch/riscv/mm/hugetlbpage.c | 2 +- arch/s390/include/asm/hugetlb.h | 16 +- arch/s390/mm/hugetlbpage.c | 4 +- arch/sparc/include/asm/hugetlb.h | 2 +- arch/sparc/mm/hugetlbpage.c | 2 +- arch/x86/Kconfig | 1 + arch/x86/entry/common.c | 1 + arch/x86/events/core.c | 2 +- arch/x86/events/intel/core.c | 85 ++++ arch/x86/events/rapl.c | 1 + arch/x86/kernel/cpu/cyrix.c | 4 +- arch/x86/kernel/cpu/microcode/amd.c | 266 ++++++++---- arch/x86/kernel/cpu/microcode/amd_shas.c | 444 +++++++++++++++++++++ arch/x86/kernel/cpu/microcode/internal.h | 2 - arch/x86/kernel/devicetree.c | 3 +- arch/x86/kernel/irq.c | 2 + arch/x86/kvm/mmu/mmu.c | 12 +- arch/x86/kvm/vmx/nested.c | 11 + arch/x86/kvm/x86.c | 2 +- block/bio.c | 2 +- block/blk-merge.c | 2 +- block/blk-settings.c | 14 +- block/blk-zoned.c | 76 +++- block/blk.h | 9 +- drivers/ata/ahci.h | 8 +- drivers/ata/libahci.c | 1 + drivers/ata/libata-core.c | 4 - drivers/dma/qcom/bam_dma.c | 24 +- drivers/dma/tegra210-adma.c | 5 + drivers/firmware/efi/cper-arm.c | 2 +- drivers/firmware/efi/cper-x86.c | 2 +- drivers/firmware/efi/mokvar-table.c | 57 ++- drivers/gpio/gpiolib.c | 20 +- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 7 + drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 11 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c | 20 +- drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 2 +- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 4 + drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 4 + drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v10.c | 6 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v11.c | 5 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v12.c | 5 +- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 5 +- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 86 +++- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_irq.c | 14 + .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_psr.c | 3 +- drivers/gpu/drm/amd/pm/legacy-dpm/kv_dpm.c | 25 +- drivers/gpu/drm/amd/pm/legacy-dpm/legacy_dpm.c | 8 +- drivers/gpu/drm/amd/pm/legacy-dpm/si_dpm.c | 26 +- drivers/gpu/drm/drm_fbdev_dma.c | 217 +++++++--- drivers/gpu/drm/i915/display/intel_ddi.c | 9 +- drivers/gpu/drm/imagination/Makefile | 2 - drivers/gpu/drm/nouveau/nouveau_connector.c | 1 - drivers/gpu/drm/vkms/vkms_composer.c | 2 +- drivers/gpu/drm/xe/regs/xe_engine_regs.h | 1 - drivers/gpu/drm/xe/xe_guc_submit.c | 2 + drivers/gpu/drm/xe/xe_oa.c | 5 +- drivers/gpu/drm/xe/xe_vm.c | 40 +- drivers/hid/hid-apple.c | 11 +- drivers/hid/hid-appleir.c | 2 +- drivers/hid/hid-corsair-void.c | 83 ++-- drivers/hid/hid-debug.c | 2 +- drivers/hid/hid-google-hammer.c | 2 + drivers/hid/hid-nintendo.c | 14 +- drivers/hid/hid-steam.c | 2 +- drivers/hid/i2c-hid/i2c-hid-core.c | 2 +- drivers/hid/intel-ish-hid/ishtp-hid-client.c | 2 +- drivers/hid/intel-ish-hid/ishtp-hid.c | 4 +- .../intel-thc-hid/intel-quickspi/pci-quickspi.c | 2 + .../intel-quickspi/quickspi-protocol.c | 2 +- drivers/i2c/busses/i2c-amd-asf-plat.c | 1 + drivers/i2c/busses/i2c-ls2x.c | 16 +- drivers/i2c/busses/i2c-npcm7xx.c | 7 + drivers/idle/intel_idle.c | 4 + drivers/iommu/amd/iommu.c | 4 +- drivers/iommu/intel/dmar.c | 1 + drivers/iommu/intel/iommu.c | 10 +- drivers/of/of_reserved_mem.c | 4 +- drivers/phy/freescale/phy-fsl-samsung-hdmi.c | 13 +- drivers/phy/rockchip/Kconfig | 1 + drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 5 +- drivers/phy/samsung/phy-exynos5-usbdrd.c | 25 +- drivers/phy/st/phy-stm32-combophy.c | 38 +- drivers/phy/tegra/xusb-tegra186.c | 11 + drivers/phy/ti/phy-gmii-sel.c | 15 +- drivers/thermal/gov_power_allocator.c | 32 +- drivers/thermal/thermal_of.c | 50 ++- drivers/vhost/vhost.c | 2 +- fs/affs/file.c | 9 +- fs/efivarfs/file.c | 10 +- fs/efivarfs/super.c | 3 +- fs/exfat/balloc.c | 10 +- fs/exfat/exfat_fs.h | 2 +- fs/exfat/fatent.c | 11 +- fs/exfat/file.c | 2 +- fs/exfat/namei.c | 7 +- fs/fuse/dev.c | 13 +- fs/pipe.c | 26 +- fs/smb/client/cifsacl.c | 34 +- fs/smb/client/cifssmb.c | 3 +- fs/smb/common/smbacl.h | 3 +- fs/smb/server/smb2pdu.c | 8 +- fs/smb/server/smbacl.c | 52 ++- fs/smb/server/smbacl.h | 2 +- fs/smb/server/transport_ipc.c | 1 + fs/xfs/xfs_buf.c | 182 +++------ fs/xfs/xfs_buf.h | 7 +- fs/xfs/xfs_buf_mem.c | 2 +- fs/xfs/xfs_log_recover.c | 2 +- fs/xfs/xfs_mount.c | 7 +- fs/xfs/xfs_rtalloc.c | 2 +- fs/xfs/xfs_trace.h | 1 + include/asm-generic/hugetlb.h | 2 +- include/asm-generic/vmlinux.lds.h | 2 +- include/linux/blkdev.h | 8 +- include/linux/call_once.h | 47 ++- include/linux/compiler.h | 2 +- include/linux/cred.h | 10 +- include/linux/hugetlb.h | 4 +- include/linux/pipe_fs_i.h | 61 ++- include/linux/rcuref.h | 9 +- io_uring/net.c | 4 +- kernel/events/core.c | 31 +- kernel/events/uprobes.c | 15 +- kernel/pid_namespace.c | 2 +- kernel/sched/core.c | 2 +- kernel/trace/ftrace.c | 27 +- kernel/trace/trace_events_hist.c | 30 +- kernel/trace/trace_fprobe.c | 20 + kernel/trace/trace_probe.h | 5 +- kernel/vhost_task.c | 4 +- lib/rcuref.c | 5 +- mm/hugetlb.c | 4 +- tools/objtool/check.c | 7 +- tools/objtool/include/objtool/special.h | 2 +- tools/objtool/noreturns.h | 2 +- .../ftrace/test.d/dynevent/add_remove_fprobe.tc | 18 +- 160 files changed, 2051 insertions(+), 872 deletions(-) ==== COMMIT DIFF ==== diff --git a/tmp/tmp.uMYxQ6cZn6 b/tmp/tmp.eYkDfs1ywC index f4ff15d24b3e..2d997ab24a63 100644 --- a/tmp/tmp.uMYxQ6cZn6 +++ b/tmp/tmp.eYkDfs1ywC @@ -3,13 +3,14 @@ selftests: net: enable profiling tc_action dbg profile patch forwarding: set timeout to 3 hours +net: phylink: Remove unused phylink_init_eee +udp: expand SKB_DROP_REASON_UDP_CSUM use +net: dsa: mv88e6xxx: Verify after ATU Load ops +docs: netdev: add a note on selftest posting +ice: fix reservation of resources for RDMA when disabled selftests: net: use the dummy bpf from net/lib selftests: drv-net: add path helper for net/lib qlcnic: Optimize performance by replacing rw_lock with spinlock -vsock/test: Add test for null ptr deref when transport changes -vsock/test: Add new function to check for timeout -udp_tunnel: use static call for GRO hooks when possible -udp_tunnel: create a fast-path GRO lookup. netfilter: nf_tables: make destruction work queue pernet netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template. @@ -26,10 +27,6 @@ ixgbe: Fix unreachable retry logic in combined and byte I2C write functions net: ethernet: Remove accidental duplication in Kconfig file hinic3: module initialization and tx/rx logic rtase: Fix improper release of ring list entries in rtase_sw_reset -dt-bindings: net: phy: add BCM63268 GPHY -net: phy: enable bcm63xx on bmips -net: phy: bcm63xx: add support for BCM63268 GPHY -i40e: fix MMIO write access to an invalid page in i40e_clear_hw selftests: bonding: fix incorrect mac address bonding: fix incorrect MAC address setting to receive NS messages net: mctp i2c: Copy headers if cloned @@ -78,7 +75,6 @@ ieee802154: ca8210: Use proper setters and getters for bitwise types net: ti: icssg-prueth: Add XDP support net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA net: ti: icssg-prueth: Use page_pool API for RX buffer allocation -octeontx2-af: fix build warnings flagged by clang, sparse ,kernel test robot net: phy: dp83869: fix status reporting for link downshift ptp: ocp: Remove redundant check in _signal_summary_show net: stmmac: Add glue layer for Sophgo SG2044 SoC