Commit acc4d5ff0b61 for kernel

commit acc4d5ff0b61eb1715c498b6536c38c1feb7f3c1
Merge: 3491aa04787f f278b6d5bb46
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Apr 1 20:00:51 2025 -0700

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

    Pull networking fixes from Jakub Kicinski:
     "Rather tiny pull request, mostly so that we can get into our trees
      your fix to the x86 Makefile.

      Current release - regressions:

       - Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc", error
         queue accounting was missed

      Current release - new code bugs:

       - 5 fixes for the netdevice instance locking work

      Previous releases - regressions:

       - usbnet: restore usb%d name exception for local mac addresses

      Previous releases - always broken:

       - rtnetlink: allocate vfinfo size for VF GUIDs when supported, avoid
         spurious GET_LINK failures

       - eth: mana: Switch to page pool for jumbo frames

       - phy: broadcom: Correct BCM5221 PHY model detection

      Misc:

       - selftests: drv-net: replace helpers for referring to other files"

    * tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net: (22 commits)
      Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"
      bnxt_en: bring back rtnl lock in bnxt_shutdown
      eth: gve: add missing netdev locks on reset and shutdown paths
      selftests: mptcp: ignore mptcp_diag binary
      selftests: mptcp: close fd_in before returning in main_loop
      selftests: mptcp: fix incorrect fd checks in main_loop
      mptcp: fix NULL pointer in can_accept_new_subflow
      octeontx2-af: Free NIX_AF_INT_VEC_GEN irq
      octeontx2-af: Fix mbox INTR handler when num VFs > 64
      net: fix use-after-free in the netdev_nl_sock_priv_destroy()
      selftests: net: use Path helpers in ping
      selftests: net: use the dummy bpf from net/lib
      selftests: drv-net: replace the rpath helper with Path objects
      net: lapbether: use netdev_lockdep_set_classes() helper
      net: phy: broadcom: Correct BCM5221 PHY model detection
      net: usb: usbnet: restore usb%d name exception for local mac addresses
      net/mlx5e: SHAMPO, Make reserved size independent of page size
      net: mana: Switch to page pool for jumbo frames
      MAINTAINERS: Add dedicated entries for phy_link_topology
      net: move replay logic to tc_modify_qdisc
      ...