--- zzzz-none-000/linux-5.4.213/include/linux/moduleloader.h 2022-09-15 10:04:56.000000000 +0000 +++ miami-7690-761/linux-5.4.213/include/linux/moduleloader.h 2024-05-29 11:20:02.000000000 +0000 @@ -29,6 +29,11 @@ /* Free memory returned from module_alloc. */ void module_memfree(void *module_region); +/* Determines if the section name is an init section (that is only used during + * module loading). + */ +bool module_init_section(const char *name); + /* Determines if the section name is an exit section (that is only used during * module unloading) */