#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" }, { 0xe04f0377, "__nlmsg_put" }, { 0x35d3dc46, "crypto_alg_sem" }, { 0xc5aa2775, "crypto_alg_mod_lookup" }, { 0x423e8b0, "__netlink_kernel_create" }, { 0xcbd4898c, "fortify_panic" }, { 0x40510ef9, "register_pernet_subsys" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xa916b694, "strnlen" }, { 0xbeea74eb, "__alloc_skb" }, { 0x8bb0266e, "netlink_capable" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0xb1d2f58f, "netlink_unicast" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xb5f70e15, "nla_put" }, { 0x671860cf, "netlink_rcv_skb" }, { 0x19ee7698, "crypto_unregister_instance" }, { 0xae95b8ce, "netlink_kernel_release" }, { 0x4cb98723, "unregister_pernet_subsys" }, { 0xdcb764ad, "memset" }, { 0x5bc4d92f, "crypto_mod_get" }, { 0xe2d5255a, "strcmp" }, { 0x668b19a1, "down_read" }, { 0x64b6d9d6, "skb_trim" }, { 0xdd64e639, "strscpy" }, { 0x3213f038, "mutex_unlock" }, { 0x457594fa, "crypto_alg_list" }, { 0xde25d1ad, "crypto_remove_spawns" }, { 0x5bd0748f, "crypto_del_default_rng" }, { 0xd15ffc61, "crypto_mod_put" }, { 0xfa4d2f03, "__nla_parse" }, { 0x3de9cae1, "crypto_remove_final" }, { 0x53b954a2, "up_read" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");