[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230131213703.1347761-1-anthony.l.nguyen@intel.com>
Date: Tue, 31 Jan 2023 13:36:57 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2023-01-31 (ice)
This series contains updates to ice driver only.
Dave moves unplug of auxiliary device to service task to avoid deadlock
situations with RTNL lock.
Ani removes WQ_MEM_RECLAIM flag from workqueue to resolve
check_flush_dependency warning.
Michal fixes KASAN out-of-bounds warning.
Brett corrects behaviour for port VLAN Rx filters to prevent receiving
of unintended traffic.
Dan Carpenter fixes possible off by one issue.
Zhang Changzhong adjusts error path for switch recipe to prevent memory
leak.
The following are changes since commit de5ca4c3852f896cacac2bf259597aab5e17d9e3:
net: sched: sch: Bounds check priority
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Anirudh Venkataramanan (1):
ice: Do not use WQ_MEM_RECLAIM flag for workqueue
Brett Creeley (1):
ice: Fix disabling Rx VLAN filtering with port VLAN enabled
Dan Carpenter (1):
ice: Fix off by one in ice_tc_forward_to_queue()
Dave Ertman (1):
ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
Michal Swiatkowski (1):
ice: fix out-of-bounds KASAN warning in virtchnl
Zhang Changzhong (1):
ice: switch: fix potential memleak in ice_add_adv_recipe()
drivers/net/ethernet/intel/ice/ice.h | 14 +++++--------
drivers/net/ethernet/intel/ice/ice_common.c | 9 ++++----
drivers/net/ethernet/intel/ice/ice_main.c | 19 +++++++----------
drivers/net/ethernet/intel/ice/ice_switch.c | 2 +-
drivers/net/ethernet/intel/ice/ice_tc_lib.c | 2 +-
drivers/net/ethernet/intel/ice/ice_vf_mbx.c | 21 +++++++------------
.../ethernet/intel/ice/ice_vf_vsi_vlan_ops.c | 16 +++++++++++++-
7 files changed, 42 insertions(+), 41 deletions(-)
--
2.38.1
Powered by blists - more mailing lists