Hongbo Li 5c09cfa5d2 cxl: Constify struct kobj_type
This 'struct kobj_type' is not modified. It is only used in
kobject_init_and_add() which takes a 'const struct kobj_type *ktype'
parameter.

Constifying this structure and moving it to a read-only section,
and can increase over all security.

Signed-off-by: Hongbo Li <lihongbo22@huawei.com>
Link: https://lore.kernel.org/r/20240904011951.2010646-1-lihongbo22@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-09-11 16:02:50 +02:00
..
2022-09-26 19:46:20 -07:00
2023-10-25 11:08:54 +02:00
2023-08-24 22:33:16 +10:00
2024-07-31 13:57:05 +02:00
2024-07-31 13:57:05 +02:00
2024-09-11 16:02:50 +02:00