#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") = { { 0x4a575d87, "crypto_register_rngs" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0xf5c76d2a, "crypto_unregister_rngs" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe6fd6216, "crypto_cipher_setkey" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x122c3a7e, "_printk" }, { 0x2d6e2f1d, "crypto_alloc_base" }, { 0x167c5967, "print_hex_dump" }, { 0x25bf8768, "crypto_cipher_encrypt_one" }, { 0xdcb764ad, "memset" }, { 0xe64db987, "param_ops_int" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");