#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" }, { 0xb5f70e15, "nla_put" }, { 0x64b6d9d6, "skb_trim" }, { 0xe623ac81, "qdisc_reset" }, { 0x35f7e7db, "tcf_block_put" }, { 0x99d6d585, "qdisc_put" }, { 0x37a0cba, "kfree" }, { 0xe5440c70, "tcf_classify" }, { 0x226ad4d9, "__qdisc_calculate_pkt_len" }, { 0xfd2731d6, "unregister_qdisc" }, { 0x72b2ece7, "gnet_stats_copy_basic" }, { 0xed81bdcb, "__cpu_possible_mask" }, { 0xc5844fb8, "__per_cpu_offset" }, { 0xdb6823d1, "gnet_stats_copy_queue" }, { 0xd92f7865, "noop_qdisc" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xfc421e79, "gnet_stats_add_queue" }, { 0x5090f2f8, "qdisc_tree_reduce_backlog" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x56470118, "__warn_printk" }, { 0xeb233a45, "__kmalloc" }, { 0xa37f417b, "pfifo_qdisc_ops" }, { 0x3c014f29, "qdisc_create_dflt" }, { 0x4ed4567, "qdisc_hash_add" }, { 0x7d158845, "tcf_block_get" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");