Commit e72e9e693307 for kernel

commit e72e9e6933071fbbb3076811d3a0cc20e8720a5b
Merge: 288537d9c936 cc0dec3f659d
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Apr 24 09:14:50 2025 -0700

    Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

    Pull networking fixes from Paolo Abeni:
     "No fixes from any subtree.

      Current release - regressions:

       - net: fix the missing unlock for detached devices

      Previous releases - regressions:

       - sched: fix UAF vulnerability in HFSC qdisc

       - lwtunnel: disable BHs when required

       - mptcp: pm: defer freeing of MPTCP userspace path manager entries

       - tipc: fix NULL pointer dereference in tipc_mon_reinit_self()

       - eth: virtio-net: disable delayed refill when pausing rx

      Previous releases - always broken:

       - phylink: fix suspend/resume with WoL enabled and link down

       - eth:
           - mlx5: fix null-ptr-deref in mlx5_create_{inner_,}ttc_table()
           - xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
           - enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASS
           - stmmac: fix dwmac1000 ptp timestamp status offset
           - pds_core: prevent possible adminq overflow/stuck condition

      Misc:

       - a bunch of MAINTAINERS updates"

    * tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (32 commits)
      net: stmmac: fix multiplication overflow when reading timestamp
      net: stmmac: fix dwmac1000 ptp timestamp status offset
      net: dp83822: Fix OF_MDIO config check
      pds_core: make wait_context part of q_info
      pds_core: Remove unnecessary check in pds_client_adminq_cmd()
      pds_core: handle unsupported PDS_CORE_CMD_FW_CONTROL result
      pds_core: Prevent possible adminq overflow/stuck condition
      net: dsa: mt7530: sync driver-specific behavior of MT7531 variants
      selftests/tc-testing: Add test for HFSC queue emptying during peek operation
      net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
      net_sched: hfsc: Fix a UAF vulnerability in class handling
      selftests: mptcp: diag: use mptcp_lib_get_info_value
      mptcp: pm: Defer freeing of MPTCP userspace path manager entries
      net: ethernet: mtk_eth_soc: net: revise NETSYSv3 hardware configuration
      tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
      virtio-net: disable delayed refill when pausing rx
      net: phy: leds: fix memory leak
      net: phylink: mac_link_(up|down)() clarifications
      net: phylink: fix suspend/resume with WoL enabled and link down
      net: lwtunnel: disable BHs when required
      ...