diff options
author | 2024-10-04 07:26:05 +0200 | |
---|---|---|
committer | 2024-10-07 16:35:03 -0700 | |
commit | bec2a32145d5cc066df29182fa0e5b0d4329b1a1 (patch) | |
tree | 3228661f66e180665ce997f2dad90a23fa14d48b /lib/packing_test.c | |
parent | net: dsa: remove obsolete phylink dsa_switch operations (diff) | |
download | wireguard-linux-bec2a32145d5cc066df29182fa0e5b0d4329b1a1.tar.xz wireguard-linux-bec2a32145d5cc066df29182fa0e5b0d4329b1a1.zip |
mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst
'struct mlxsw_afk_element_inst' are not modified in these drivers.
Constifying these structures moves some data to a read-only section, so
increases overall security.
Update a few functions and struct mlxsw_afk_block accordingly.
On a x86_64, with allmodconfig, as an example:
Before:
======
text data bss dec hex filename
4278 4032 0 8310 2076 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_keys.o
After:
=====
text data bss dec hex filename
7934 352 0 8286 205e drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_keys.o
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://patch.msgid.link/8ccfc7bfb2365dcee5b03c81ebe061a927d6da2e.1727541677.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'lib/packing_test.c')
0 files changed, 0 insertions, 0 deletions