Commit deec4f7b411a for kernel

commit deec4f7b411a5a5fc8b2f1907da5b8dd3061bb76
Merge: 72d96e4e24bb b5e5797e3cd1
Author: Paolo Abeni <pabeni@redhat.com>
Date:   Thu Mar 26 15:14:51 2026 +0100

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

    Tony Nguyen says:

    ====================
    For ice:
    Michal corrects call to alloc_etherdev_mqs() to provide maximum number
    of queues supported rather than currently allocated number of queues.

    Petr Oros fixes issues related to some ethtool operations in switchdev
    mode.

    For iavf:
    Kohei Enju corrects number of reported queues for ethtool statistics to
    absolute max as using current number could race and cause out-of-bounds
    issues.

    For idpf:
    Josh NULLs cdev_info pointer after freeing to prevent possible subsequent
    improper access. He also defers setting of refillqs value until after
    allocation to prevent possible NULL pointer dereference.

    * '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
      idpf: only assign num refillqs if allocation was successful
      idpf: clear stale cdev_info ptr
      iavf: fix out-of-bounds writes in iavf_get_ethtool_stats()
      ice: use ice_update_eth_stats() for representor stats
      ice: fix inverted ready check for VF representors
      ice: set max queues in alloc_etherdev_mqs()
    ====================

    Link: https://patch.msgid.link/20260323205843.624704-1-anthony.l.nguyen@intel.com
    Signed-off-by: Paolo Abeni <pabeni@redhat.com>