From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, andrew+netdev@lunn.ch,
netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>,
ae878000@gmail.com, mhun512@gmail.com, joshua.a.hay@intel.com,
sridhar.samudrala@intel.com, milena.olech@intel.com,
vadim.fedorenko@linux.dev, willemb@google.com,
jacob.e.keller@intel.com, przemyslaw.kitszel@intel.com,
jbrandeb@kernel.org
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-09-08 (idpf, ice)
Date: Tue, 8 Sep 2026 14:44:55 -0700 [thread overview]
Message-ID: <20260908214502.528440-1-anthony.l.nguyen@intel.com> (raw)
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
next reply other threads:[~2026-09-08 21:45 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-08 21:44 Tony Nguyen [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260908214502.528440-1-anthony.l.nguyen@intel.com \
--to=anthony.l.nguyen@intel.com \
--cc=ae878000@gmail.com \
--cc=andrew+netdev@lunn.ch \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=jacob.e.keller@intel.com \
--cc=jbrandeb@kernel.org \
--cc=joshua.a.hay@intel.com \
--cc=kuba@kernel.org \
--cc=mhun512@gmail.com \
--cc=milena.olech@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=sridhar.samudrala@intel.com \
--cc=vadim.fedorenko@linux.dev \
--cc=willemb@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).