#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") = { { 0x6d48a6d5, "register_qdisc" }, { 0xbd1951ce, "gnet_stats_copy_app" }, { 0xfd2731d6, "unregister_qdisc" }, { 0xb5f70e15, "nla_put" }, { 0x7f24de73, "jiffies_to_usecs" }, { 0x7aa1756e, "kvfree" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x37a0cba, "kfree" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xc07044e6, "rtnl_kfree_skbs" }, { 0x15ba50a6, "jiffies" }, { 0x7266fb60, "skb_get_hash_perturb" }, { 0xdcb764ad, "memset" }, { 0x5090f2f8, "qdisc_tree_reduce_backlog" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xfa4d2f03, "__nla_parse" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xf1969a8e, "__usecs_to_jiffies" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x56470118, "__warn_printk" }, { 0x41ed3709, "get_random_bytes" }, { 0x599fb41c, "kvmalloc_node" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");