diff options
| author | Christophe JAILLET <[email protected]> | 2025-05-25 09:13:17 +0000 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2025-05-28 00:31:42 +0000 |
| commit | 82fb5a369b8de625660c8c7f82e5286ec195be5e (patch) | |
| tree | 27ce98e3f87b2aec16b733f8d179b30e221d02af /lib/test_dynamic_debug.c | |
| parent | net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex() (diff) | |
| download | kernel-82fb5a369b8de625660c8c7f82e5286ec195be5e.tar.gz kernel-82fb5a369b8de625660c8c7f82e5286ec195be5e.zip | |
mlxsw: core_thermal: Constify struct thermal_zone_device_ops
'struct thermal_zone_device_ops' are not modified in this driver.
Constifying these structures moves some data to a read-only section, so
increases overall security, especially when the structure holds some
function pointers.
While at it, also constify a struct thermal_zone_params.
On a x86_64, with allmodconfig:
Before:
======
text data bss dec hex filename
24899 8036 0 32935 80a7 drivers/net/ethernet/mellanox/mlxsw/core_thermal.o
After:
=====
text data bss dec hex filename
25379 7556 0 32935 80a7 drivers/net/ethernet/mellanox/mlxsw/core_thermal.o
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>
Link: https://patch.msgid.link/4516676973f5adc1cdb76db1691c0f98b6fa6614.1748164348.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'lib/test_dynamic_debug.c')
0 files changed, 0 insertions, 0 deletions
