From: patchwork-bot+netdevbpf@kernel.org
To: Saeed Mahameed <saeed@kernel.org>
Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
edumazet@google.com, saeedm@nvidia.com, netdev@vger.kernel.org,
tariqt@nvidia.com, kliteyn@nvidia.com, lkp@intel.com
Subject: Re: [net 01/16] net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule
Date: Wed, 11 Jan 2023 13:00:19 +0000 [thread overview]
Message-ID: <167344201902.10656.17238842567216806347.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230110061123.338427-2-saeed@kernel.org>
Hello:
This series was applied to netdev/net.git (master)
by Saeed Mahameed <saeedm@nvidia.com>:
On Mon, 9 Jan 2023 22:11:08 -0800 you wrote:
> From: Yevgeny Kliteynik <kliteyn@nvidia.com>
>
> If the kernel configuration asks the compiler to check frame limit of 1K,
> dr_rule_create_rule_nic exceed this limit:
> "stack frame size (1184) exceeds limit (1024)"
>
> Fixing this issue by checking configured frame limit and using the
> optimization STE array only for cases with the usual 2K (or larger)
> stack size warning.
>
> [...]
Here is the summary with links:
- [net,01/16] net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule
https://git.kernel.org/netdev/net/c/17b3222e9437
- [net,02/16] net/mlx5: check attr pointer validity before dereferencing it
https://git.kernel.org/netdev/net/c/e0bf81bf0d3d
- [net,03/16] net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc
https://git.kernel.org/netdev/net/c/5e72f3f1c558
- [net,04/16] net/mlx5: Fix command stats access after free
https://git.kernel.org/netdev/net/c/da2e552b469a
- [net,05/16] net/mlx5e: Verify dev is present for fix features ndo
https://git.kernel.org/netdev/net/c/ab4b01bfdaa6
- [net,06/16] net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present
https://git.kernel.org/netdev/net/c/806a8df7126a
- [net,07/16] net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent
https://git.kernel.org/netdev/net/c/31c70bfe58ef
- [net,08/16] net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path
https://git.kernel.org/netdev/net/c/b5e23931c45a
- [net,09/16] net/mlx5e: TC, ignore match level for post meter rules
https://git.kernel.org/netdev/net/c/2414c9b7a29d
- [net,10/16] net/mlx5e: TC, Restore pkt rate policing support
https://git.kernel.org/netdev/net/c/c09502d54dc1
- [net,11/16] net/mlx5e: Fix memory leak on updating vport counters
https://git.kernel.org/netdev/net/c/3099d2e62f90
- [net,12/16] net/mlx5: Fix ptp max frequency adjustment range
https://git.kernel.org/netdev/net/c/fe91d57277ee
- [net,13/16] net/mlx5e: Don't support encap rules with gbp option
https://git.kernel.org/netdev/net/c/d515d63cae2c
- [net,14/16] net/mlx5: E-switch, Coverity: overlapping copy
https://git.kernel.org/netdev/net/c/cd4f186dc110
- [net,15/16] net/mlx5e: Fix macsec ssci attribute handling in offload path
https://git.kernel.org/netdev/net/c/f5e1ed04aa2e
- [net,16/16] net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY)
https://git.kernel.org/netdev/net/c/9828994ac492
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:[~2023-01-11 13:01 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-10 6:11 [pull request][net 00/16] mlx5 fixes 2023-01-09 Saeed Mahameed
2023-01-10 6:11 ` [net 01/16] net/mlx5: DR, Fix 'stack frame size exceeds limit' error in dr_rule Saeed Mahameed
2023-01-11 13:00 ` patchwork-bot+netdevbpf [this message]
2023-01-10 6:11 ` [net 02/16] net/mlx5: check attr pointer validity before dereferencing it Saeed Mahameed
2023-01-10 6:11 ` [net 03/16] net/mlx5e: TC, Keep mod hdr actions after mod hdr alloc Saeed Mahameed
2023-01-10 6:11 ` [net 04/16] net/mlx5: Fix command stats access after free Saeed Mahameed
2023-01-10 6:11 ` [net 05/16] net/mlx5e: Verify dev is present for fix features ndo Saeed Mahameed
2023-01-10 6:11 ` [net 06/16] net/mlx5e: IPoIB, Block queue count configuration when sub interfaces are present Saeed Mahameed
2023-01-10 6:11 ` [net 07/16] net/mlx5e: IPoIB, Block PKEY interfaces with less rx queues than parent Saeed Mahameed
2023-01-10 6:11 ` [net 08/16] net/mlx5e: IPoIB, Fix child PKEY interface stats on rx path Saeed Mahameed
2023-01-10 6:11 ` [net 09/16] net/mlx5e: TC, ignore match level for post meter rules Saeed Mahameed
2023-01-10 6:11 ` [net 10/16] net/mlx5e: TC, Restore pkt rate policing support Saeed Mahameed
2023-01-10 6:11 ` [net 11/16] net/mlx5e: Fix memory leak on updating vport counters Saeed Mahameed
2023-01-10 6:11 ` [net 12/16] net/mlx5: Fix ptp max frequency adjustment range Saeed Mahameed
2023-01-10 6:11 ` [net 13/16] net/mlx5e: Don't support encap rules with gbp option Saeed Mahameed
2023-01-10 6:11 ` [net 14/16] net/mlx5: E-switch, Coverity: overlapping copy Saeed Mahameed
2023-01-10 6:11 ` [net 15/16] net/mlx5e: Fix macsec ssci attribute handling in offload path Saeed Mahameed
2023-01-10 6:11 ` [net 16/16] net/mlx5e: Fix macsec possible null dereference when updating MAC security entity (SecY) Saeed Mahameed
2023-01-11 2:01 ` [pull request][net 00/16] mlx5 fixes 2023-01-09 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=167344201902.10656.17238842567216806347.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kliteyn@nvidia.com \
--cc=kuba@kernel.org \
--cc=lkp@intel.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.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.