Files
Jan Polensky 21c382ebee dibs: change dibs_class to a const struct
JIRA: https://redhat.atlassian.net/browse/RHEL-136143

commit ad3dfa80be765757f612da04318248f6d20e4f71
Author: Jori Koolstra <jkoolstra@xs4all.nl>
Date:   Tue Mar 3 17:31:04 2026 +0100

    dibs: change dibs_class to a const struct

    The class_create() call has been deprecated in favor of class_register()
    as the driver core now allows for a struct class to be in read-only
    memory. Change dibs_class to be a const struct class and drop the
    class_create() call.

    Link: https://lore.kernel.org/all/2023040244-duffel-pushpin-f738@gregkh/

    Suggested-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Signed-off-by: Jori Koolstra <jkoolstra@xs4all.nl>
    Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
    Link: https://patch.msgid.link/20260303163104.3749311-1-jkoolstra@xs4all.nl
    Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Signed-off-by: Jan Polensky <jpolensk@redhat.com>
2026-06-25 12:42:28 +01:00
..
2026-06-25 12:42:24 +01:00
2026-06-25 12:42:24 +01:00