mbox series

[net,v2,0/5,pull,request] Intel Wired LAN Driver Updates 2023-02-06 (ice)

Message ID 20230206232934.634298-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2023-02-06 (ice) | expand

Message

Tony Nguyen Feb. 6, 2023, 11:29 p.m. UTC
This series contains updates to ice driver only.

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.
---
v2: Dropped, previous, patch 1

v1: https://lore.kernel.org/netdev/20230131213703.1347761-1-anthony.l.nguyen@intel.com/

The following are changes since commit 811d581194f7412eda97acc03d17fc77824b561f:
  net: USB: Fix wrong-direction WARNING in plusb.c
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()

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_common.c   |  9 ++++----
 drivers/net/ethernet/intel/ice/ice_main.c     |  2 +-
 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 +++++++++++++-
 6 files changed, 30 insertions(+), 22 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Feb. 8, 2023, 6:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by Tony Nguyen <anthony.l.nguyen@intel.com>:

On Mon,  6 Feb 2023 15:29:29 -0800 you wrote:
> This series contains updates to ice driver only.
> 
> Ani removes WQ_MEM_RECLAIM flag from workqueue to resolve
> check_flush_dependency warning.
> 
> Michal fixes KASAN out-of-bounds warning.
> 
> [...]

Here is the summary with links:
  - [net,v2,1/5] ice: Do not use WQ_MEM_RECLAIM flag for workqueue
    https://git.kernel.org/netdev/net/c/4d159f7884f7
  - [net,v2,2/5] ice: fix out-of-bounds KASAN warning in virtchnl
    https://git.kernel.org/netdev/net/c/b2dbde3ad44f
  - [net,v2,3/5] ice: Fix disabling Rx VLAN filtering with port VLAN enabled
    https://git.kernel.org/netdev/net/c/c793f8ea15e3
  - [net,v2,4/5] ice: Fix off by one in ice_tc_forward_to_queue()
    https://git.kernel.org/netdev/net/c/3f4870df1b15
  - [net,v2,5/5] ice: switch: fix potential memleak in ice_add_adv_recipe()
    https://git.kernel.org/netdev/net/c/4a606ce68426

You are awesome, thank you!