mbox

[pull,request,net,00/15] mlx5 Fixes 2020-09-18

Message ID 20200918172839.310037-1-saeed@kernel.org
State Changes Requested
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-09-18

Message

Saeed Mahameed Sept. 18, 2020, 5:28 p.m. UTC
From: Saeed Mahameed <saeedm@nvidia.com>

Hi Dave,

This series introduces some fixes to mlx5 driver.
For more information please see tag log below.

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

For -stable v5.1
 ('net/mlx5: Fix FTE cleanup')

For -stable v5.3
 ('net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported')
 ('net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported')

For -stable v5.7
 ('net/mlx5e: Fix memory leak of tunnel info when rule under multipath not ready')

For -stable v5.8
 ('net/mlx5e: Use RCU to protect rq->xdp_prog')
 ('net/mlx5e: Fix endianness when calculating pedit mask first bit')
 ('net/mlx5e: Protect encap route dev from concurrent release')
 ('net/mlx5e: Use synchronize_rcu to sync with NAPI')

Thanks,
Saeed.

---
The following changes since commit 5f6857e808a8bd078296575b417c4b9d160b9779:

  nfp: use correct define to return NONE fec (2020-09-17 17:59:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git tags/mlx5-fixes-2020-09-18

for you to fetch changes up to dc01221751720815c51cf0f0f8b1c06079d2b8ad:

  net/mlx5e: mlx5e_fec_in_caps() returns a boolean (2020-09-18 10:17:47 -0700)

----------------------------------------------------------------
mlx5-fixes-2020-09-18

----------------------------------------------------------------
Alaa Hleihel (1):
      net/mlx5e: Fix using wrong stats_grps in mlx5e_update_ndo_stats()

Jianbo Liu (1):
      net/mlx5e: Fix memory leak of tunnel info when rule under multipath not ready

Maor Dickman (2):
      net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported
      net/mlx5e: Fix endianness when calculating pedit mask first bit

Maor Gottlieb (1):
      net/mlx5: Fix FTE cleanup

Maxim Mikityanskiy (2):
      net/mlx5e: Use RCU to protect rq->xdp_prog
      net/mlx5e: Use synchronize_rcu to sync with NAPI

Roi Dayan (1):
      net/mlx5e: CT: Fix freeing ct_label mapping

Ron Diskin (1):
      net/mlx5e: Fix multicast counter not up-to-date in "ip -s"

Saeed Mahameed (4):
      net/mlx5e: kTLS, Add missing dma_unmap in RX resync
      net/mlx5e: kTLS, Fix leak on resync error flow
      net/mlx5e: kTLS, Avoid kzalloc(GFP_KERNEL) under spinlock
      net/mlx5e: mlx5e_fec_in_caps() returns a boolean

Tariq Toukan (2):
      net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
      net/mlx5e: kTLS, Fix napi sync and possible use-after-free

 drivers/net/ethernet/mellanox/mlx5/core/en.h       |  3 +-
 .../ethernet/mellanox/mlx5/core/en/monitor_stats.c |  2 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/port.c  |  7 +-
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 21 ++++--
 drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.h | 26 ++++---
 drivers/net/ethernet/mellanox/mlx5/core/en/txrx.h  |  5 ++
 drivers/net/ethernet/mellanox/mlx5/core/en/xdp.c   |  2 +-
 .../net/ethernet/mellanox/mlx5/core/en/xsk/rx.c    | 14 +---
 .../net/ethernet/mellanox/mlx5/core/en/xsk/setup.c |  3 +-
 .../ethernet/mellanox/mlx5/core/en_accel/ktls_rx.c | 43 +++++------
 .../mellanox/mlx5/core/en_accel/tls_stats.c        | 12 ++-
 drivers/net/ethernet/mellanox/mlx5/core/en_main.c  | 85 ++++++++--------------
 drivers/net/ethernet/mellanox/mlx5/core/en_rep.c   |  4 +-
 drivers/net/ethernet/mellanox/mlx5/core/en_rx.c    | 16 ++--
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.c | 12 +++
 drivers/net/ethernet/mellanox/mlx5/core/en_stats.h |  3 +
 drivers/net/ethernet/mellanox/mlx5/core/en_tc.c    | 45 +++++++-----
 drivers/net/ethernet/mellanox/mlx5/core/en_txrx.c  | 17 ++++-
 .../ethernet/mellanox/mlx5/core/eswitch_offloads.c | 52 +++++++------
 drivers/net/ethernet/mellanox/mlx5/core/fs_core.c  |  8 +-
 20 files changed, 200 insertions(+), 180 deletions(-)

Comments

David Miller Sept. 19, 2020, 11:50 p.m. UTC | #1
From: saeed@kernel.org
Date: Fri, 18 Sep 2020 10:28:24 -0700

>  ('net/mlx5e: Protect encap route dev from concurrent release')

I'm being asked to queue this up for -stable, but this change does not
exist in this pull request.

Please sort this out and resubmit.

Thank you.
Saeed Mahameed Sept. 21, 2020, 5:48 p.m. UTC | #2
On Sat, 2020-09-19 at 16:50 -0700, David Miller wrote:
> From: saeed@kernel.org
> Date: Fri, 18 Sep 2020 10:28:24 -0700
> 
> >  ('net/mlx5e: Protect encap route dev from concurrent release')
> 
> I'm being asked to queue this up for -stable, but this change does
> not
> exist in this pull request.
> 
> Please sort this out and resubmit.

Sorry about this, i dropped this patch and forgot to remove this line
from the cover-letter's -stable request..

You can apply this series as is.

Thanks,
Saeed.
David Miller Sept. 21, 2020, 7:38 p.m. UTC | #3
From: Saeed Mahameed <saeed@kernel.org>
Date: Mon, 21 Sep 2020 10:48:31 -0700

> You can apply this series as is.

Please resubmit your series properly with the cover letter fixed,
thank you.