#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") = { { 0x92bca589, "af_alg_register_type" }, { 0xdc72f94b, "sock_kmalloc" }, { 0xdcb764ad, "memset" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xa8e458b, "crypto_req_done" }, { 0x7b5b17b2, "crypto_ahash_setkey" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0xca24a218, "crypto_alloc_ahash" }, { 0x868afc4a, "af_alg_unregister_type" }, { 0xeb233a45, "__kmalloc" }, { 0x599c2c5e, "lock_sock_nested" }, { 0xf0b94d69, "release_sock" }, { 0xd645170a, "af_alg_accept" }, { 0xd0760fc0, "kfree_sensitive" }, { 0x51a511eb, "_raw_write_lock_bh" }, { 0xe7ab1ecc, "_raw_write_unlock_bh" }, { 0x296695f, "refcount_warn_saturate" }, { 0x28d9857d, "sk_free" }, { 0xbedb12a7, "sock_kzfree_s" }, { 0x672f5015, "sock_kfree_s" }, { 0x95ffd306, "af_alg_release_parent" }, { 0x1dbeb3f5, "crypto_ahash_final" }, { 0x88db9f48, "__check_object_size" }, { 0xf13edad4, "_copy_to_iter" }, { 0x25974000, "wait_for_completion" }, { 0x59849bff, "iov_iter_npages" }, { 0x2cf0c910, "sg_init_table" }, { 0xc0803489, "extract_iter_to_sg" }, { 0x634264a9, "af_alg_free_sg" }, { 0xc9fb2e51, "crypto_ahash_finup" }, { 0x9f02a732, "crypto_ahash_digest" }, { 0xcc714d32, "af_alg_release" }, { 0x493e9e, "sock_no_bind" }, { 0x6afc081e, "sock_no_connect" }, { 0x5eb4ef0, "sock_no_socketpair" }, { 0x46f43463, "sock_no_getname" }, { 0xc07d0add, "sock_no_ioctl" }, { 0x44d01fc7, "sock_no_listen" }, { 0x63d75e50, "sock_no_shutdown" }, { 0x47ec979c, "sock_no_mmap" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "af_alg");