diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2025-05-25 11:21:24 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-27 17:31:42 -0700 |
commit | 08f8bad0255c7319f4ffe53d0f0eab50fa2cb5e9 (patch) | |
tree | c0ecf36ce132055850bf4898d05c81722d91bda4 /scripts/lib/kdoc/kdoc_parser.py | |
parent | 82fb5a369b8de625660c8c7f82e5286ec195be5e (diff) |
cxgb4: 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.
On a x86_64, with allmodconfig:
Before:
======
text data bss dec hex filename
2912 1064 0 3976 f88 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.o
After:
=====
text data bss dec hex filename
3040 936 0 3976 f88 drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal.o
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://patch.msgid.link/e6416e0d15ea27a55fe1fb4e349928ac7bae1b95.1748164843.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions