#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") = { { 0x122c3a7e, "_printk" }, { 0x713e2946, "tcf_register_action" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x91bfc38a, "tcf_idrinfo_destroy" }, { 0x37a0cba, "kfree" }, { 0x6e720ff2, "rtnl_unlock" }, { 0x7826db55, "tcf_action_update_stats" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xb5f70e15, "nla_put" }, { 0x15ba50a6, "jiffies" }, { 0x7d0db45c, "jiffies_to_clock_t" }, { 0xb4a62724, "nla_put_64bit" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x64b6d9d6, "skb_trim" }, { 0x23f9426, "tcf_unregister_action" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xcefb0c9f, "__mutex_init" }, { 0xfa4d2f03, "__nla_parse" }, { 0xcc35ade7, "tcf_idr_check_alloc" }, { 0xcdea880d, "tcf_action_check_ctrlact" }, { 0xe95f2ac4, "tcf_action_set_ctrlact" }, { 0xa1b2559a, "tcf_chain_put_by_act" }, { 0x35d9eead, "tcf_idr_create_from_flags" }, { 0xa8805fda, "tcf_idr_release" }, { 0x113727b5, "tcf_idr_cleanup" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xfba7a5f5, "__get_random_u32_below" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");