#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") = { { 0xd819bcbc, "netlink_net_capable" }, { 0x7886ccf3, "__netlink_dump_start" }, { 0x75559a69, "sock_i_uid" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xe04f0377, "__nlmsg_put" }, { 0x8a5823ac, "sock_diag_save_cookie" }, { 0x7c2c874, "nla_reserve_nohdr" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xb5f70e15, "nla_put" }, { 0xdcb764ad, "memset" }, { 0xb6db8c45, "sock_diag_register" }, { 0x64b6d9d6, "skb_trim" }, { 0xdf448d1c, "fanout_mutex" }, { 0xe1f91649, "sock_i_ino" }, { 0xe02b11eb, "sock_diag_put_filterinfo" }, { 0x3213f038, "mutex_unlock" }, { 0xcf74dff7, "sock_diag_unregister" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x400fede6, "from_kuid_munged" }, { 0x77d2c884, "sock_diag_put_meminfo" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");