Commit 47fa679db171 for kernel

commit 47fa679db1717c481ca4cd810839c683012b0e2b
Merge: 7e107ab85cd4 816419dfea5c
Author: Jakub Kicinski <kuba@kernel.org>
Date:   Wed Jul 29 17:25:41 2026 -0700

    Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue

    Tony Nguyen says:

    ====================
    Intel Wired LAN Driver Updates 2026-07-28 (idpf, ice, igc, igbvf, e1000)

    Michael Bommarito adds bounds checking to ensure interrupt vector array
    stays in-bounds on idpf.

    Josh adjusts minimum value for Tx ring descriptors to prevent Tx
    timeouts in flow based scheduling mode in idpf.

    Yuho Choi frees IRQ name in error path to prevent memory leak for idpf.

    Aaron Ma adds a wait for reset completion before returning from resume
    on ice driver.

    Dawid completely disables and clears VF interrupts during reset on ice.

    Dawei Feng adjusts error path for ice loopback test setup and e1000 probe
    to prevent memory leaks.

    Przemek ignores, expected, -EBUSY errors that can occur during reset
    and cause disabling of DPLL on ice.

    David Carlier removes napi_synchronize() during igc_down for igc.

    Matt Vollrath removes incorrect decrement of count which could cause
    leaking due to off-by-one issue.

    * '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
      e1000: fix memory leak in e1000_probe()
      igbvf: Fix leak in TX DMA error cleanup
      igc: remove napi_synchronize() in igc_down()
      ice: suppress DPLL errors during reset recovery
      ice: fix memory leak in ice_lbtest_prepare_rings()
      ice: fix VF interrupts cleanup
      ice: wait for reset completion in ice_resume()
      idpf: Fix mailbox IRQ name leak on request failure
      idpf: adjust TxQ ring count minimum
      idpf: bound interrupt-vector register fill to the allocated array
    ====================

    Link: https://patch.msgid.link/20260728210909.3042004-1-anthony.l.nguyen@intel.com
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>