#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, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xbe7fe36e, "tcf_em_register" }, { 0x9166fada, "strncpy" }, { 0x506697dd, "nla_put_nohdr" }, { 0x2842fbf1, "nla_append" }, { 0x65fa2753, "textsearch_destroy" }, { 0xdf508e9e, "textsearch_prepare" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xc7a4fbed, "rtnl_lock" }, { 0xd14173a2, "tcf_em_unregister" }, { 0x9a395733, "skb_find_text" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");