From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, netdev@vger.kernel.org,
roid@nvidia.com, linmq006@gmail.com, saeedm@nvidia.com
Subject: Re: [v2 net 01/12] net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
Date: Fri, 24 Dec 2021 03:30:12 +0000 [thread overview]
Message-ID: <164031661293.11818.15116470780651720228.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211223190441.153012-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Thu, 23 Dec 2021 11:04:30 -0800 you wrote:
> From: Miaoqian Lin <linmq006@gmail.com>
>
> The mlx5_get_uars_page() function returns error pointers.
> Using IS_ERR() to check the return value to fix this.
>
> Fixes: 4ec9e7b02697 ("net/mlx5: DR, Expose steering domain functionality")
> Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
>
> [...]
Here is the summary with links:
- [v2,net,01/12] net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources
https://git.kernel.org/netdev/net/c/6b8b42585886
- [v2,net,02/12] net/mlx5: DR, Fix querying eswitch manager vport for ECPF
https://git.kernel.org/netdev/net/c/624bf42c2e39
- [v2,net,03/12] net/mlx5: Use first online CPU instead of hard coded CPU
https://git.kernel.org/netdev/net/c/26a7993c93a7
- [v2,net,04/12] net/mlx5: Fix error print in case of IRQ request failed
https://git.kernel.org/netdev/net/c/aa968f922039
- [v2,net,05/12] net/mlx5: Fix SF health recovery flow
https://git.kernel.org/netdev/net/c/33de865f7bce
- [v2,net,06/12] net/mlx5: Fix tc max supported prio for nic mode
https://git.kernel.org/netdev/net/c/d671e109bd85
- [v2,net,07/12] net/mlx5e: Wrap the tx reporter dump callback to extract the sq
https://git.kernel.org/netdev/net/c/918fc3855a65
- [v2,net,08/12] net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabled
https://git.kernel.org/netdev/net/c/a0cb909644c3
- [v2,net,09/12] net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow
https://git.kernel.org/netdev/net/c/17958d7cd731
- [v2,net,10/12] net/mlx5e: Fix ICOSQ recovery flow for XSK
https://git.kernel.org/netdev/net/c/19c4aba2d4e2
- [v2,net,11/12] net/mlx5e: Delete forward rule for ct or sample action
https://git.kernel.org/netdev/net/c/2820110d9459
- [v2,net,12/12] net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'
https://git.kernel.org/netdev/net/c/4390c6edc0fb
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:[~2021-12-24 3:30 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-23 19:04 [pull request][v2 net 00/12] mlx5 fixes 2021-12-22 Saeed Mahameed
2021-12-23 19:04 ` [v2 net 01/12] net/mlx5: DR, Fix NULL vs IS_ERR checking in dr_domain_init_resources Saeed Mahameed
2021-12-24 3:30 ` patchwork-bot+netdevbpf [this message]
2021-12-23 19:04 ` [v2 net 02/12] net/mlx5: DR, Fix querying eswitch manager vport for ECPF Saeed Mahameed
2021-12-23 19:04 ` [v2 net 03/12] net/mlx5: Use first online CPU instead of hard coded CPU Saeed Mahameed
2021-12-23 19:04 ` [v2 net 04/12] net/mlx5: Fix error print in case of IRQ request failed Saeed Mahameed
2021-12-23 19:04 ` [v2 net 05/12] net/mlx5: Fix SF health recovery flow Saeed Mahameed
2021-12-23 19:04 ` [v2 net 06/12] net/mlx5: Fix tc max supported prio for nic mode Saeed Mahameed
2021-12-23 19:04 ` [v2 net 07/12] net/mlx5e: Wrap the tx reporter dump callback to extract the sq Saeed Mahameed
2021-12-23 19:04 ` [v2 net 08/12] net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabled Saeed Mahameed
2021-12-23 19:04 ` [v2 net 09/12] net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flow Saeed Mahameed
2021-12-23 19:04 ` [v2 net 10/12] net/mlx5e: Fix ICOSQ recovery flow for XSK Saeed Mahameed
2021-12-23 19:04 ` [v2 net 11/12] net/mlx5e: Delete forward rule for ct or sample action Saeed Mahameed
2021-12-23 19:04 ` [v2 net 12/12] net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()' 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=164031661293.11818.15116470780651720228.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=kuba@kernel.org \
--cc=linmq006@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=roid@nvidia.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.