#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") = { { 0x7886ccf3, "__netlink_dump_start" }, { 0x75559a69, "sock_i_uid" }, { 0xe04f0377, "__nlmsg_put" }, { 0x5374649b, "nla_reserve" }, { 0x8a5823ac, "sock_diag_save_cookie" }, { 0x5e8d846c, "unix_outq_len" }, { 0x6b3ba4e, "sock_diag_check_cookie" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x4de63f22, "unix_inq_len" }, { 0x296695f, "refcount_warn_saturate" }, { 0xbeea74eb, "__alloc_skb" }, { 0xb1d2f58f, "netlink_unicast" }, { 0x28d9857d, "sk_free" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xfa15ba13, "unix_peer_get" }, { 0xb5f70e15, "nla_put" }, { 0xdcb764ad, "memset" }, { 0xb6db8c45, "sock_diag_register" }, { 0x64b6d9d6, "skb_trim" }, { 0xe1f91649, "sock_i_ino" }, { 0xcf74dff7, "sock_diag_unregister" }, { 0x400fede6, "from_kuid_munged" }, { 0x77d2c884, "sock_diag_put_meminfo" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");