#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") = { { 0x1b29df1c, "netif_tx_wake_queue" }, { 0x8848a69b, "skb_queue_purge_reason" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe623ac81, "qdisc_reset" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x56470118, "__warn_printk" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xfd2731d6, "unregister_qdisc" }, { 0xe2970c3, "unregister_netdev" }, { 0xd0ec541e, "free_netdev" }, { 0x919736e6, "register_netdev" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0x6d48a6d5, "register_qdisc" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x2aa2188e, "alloc_netdev_mqs" }, { 0xcbd4898c, "fortify_panic" }, { 0xd92f7865, "noop_qdisc" }, { 0xfef216eb, "_raw_spin_trylock" }, { 0x7a2af7b4, "cpu_number" }, { 0xf9da8e2, "softnet_data" }, { 0x15ba50a6, "jiffies" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x8d522714, "__rcu_read_lock" }, { 0x91e35ba, "neigh_lookup" }, { 0x4829a47e, "memcpy" }, { 0x307a946e, "__neigh_event_send" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x6a3a9aef, "neigh_destroy" }, { 0xdb344786, "__neigh_create" }, { 0x296695f, "refcount_warn_saturate" }, { 0xb1899881, "consume_skb" }, { 0xe64db987, "param_ops_int" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");