#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" }, { 0x6b146b95, "ip_set_nfnl_put" }, { 0x37a0cba, "kfree" }, { 0x61f82b8, "ip_set_nfnl_get_byindex" }, { 0x66b4cc41, "kmemdup" }, { 0xd14173a2, "tcf_em_unregister" }, { 0x6c86c0ae, "skb_pull" }, { 0x8d522714, "__rcu_read_lock" }, { 0x30d6e866, "skb_copy_bits" }, { 0x32ad1ac4, "dev_get_by_index_rcu" }, { 0xdfd567b9, "ip_set_test" }, { 0x2469810f, "__rcu_read_unlock" }, { 0xbd9a1fbf, "skb_push" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");