From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
netdev@vger.kernel.org, saeedm@nvidia.com
Subject: Re: [net-next 01/16] net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev'
Date: Wed, 18 May 2022 11:10:16 +0000 [thread overview]
Message-ID: <165287221619.23187.7382538538101425503.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220518064938.128220-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net-next.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Tue, 17 May 2022 23:49:23 -0700 you wrote:
> From: Saeed Mahameed <saeedm@nvidia.com>
>
> Removing the annotation resolves the issue for some reason.
>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
> ---
> drivers/net/ethernet/mellanox/mlx5/core/main.c | 2 --
> 1 file changed, 2 deletions(-)
Here is the summary with links:
- [net-next,01/16] net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev'
https://git.kernel.org/netdev/net-next/c/4c7c8a6d87a8
- [net-next,02/16] net/mlx5: Add last command failure syndrome to debugfs
https://git.kernel.org/netdev/net-next/c/1d2c717bc7f7
- [net-next,03/16] net/mlx5: Inline db alloc API function
https://git.kernel.org/netdev/net-next/c/9b45bde82c22
- [net-next,04/16] net/mlx5: Allocate virtually contiguous memory in vport.c
https://git.kernel.org/netdev/net-next/c/773c104d5333
- [net-next,05/16] net/mlx5: Allocate virtually contiguous memory in pci_irq.c
https://git.kernel.org/netdev/net-next/c/88468311c07a
- [net-next,06/16] net/mlx5e: Allocate virtually contiguous memory for VLANs list
https://git.kernel.org/netdev/net-next/c/035e0dd57392
- [net-next,07/16] net/mlx5e: Allocate virtually contiguous memory for reps structures
https://git.kernel.org/netdev/net-next/c/597c11232619
- [net-next,08/16] net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIB
https://git.kernel.org/netdev/net-next/c/675b9d51d6fb
- [net-next,09/16] net/mlx5e: Support partial GSO for tunnels over vlans
https://git.kernel.org/netdev/net-next/c/682adfa6ca80
- [net-next,10/16] net/mlx5e: Allow relaxed ordering over VFs
https://git.kernel.org/netdev/net-next/c/f05ec8d9d0d6
- [net-next,11/16] net/mlx5e: CT: Add ct driver counters
https://git.kernel.org/netdev/net-next/c/77422a8f6f61
- [net-next,12/16] net/mlx5e: Correct the calculation of max channels for rep
https://git.kernel.org/netdev/net-next/c/6d0ba49321a4
- [net-next,13/16] net/mlx5e: Add XDP SQs to uplink representors steering tables
https://git.kernel.org/netdev/net-next/c/65810a2d2ab3
- [net-next,14/16] net/mlx5: Lag, refactor lag state machine
https://git.kernel.org/netdev/net-next/c/ef9a3a4a813a
- [net-next,15/16] net/mlx5: Remove unused argument
https://git.kernel.org/netdev/net-next/c/a4a9c87ebb68
- [net-next,16/16] net/mlx5: Support multiport eswitch mode
https://git.kernel.org/netdev/net-next/c/94db33177819
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2022-05-18 11:10 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-18 6:49 [pull request][net-next 00/16] mlx5 updates 2022-05-17 Saeed Mahameed
2022-05-18 6:49 ` [net-next 01/16] net/mlx5: sparse: error: context imbalance in 'mlx5_vf_get_core_dev' Saeed Mahameed
2022-05-18 11:10 ` patchwork-bot+netdevbpf [this message]
2022-05-18 6:49 ` [net-next 02/16] net/mlx5: Add last command failure syndrome to debugfs Saeed Mahameed
2022-05-18 6:49 ` [net-next 03/16] net/mlx5: Inline db alloc API function Saeed Mahameed
2022-05-18 6:49 ` [net-next 04/16] net/mlx5: Allocate virtually contiguous memory in vport.c Saeed Mahameed
2022-05-18 6:49 ` [net-next 05/16] net/mlx5: Allocate virtually contiguous memory in pci_irq.c Saeed Mahameed
2022-05-18 6:49 ` [net-next 06/16] net/mlx5e: Allocate virtually contiguous memory for VLANs list Saeed Mahameed
2022-05-18 6:49 ` [net-next 07/16] net/mlx5e: Allocate virtually contiguous memory for reps structures Saeed Mahameed
2022-05-18 6:49 ` [net-next 08/16] net/mlx5e: IPoIB, Improve ethtool rxnfc callback structure in IPoIB Saeed Mahameed
2022-05-18 6:49 ` [net-next 09/16] net/mlx5e: Support partial GSO for tunnels over vlans Saeed Mahameed
2022-05-18 6:49 ` [net-next 10/16] net/mlx5e: Allow relaxed ordering over VFs Saeed Mahameed
2022-05-18 6:49 ` [net-next 11/16] net/mlx5e: CT: Add ct driver counters Saeed Mahameed
2022-05-18 6:49 ` [net-next 12/16] net/mlx5e: Correct the calculation of max channels for rep Saeed Mahameed
2022-05-18 6:49 ` [net-next 13/16] net/mlx5e: Add XDP SQs to uplink representors steering tables Saeed Mahameed
2022-05-18 6:49 ` [net-next 14/16] net/mlx5: Lag, refactor lag state machine Saeed Mahameed
2022-05-18 6:49 ` [net-next 15/16] net/mlx5: Remove unused argument Saeed Mahameed
2022-05-18 6:49 ` [net-next 16/16] net/mlx5: Support multiport eswitch mode Saeed Mahameed
2022-05-19 0:21 ` Jakub Kicinski
2022-05-19 4:26 ` Saeed Mahameed
2022-05-19 4:36 ` Jakub Kicinski
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=165287221619.23187.7382538538101425503.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=saeed@kernel.org \
--cc=saeedm@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.