lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169636742615.22161.7688987075875689506.git-patchwork-notify@kernel.org> Date: Tue, 03 Oct 2023 21:10:26 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Przemek Kitszel <przemyslaw.kitszel@...el.com> Cc: netdev@...r.kernel.org, kuba@...nel.org, davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com, keescook@...omium.org, jacob.e.keller@...el.com, intel-wired-lan@...ts.osuosl.org, aleksander.lobakin@...el.com, linux-hardening@...r.kernel.org, steven.zou@...el.com, anthony.l.nguyen@...el.com, David.Laight@...LAB.COM Subject: Re: [PATCH net-next v5 0/7] introduce DEFINE_FLEX() macro Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@...nel.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
Powered by blists - more mailing lists