#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(free_rs, "_gpl", ""); KSYMTAB_FUNC(init_rs_gfp, "_gpl", ""); KSYMTAB_FUNC(init_rs_non_canonical, "_gpl", ""); KSYMTAB_FUNC(encode_rs8, "_gpl", ""); KSYMTAB_FUNC(decode_rs8, "_gpl", ""); SYMBOL_CRC(free_rs, 0xfd581da1, "_gpl"); SYMBOL_CRC(init_rs_gfp, 0xeb2f825c, "_gpl"); SYMBOL_CRC(init_rs_non_canonical, 0x561835eb, "_gpl"); SYMBOL_CRC(encode_rs8, 0x63adbf92, "_gpl"); SYMBOL_CRC(decode_rs8, 0x1d29b9e1, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x5a9f1d63, "memmove" }, { 0xdcb764ad, "memset" }, { 0x4829a47e, "memcpy" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x37a0cba, "kfree" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");