]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorPaolo Abeni <pabeni@redhat.com>
Thu, 26 Mar 2026 14:14:51 +0000 (15:14 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 26 Mar 2026 14:14:52 +0000 (15:14 +0100)
commitdeec4f7b411a5a5fc8b2f1907da5b8dd3061bb76
treea4efe5c050a9aa76c1caaada256de2a1282f9cff
parent72d96e4e24bbefdcfbc68bdb9341a05d8f5cb6e5
parentb5e5797e3cd1fd1561b212b2b94f8865d07f2890
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>