#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" }, { 0x2aa2188e, "alloc_netdev_mqs" }, { 0x919736e6, "register_netdev" }, { 0xd0ec541e, "free_netdev" }, { 0xc6f46339, "init_timer_key" }, { 0x15ba50a6, "jiffies" }, { 0xe2970c3, "unregister_netdev" }, { 0x2b4103a3, "netdev_info" }, { 0x24d273d1, "add_timer" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0x37a0cba, "kfree" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x5b052d78, "__dev_queue_xmit" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xb1899881, "consume_skb" }, { 0x82ee90dc, "timer_delete_sync" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0xc6cbbc89, "capable" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x215e000a, "init_net" }, { 0x860f0ee4, "__dev_get_by_name" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xcbd4898c, "fortify_panic" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");