Message ID | 20230929180611.work.870-kees@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | mlxsw: Annotate structs with __counted_by | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 29 Sep 2023 11:07:39 -0700 you wrote: > Hi, > > This annotates several mlxsw structures with the coming __counted_by attribute > for bounds checking of flexible arrays at run-time. For more details, see > commit dd06e72e68bc ("Compiler Attributes: Add __counted_by macro"). > > Thanks! > > [...] Here is the summary with links: - [1/5] mlxsw: Annotate struct mlxsw_linecards with __counted_by https://git.kernel.org/netdev/net-next/c/0b7ed8183375 - [2/5] mlxsw: core: Annotate struct mlxsw_env with __counted_by https://git.kernel.org/netdev/net-next/c/c63da7d62893 - [3/5] mlxsw: spectrum: Annotate struct mlxsw_sp_counter_pool with __counted_by https://git.kernel.org/netdev/net-next/c/f7ebae83768f - [4/5] mlxsw: spectrum_router: Annotate struct mlxsw_sp_nexthop_group_info with __counted_by https://git.kernel.org/netdev/net-next/c/4d3a42ec5cff - [5/5] mlxsw: spectrum_span: Annotate struct mlxsw_sp_span with __counted_by https://git.kernel.org/netdev/net-next/c/18cee9da32cd You are awesome, thank you!