Netdev List
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-09-08 (idpf, ice)
@ 2026-09-08 21:44 Tony Nguyen
  2026-09-08 21:44 ` [PATCH net 1/5] idpf: disable DIM work before freeing q_vectors Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Tony Nguyen @ 2026-09-08 21:44 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev
  Cc: Tony Nguyen, ae878000, mhun512, joshua.a.hay, sridhar.samudrala,
	milena.olech, vadim.fedorenko, willemb, jacob.e.keller,
	przemyslaw.kitszel, jbrandeb

For idpf:
Myeonghun Pak adds calls to disable DIM work and PTM to allow for proper
cleanup.

Josh adds check, and adjustment, for VLAN headers when processing RSC
packets.

For ice:
Jake adds call to xa_destroy for xarray sched_node_ids; also moving it
from port_info struct to ice_hw to simplify its lifecycle management.

Jakub Kicinski stores trace event data as scalars instead of
dereferencing pointers in TP_printk(), preventing use-after-free issues
during event printing and eliminating double-dereference warnings.

The following are changes since commit e0554c6276da957b6e72849520c70a97404cd1ae:
  Merge branch 'net-ethernet-cortina-fix-rx-budget-accounting'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE

Jacob Keller (1):
  ice: add missing xa_destroy for sched_node_ids

Jakub Kicinski (1):
  eth: ice: don't dereference pointers from TP_printk()

Joshua Hay (1):
  idpf: account for VLAN header when parsing RSC packet header

Myeonghun Pak (2):
  idpf: disable DIM work before freeing q_vectors
  idpf: disable PTM on probe failure and on remove

 drivers/net/ethernet/intel/ice/ice_common.c |  9 ++-
 drivers/net/ethernet/intel/ice/ice_sched.c  |  4 +-
 drivers/net/ethernet/intel/ice/ice_trace.h  | 64 ++++++++++++++-------
 drivers/net/ethernet/intel/ice/ice_type.h   |  2 +-
 drivers/net/ethernet/intel/idpf/idpf_main.c |  5 ++
 drivers/net/ethernet/intel/idpf/idpf_txrx.c | 34 +++++++++--
 6 files changed, 86 insertions(+), 32 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-09-12  9:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-08 21:44 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-09-08 (idpf, ice) Tony Nguyen
2026-09-08 21:44 ` [PATCH net 1/5] idpf: disable DIM work before freeing q_vectors Tony Nguyen
2026-09-08 21:44 ` [PATCH net 2/5] idpf: disable PTM on probe failure and on remove Tony Nguyen
2026-09-12  9:36   ` netdev-bot+sashiko
2026-09-08 21:44 ` [PATCH net 3/5] idpf: account for VLAN header when parsing RSC packet header Tony Nguyen
2026-09-08 21:44 ` [PATCH net 4/5] ice: add missing xa_destroy for sched_node_ids Tony Nguyen
2026-09-08 21:45 ` [PATCH net 5/5] eth: ice: don't dereference pointers from TP_printk() Tony Nguyen
2026-09-10 16:10 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-09-08 (idpf, ice) patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox