All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Machata <petrm@nvidia.com>
To: "David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>,
	<netdev@vger.kernel.org>
Cc: Ido Schimmel <idosch@nvidia.com>, Petr Machata <petrm@nvidia.com>,
	Danielle Ratson <danieller@nvidia.com>,
	Amit Cohen <amcohen@nvidia.com>, "Jiri Pirko" <jiri@resnulli.us>,
	<mlxsw@nvidia.com>
Subject: [PATCH net 0/6] mlxsw: Miscellaneous fixes
Date: Wed, 17 Jan 2024 16:04:15 +0100	[thread overview]
Message-ID: <cover.1705502064.git.petrm@nvidia.com> (raw)

This patchset is a bric-a-brac of fixes for bugs impacting mlxsw.

- Patches #1 and #2 fix issues in ACL handling error paths.
- Patch #3 fixes stack corruption in ACL code that a recent FW update
  has uncovered.

- Patch #4 fixes an issue in handling of IPIP next hops.

- Patch #5 fixes a typo in a the qos_pfc selftest
- Patch #6 fixes the same selftest to work with 8-lane ports.

Amit Cohen (3):
  mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure
  selftests: mlxsw: qos_pfc: Remove wrong description
  selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes

Ido Schimmel (2):
  mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path
  mlxsw: spectrum_acl_tcam: Fix stack corruption

Petr Machata (1):
  mlxsw: spectrum_router: Register netdevice notifier before nexthop

 .../mellanox/mlxsw/spectrum_acl_erp.c         |   8 +-
 .../mellanox/mlxsw/spectrum_acl_tcam.c        |   6 +-
 .../ethernet/mellanox/mlxsw/spectrum_router.c |  24 ++--
 .../selftests/drivers/net/mlxsw/qos_pfc.sh    |  19 +++-
 .../drivers/net/mlxsw/spectrum-2/tc_flower.sh | 106 +++++++++++++++++-
 5 files changed, 143 insertions(+), 20 deletions(-)

-- 
2.42.0


             reply	other threads:[~2024-01-17 15:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17 15:04 Petr Machata [this message]
2024-01-17 15:04 ` [PATCH net 1/6] mlxsw: spectrum_acl_erp: Fix error flow of pool allocation failure Petr Machata
2024-01-17 15:04 ` [PATCH net 2/6] mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path Petr Machata
2024-01-17 15:04 ` [PATCH net 3/6] mlxsw: spectrum_acl_tcam: Fix stack corruption Petr Machata
2024-01-17 15:04 ` [PATCH net 4/6] mlxsw: spectrum_router: Register netdevice notifier before nexthop Petr Machata
2024-01-17 15:04 ` [PATCH net 5/6] selftests: mlxsw: qos_pfc: Remove wrong description Petr Machata
2024-01-17 15:04 ` [PATCH net 6/6] selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes Petr Machata
2024-01-18 15:06 ` [PATCH net 0/6] mlxsw: Miscellaneous fixes Paolo Abeni
2024-01-18 18:00 ` 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=cover.1705502064.git.petrm@nvidia.com \
    --to=petrm@nvidia.com \
    --cc=amcohen@nvidia.com \
    --cc=danieller@nvidia.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=idosch@nvidia.com \
    --cc=jiri@resnulli.us \
    --cc=kuba@kernel.org \
    --cc=mlxsw@nvidia.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.