All of lore.kernel.org
 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,
	leonro@nvidia.com, tariqt@nvidia.com, parav@nvidia.com,
	saeedm@nvidia.com
Subject: Re: [net 01/12] net/mlx5: Don't skip subfunction cleanup in case of error in module init
Date: Tue, 10 Aug 2021 08:53:51 +0000	[thread overview]
Message-ID: <162858563112.16672.9755758908190077434.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210810035923.345745-2-saeed@kernel.org>

Hello:

This series was applied to netdev/net.git (refs/heads/master):

On Mon,  9 Aug 2021 20:59:12 -0700 you wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Clean SF resources if mlx5 eth failed to initialize.
> 
> Fixes: 1958fc2f0712 ("net/mlx5: SF, Add auxiliary device driver")
> Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
> Reviewed-by: Parav Pandit <parav@nvidia.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> 
> [...]

Here is the summary with links:
  - [net,01/12] net/mlx5: Don't skip subfunction cleanup in case of error in module init
    https://git.kernel.org/netdev/net/c/c633e799641c
  - [net,02/12] net/mlx5: DR, Add fail on error check on decap
    https://git.kernel.org/netdev/net/c/d3875924dae6
  - [net,03/12] net/mlx5e: Avoid creating tunnel headers for local route
    https://git.kernel.org/netdev/net/c/c623c95afa56
  - [net,04/12] net/mlx5: Bridge, fix ageing time
    https://git.kernel.org/netdev/net/c/6d8680da2e98
  - [net,05/12] net/mlx5e: Destroy page pool after XDP SQ to fix use-after-free
    https://git.kernel.org/netdev/net/c/8ba3e4c85825
  - [net,06/12] net/mlx5: Block switchdev mode while devlink traps are active
    https://git.kernel.org/netdev/net/c/c85a6b8feb16
  - [net,07/12] net/mlx5: Fix order of functions in mlx5_irq_detach_nb()
    https://git.kernel.org/netdev/net/c/3c8946e0e284
  - [net,08/12] net/mlx5: Set all field of mlx5_irq before inserting it to the xarray
    https://git.kernel.org/netdev/net/c/5957cc557dc5
  - [net,09/12] net/mlx5: Destroy pool->mutex
    https://git.kernel.org/netdev/net/c/ba317e832d45
  - [net,10/12] net/mlx5e: TC, Fix error handling memory leak
    https://git.kernel.org/netdev/net/c/88bbd7b2369a
  - [net,11/12] net/mlx5: Synchronize correct IRQ when destroying CQ
    https://git.kernel.org/netdev/net/c/563476ae0c5e
  - [net,12/12] net/mlx5: Fix return value from tracer initialization
    https://git.kernel.org/netdev/net/c/bd37c2888cca

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



  reply	other threads:[~2021-08-10  8:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-10  3:59 [pull request][net 00/12] mlx5 fixes 2021-08-09 Saeed Mahameed
2021-08-10  3:59 ` [net 01/12] net/mlx5: Don't skip subfunction cleanup in case of error in module init Saeed Mahameed
2021-08-10  8:53   ` patchwork-bot+netdevbpf [this message]
2021-08-10  3:59 ` [net 02/12] net/mlx5: DR, Add fail on error check on decap Saeed Mahameed
2021-08-10  3:59 ` [net 03/12] net/mlx5e: Avoid creating tunnel headers for local route Saeed Mahameed
2021-08-10  3:59 ` [net 04/12] net/mlx5: Bridge, fix ageing time Saeed Mahameed
2021-08-10  3:59 ` [net 05/12] net/mlx5e: Destroy page pool after XDP SQ to fix use-after-free Saeed Mahameed
2021-08-10  3:59 ` [net 06/12] net/mlx5: Block switchdev mode while devlink traps are active Saeed Mahameed
2021-08-10  3:59 ` [net 07/12] net/mlx5: Fix order of functions in mlx5_irq_detach_nb() Saeed Mahameed
2021-08-10  3:59 ` [net 08/12] net/mlx5: Set all field of mlx5_irq before inserting it to the xarray Saeed Mahameed
2021-08-10  3:59 ` [net 09/12] net/mlx5: Destroy pool->mutex Saeed Mahameed
2021-08-10  3:59 ` [net 10/12] net/mlx5e: TC, Fix error handling memory leak Saeed Mahameed
2021-08-10  3:59 ` [net 11/12] net/mlx5: Synchronize correct IRQ when destroying CQ Saeed Mahameed
2021-08-10  3:59 ` [net 12/12] net/mlx5: Fix return value from tracer initialization 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=162858563112.16672.9755758908190077434.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=leonro@nvidia.com \
    --cc=netdev@vger.kernel.org \
    --cc=parav@nvidia.com \
    --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 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.