[PATCH 0/3] module: Constify 'struct module_attribute'

From: Thomas Weißschuh
Date: Mon Dec 16 2024 - 12:25:38 EST


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.

Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
---
Thomas Weißschuh (3):
params: Prepare for 'const struct module_attribute *'
module: Handle 'struct module_version_attribute' as const
module: Constify 'struct module_attribute'

include/linux/module.h | 10 +++++-----
kernel/module/internal.h | 4 ++--
kernel/module/main.c | 40 ++++++++++++++++++++--------------------
kernel/module/sysfs.c | 4 ++--
kernel/params.c | 22 +++++++++++-----------
5 files changed, 40 insertions(+), 40 deletions(-)
---
base-commit: 78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8
change-id: 20241204-sysfs-const-attr-module-927afe76eda4

Best regards,
--
Thomas Weißschuh <linux@xxxxxxxxxxxxxx>