]> www.infradead.org Git - users/willy/pagecache.git/commit
module: Constify 'struct module_attribute'
authorThomas Weißschuh <linux@weissschuh.net>
Mon, 16 Dec 2024 17:25:10 +0000 (18:25 +0100)
committerPetr Pavlu <petr.pavlu@suse.com>
Sun, 26 Jan 2025 12:05:23 +0000 (13:05 +0100)
commitf3227ffda07470848abe3cfa2039b21816ce3090
tree576fe7369c447a6aa2a7327161ac654333d3337d
parent38e3fe6595e1fa806c0450b2db666bc46325025e
module: Constify 'struct module_attribute'

These structs are never modified, move them to read-only memory.
This makes the API clearer and also prepares for the constification of
'struct attribute' itself.

While at it, also constify 'modinfo_attrs_count'.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Petr Pavlu <petr.pavlu@suse.com>
Link: https://lore.kernel.org/r/20241216-sysfs-const-attr-module-v1-3-3790b53e0abf@weissschuh.net
Signed-off-by: Petr Pavlu <petr.pavlu@suse.com>
include/linux/module.h
kernel/module/internal.h
kernel/module/main.c
kernel/module/sysfs.c
kernel/params.c