#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") = { { 0x2409e6cd, "crypto_skcipher_encrypt" }, { 0xca24a218, "crypto_alloc_ahash" }, { 0xd14d2a74, "xdr_buf_trim" }, { 0x5a9f1d63, "memmove" }, { 0x7af8ee86, "xdr_process_buf" }, { 0x1577f67c, "read_bytes_from_xdr_buf" }, { 0x7b5b17b2, "crypto_ahash_setkey" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x43babd19, "sg_init_one" }, { 0x17cd2703, "crypto_skcipher_setkey" }, { 0xcbd4898c, "fortify_panic" }, { 0xa9fd5e6e, "gss_mech_unregister" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0x122c3a7e, "_printk" }, { 0x931090fe, "crypto_skcipher_decrypt" }, { 0xa916b694, "strnlen" }, { 0x8896979e, "crypto_shash_setkey" }, { 0xd0760fc0, "kfree_sensitive" }, { 0xb08fea1, "crypto_shash_update" }, { 0x449ad0a7, "memcmp" }, { 0xdcb764ad, "memset" }, { 0x5aad36d7, "xdr_buf_subsegment" }, { 0x6a09eaf5, "crypto_alloc_sync_skcipher" }, { 0x1dbeb3f5, "crypto_ahash_final" }, { 0x5a44f8cb, "__crypto_memneq" }, { 0x953e1b9e, "ktime_get_real_seconds" }, { 0x3c3ff9fd, "sprintf" }, { 0x2e68d2a1, "crypto_shash_final" }, { 0x214dd54f, "gss_mech_register" }, { 0xf54bd49b, "lcm" }, { 0x66b4cc41, "kmemdup" }, { 0x41ed3709, "get_random_bytes" }, { 0x29977925, "kmalloc_trace" }, { 0xe752264f, "write_bytes_to_xdr_buf" }, { 0x76549ffd, "crypto_alloc_shash" }, { 0x2cf0c910, "sg_init_table" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "sunrpc,auth_rpcgss");