netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-07-14 (ice)
Date: Fri, 14 Jul 2023 13:10:39 -0700	[thread overview]
Message-ID: <20230714201041.1717834-1-anthony.l.nguyen@intel.com> (raw)

This series contains updates to ice driver only.

Petr Oros removes multiple calls made to unregister netdev and
devlink_port.

Michal fixes null pointer dereference that can occur during reload.

The following are changes since commit 9840036786d90cea11a90d1f30b6dc003b34ee67:
  gso: fix dodgy bit handling for GSO_UDP_L4
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Michal Swiatkowski (1):
  ice: prevent NULL pointer deref during reload

Petr Oros (1):
  ice: Unregister netdev and devlink_port only once

 drivers/net/ethernet/intel/ice/ice_base.c    |  2 ++
 drivers/net/ethernet/intel/ice/ice_ethtool.c | 13 ++++++++--
 drivers/net/ethernet/intel/ice/ice_lib.c     | 27 --------------------
 drivers/net/ethernet/intel/ice/ice_main.c    | 10 ++++++--
 4 files changed, 21 insertions(+), 31 deletions(-)

-- 
2.38.1


             reply	other threads:[~2023-07-14 20:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-14 20:10 Tony Nguyen [this message]
2023-07-14 20:10 ` [PATCH net 1/2] ice: Unregister netdev and devlink_port only once Tony Nguyen
2023-07-14 20:10 ` [PATCH net 2/2] ice: prevent NULL pointer deref during reload Tony Nguyen
2023-07-18 10:10 ` [PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2023-07-14 (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=20230714201041.1717834-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.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).