From: patchwork-bot+netdevbpf@kernel.org
To: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Cc: netdev@vger.kernel.org, kuba@kernel.org, davem@davemloft.net,
edumazet@google.com, pabeni@redhat.com, keescook@chromium.org,
jacob.e.keller@intel.com, intel-wired-lan@lists.osuosl.org,
aleksander.lobakin@intel.com, linux-hardening@vger.kernel.org,
steven.zou@intel.com, anthony.l.nguyen@intel.com,
David.Laight@ACULAB.COM
Subject: Re: [PATCH net-next v5 0/7] introduce DEFINE_FLEX() macro
Date: Tue, 03 Oct 2023 21:10:26 +0000 [thread overview]
Message-ID: <169636742615.22161.7688987075875689506.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230912115937.1645707-1-przemyslaw.kitszel@intel.com>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Tue, 12 Sep 2023 07:59:30 -0400 you wrote:
> Add DEFINE_FLEX() macro, that helps on-stack allocation of structures
> with trailing flex array member.
> Expose __struct_size() macro which reads size of data allocated
> by DEFINE_FLEX().
>
> Accompany new macros introduction with actual usage,
> in the ice driver - hence targeting for netdev tree.
>
> [...]
Here is the summary with links:
- [net-next,v5,1/7] overflow: add DEFINE_FLEX() for on-stack allocs
https://git.kernel.org/netdev/net-next/c/26dd68d293fd
- [net-next,v5,2/7] ice: ice_sched_remove_elems: replace 1 elem array param by u32
https://git.kernel.org/netdev/net-next/c/ece285af77d0
- [net-next,v5,3/7] ice: drop two params of ice_aq_move_sched_elems()
https://git.kernel.org/netdev/net-next/c/a034fcdbeaf7
- [net-next,v5,4/7] ice: make use of DEFINE_FLEX() in ice_ddp.c
https://git.kernel.org/netdev/net-next/c/230064baa43d
- [net-next,v5,5/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp
https://git.kernel.org/netdev/net-next/c/43bba3b1664d
- [net-next,v5,6/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item
https://git.kernel.org/netdev/net-next/c/11dee3d611dd
- [net-next,v5,7/7] ice: make use of DEFINE_FLEX() in ice_switch.c
https://git.kernel.org/netdev/net-next/c/e268b9722705
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-10-03 21:10 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-12 11:59 [PATCH net-next v5 0/7] introduce DEFINE_FLEX() macro Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 1/7] overflow: add DEFINE_FLEX() for on-stack allocs Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 2/7] ice: ice_sched_remove_elems: replace 1 elem array param by u32 Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 3/7] ice: drop two params of ice_aq_move_sched_elems() Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 4/7] ice: make use of DEFINE_FLEX() in ice_ddp.c Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 5/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_add_tx_qgrp Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 6/7] ice: make use of DEFINE_FLEX() for struct ice_aqc_dis_txq_item Przemek Kitszel
2023-09-12 11:59 ` [PATCH net-next v5 7/7] ice: make use of DEFINE_FLEX() in ice_switch.c Przemek Kitszel
2023-09-12 16:16 ` [PATCH net-next v5 0/7] introduce DEFINE_FLEX() macro Kees Cook
2023-09-19 11:10 ` [Intel-wired-lan] " Przemek Kitszel
2023-09-27 18:53 ` Tony Nguyen
2023-10-03 21:10 ` patchwork-bot+netdevbpf [this message]
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=169636742615.22161.7688987075875689506.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=David.Laight@ACULAB.COM \
--cc=aleksander.lobakin@intel.com \
--cc=anthony.l.nguyen@intel.com \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=jacob.e.keller@intel.com \
--cc=keescook@chromium.org \
--cc=kuba@kernel.org \
--cc=linux-hardening@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=steven.zou@intel.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