netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
	tariqt@nvidia.com, maximmi@nvidia.com, saeedm@nvidia.com
Subject: Re: [net 01/12] net/mlx5e: kTLS, Fix crash in RX resync flow
Date: Wed, 17 Nov 2021 11:10:10 +0000	[thread overview]
Message-ID: <163714741057.4387.4775709366803372497.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211116202321.283874-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:

On Tue, 16 Nov 2021 12:23:10 -0800 you wrote:
> From: Tariq Toukan <tariqt@nvidia.com>
> 
> For the TLS RX resync flow, we maintain a list of TLS contexts
> that require some attention, to communicate their resync information
> to the HW.
> Here we fix list corruptions, by protecting the entries against
> movements coming from resync_handle_seq_match(), until their resync
> handling in napi is fully completed.
> 
> [...]

Here is the summary with links:
  - [net,01/12] net/mlx5e: kTLS, Fix crash in RX resync flow
    https://git.kernel.org/netdev/net/c/cc4a9cc03faa
  - [net,02/12] net/mlx5e: Wait for concurrent flow deletion during neigh/fib events
    https://git.kernel.org/netdev/net/c/362980eada85
  - [net,03/12] net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev
    https://git.kernel.org/netdev/net/c/d7751d647618
  - [net,04/12] net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove()
    https://git.kernel.org/netdev/net/c/76ded29d3fcd
  - [net,05/12] net/mlx5: DR, Handle eswitch manager and uplink vports separately
    https://git.kernel.org/netdev/net/c/9091b821aaa4
  - [net,06/12] net/mlx5: DR, Fix check for unsupported fields in match param
    https://git.kernel.org/netdev/net/c/455832d49666
  - [net,07/12] net/mlx5: Update error handler for UCTX and UMEM
    https://git.kernel.org/netdev/net/c/ba50cd9451f6
  - [net,08/12] net/mlx5: E-Switch, rebuild lag only when needed
    https://git.kernel.org/netdev/net/c/2eb0cb31bc4c
  - [net,09/12] net/mlx5: Fix flow counters SF bulk query len
    https://git.kernel.org/netdev/net/c/38a54cae6f76
  - [net,10/12] net/mlx5e: CT, Fix multiple allocations and memleak of mod acts
    https://git.kernel.org/netdev/net/c/806401c20a0f
  - [net,11/12] net/mlx5: Lag, update tracker when state change event received
    https://git.kernel.org/netdev/net/c/ae396d85c01c
  - [net,12/12] net/mlx5: E-Switch, return error if encap isn't supported
    https://git.kernel.org/netdev/net/c/c4c3176739df

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2021-11-17 11:10 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16 20:23 [pull request][net 00/12] mlx5 fixes 2021-11-16 Saeed Mahameed
2021-11-16 20:23 ` [net 01/12] net/mlx5e: kTLS, Fix crash in RX resync flow Saeed Mahameed
2021-11-17 11:10   ` patchwork-bot+netdevbpf [this message]
2021-11-16 20:23 ` [net 02/12] net/mlx5e: Wait for concurrent flow deletion during neigh/fib events Saeed Mahameed
2021-11-16 20:23 ` [net 03/12] net/mlx5: E-Switch, Fix resetting of encap mode when entering switchdev Saeed Mahameed
2021-11-16 20:23 ` [net 04/12] net/mlx5e: nullify cq->dbg pointer in mlx5_debug_cq_remove() Saeed Mahameed
2021-11-16 20:23 ` [net 05/12] net/mlx5: DR, Handle eswitch manager and uplink vports separately Saeed Mahameed
2021-11-16 20:23 ` [net 06/12] net/mlx5: DR, Fix check for unsupported fields in match param Saeed Mahameed
2021-11-16 20:23 ` [net 07/12] net/mlx5: Update error handler for UCTX and UMEM Saeed Mahameed
2021-11-16 20:23 ` [net 08/12] net/mlx5: E-Switch, rebuild lag only when needed Saeed Mahameed
2021-11-16 20:23 ` [net 09/12] net/mlx5: Fix flow counters SF bulk query len Saeed Mahameed
2021-11-16 20:23 ` [net 10/12] net/mlx5e: CT, Fix multiple allocations and memleak of mod acts Saeed Mahameed
2021-11-16 20:23 ` [net 11/12] net/mlx5: Lag, update tracker when state change event received Saeed Mahameed
2021-11-16 20:23 ` [net 12/12] net/mlx5: E-Switch, return error if encap isn't supported Saeed Mahameed

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=163714741057.4387.4775709366803372497.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=maximmi@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=saeed@kernel.org \
    --cc=saeedm@nvidia.com \
    --cc=tariqt@nvidia.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).