[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <7a41a098-52bc-4e96-bf08-fa86b58e0075@suse.com>
Date: Tue, 17 Dec 2024 18:45:15 +0100
From: Petr Pavlu <petr.pavlu@...e.com>
To: Thomas Weißschuh <linux@...ssschuh.net>
Cc: Luis Chamberlain <mcgrof@...nel.org>,
Sami Tolvanen <samitolvanen@...gle.com>, Daniel Gomez
<da.gomez@...sung.com>, linux-modules@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 0/3] module: Constify 'struct module_attribute'
On 12/16/24 18:25, Thomas Weißschuh wrote:
> 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@...ssschuh.net>
> ---
> 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
Reviewed-by: Petr Pavlu <petr.pavlu@...e.com>
I'm going to wait for a few days if others want to comment and then plan
to queue this on the modules tree for the 6.14 merge window.
--
Thanks,
Petr
Powered by blists - more mailing lists