Re: [PATCH] module: make module_ktype structure constant
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-02-21 22:00:51
Also in:
lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2023-02-21 22:00:51
Also in:
lkml
On Sat, Feb 04, 2023 at 05:44:46AM +0000, Thomas Weißschuh wrote:
Since commit ee6d3dd4ed48 ("driver core: make kobj_type constant.")
the driver core allows the usage of const struct kobj_type.
Take advantage of this to constify the structure definition to prevent
modification at runtime.
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>Thanks! Queued onto modules-next. Luis