mbox

[pull,request,net,v2,0/7] mlx5 fixes 2020-11-03

Message ID 20201105202129.23644-1-saeedm@nvidia.com
State Accepted
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-11-03

Message

Saeed Mahameed Nov. 5, 2020, 8:21 p.m. UTC
Hi Jakub,

This series introduces some fixes to mlx5 driver.

v1->v2:
 - Fix fixes line tag in patch #1
 - Toss ktls refcount leak fix, Maxim will look further into the root
   cause.
 - Toss eswitch chain 0 prio patch, until we determine if it is needed
   for -rc and net.

Please pull and let me know if there is any problem.

For -stable v5.1
 ('net/mlx5: Fix deletion of duplicate rules')

For -stable v5.4
 ('net/mlx5e: Fix modify header actions memory leak')

For -stable v5.8
 ('net/mlx5e: Protect encap route dev from concurrent release')

For -stable v5.9
 ('net/mlx5e: Fix VXLAN synchronization after function reload')
 ('net/mlx5e: Use spin_lock_bh for async_icosq_lock')
 ('net/mlx5e: Fix incorrect access of RCU-protected xdp_prog')
 ('net/mlx5: E-switch, Avoid extack error log for disabled vport')

Thanks,
Saeed.

---
The following changes since commit 9621618130bf7e83635367c13b9a6ee53935bb37:

  sfp: Fix error handing in sfp_probe() (2020-11-02 17:19:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-11-03

for you to fetch changes up to 1a50cf9a67ff2241c2949d30bc11c8dd4280eef8:

  net/mlx5e: Fix incorrect access of RCU-protected xdp_prog (2020-11-05 12:17:06 -0800)

----------------------------------------------------------------
mlx5-fixes-2020-11-03

----------------------------------------------------------------
Aya Levin (1):
      net/mlx5e: Fix VXLAN synchronization after function reload

Maor Dickman (1):
      net/mlx5e: Fix modify header actions memory leak

Maor Gottlieb (1):
      net/mlx5: Fix deletion of duplicate rules

Maxim Mikityanskiy (2):
      net/mlx5e: Use spin_lock_bh for async_icosq_lock
      net/mlx5e: Fix incorrect access of RCU-protected xdp_prog

Parav Pandit (1):
      net/mlx5: E-switch, Avoid extack error log for disabled vport

Vlad Buslov (1):
      net/mlx5e: Protect encap route dev from concurrent release

 .../net/ethernet/mellanox/mlx5/core/en/rep/tc.c    |  6 +-
 .../net/ethernet/mellanox/mlx5/core/en/tc_tun.c    | 72 ++++++++++++++--------
 .../net/ethernet/mellanox/mlx5/core/en/xsk/setup.c |  4 +-
 .../net/ethernet/mellanox/mlx5/core/en/xsk/tx.c    |  4 +-
 .../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 14 ++---
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  |  1 +
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.h   |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    |  2 +
 drivers/net/ethernet/mellanox/mlx5/core/eswitch.c  |  2 -
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  7 ++-
 .../net/ethernet/mellanox/mlx5/core/lib/vxlan.c    | 23 +++++--
 .../net/ethernet/mellanox/mlx5/core/lib/vxlan.h    |  2 +
 13 files changed, 90 insertions(+), 51 deletions(-)

Comments

Jakub Kicinski Nov. 7, 2020, 8:41 p.m. UTC | #1
On Thu, 5 Nov 2020 12:21:22 -0800 Saeed Mahameed wrote:
> This series introduces some fixes to mlx5 driver.
> 
> v1->v2:
>  - Fix fixes line tag in patch #1
>  - Toss ktls refcount leak fix, Maxim will look further into the root
>    cause.
>  - Toss eswitch chain 0 prio patch, until we determine if it is needed
>    for -rc and net.
> 
> Please pull and let me know if there is any problem.
> 
> For -stable v5.1
>  ('net/mlx5: Fix deletion of duplicate rules')
> 
> For -stable v5.4
>  ('net/mlx5e: Fix modify header actions memory leak')
> 
> For -stable v5.8
>  ('net/mlx5e: Protect encap route dev from concurrent release')
> 
> For -stable v5.9
>  ('net/mlx5e: Fix VXLAN synchronization after function reload')
>  ('net/mlx5e: Use spin_lock_bh for async_icosq_lock')
>  ('net/mlx5e: Fix incorrect access of RCU-protected xdp_prog')
>  ('net/mlx5: E-switch, Avoid extack error log for disabled vport')

Pulled, thanks!