#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") = { { 0xa31b7098, "padata_do_serial" }, { 0x36b0f5a7, "crypto_aead_decrypt" }, { 0x6f55c84, "padata_do_parallel" }, { 0xf37db1b7, "crypto_aead_encrypt" }, { 0x463d1c2f, "crypto_aead_setauthsize" }, { 0xa7286fed, "crypto_aead_setkey" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0x2468714c, "crypto_drop_spawn" }, { 0x8d8bae1f, "padata_free_shell" }, { 0x37a0cba, "kfree" }, { 0x6a48f504, "padata_alloc" }, { 0x55cd9a4a, "kobject_add" }, { 0x9278356c, "padata_free" }, { 0x9f4e67f, "kobject_uevent" }, { 0x2bce93af, "kernel_kobj" }, { 0x65fa943c, "kset_create_and_add" }, { 0xfaefa98c, "kset_unregister" }, { 0xd225f5d2, "crypto_register_template" }, { 0x22231993, "crypto_unregister_template" }, { 0x7bcf5f59, "__cpu_online_mask" }, { 0x9f46ced8, "__sw_hweight64" }, { 0x46b051c0, "crypto_spawn_tfm2" }, { 0xfdbd7a17, "crypto_get_attr_type" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xcf575358, "padata_alloc_shell" }, { 0x9a11a0fc, "crypto_attr_alg_name" }, { 0x4e9369b2, "crypto_grab_aead" }, { 0x656e4a6e, "snprintf" }, { 0xeb1ebede, "aead_register_instance" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");