Skip to content

Draft: include/linux/module.h: Protect module struct for KABI

Prarit Bhargava requested to merge prarit/centos-stream-9:2034294 into main

Bugzilla: https://bugzilla.redhat.com/2034294
Depends: https://bugzilla.redhat.com/2024595

Upstream Status: RHEL9 only

Protect the module struct for KABI. The module struct is included in many
different structs as a pointer, so it can be wrapped with #ifndef
GENKSYMS.

Signed-off-by: Prarit Bhargava prarit@redhat.com

Edited by Prarit Bhargava

Merge request reports