#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") = { { 0x16e410ff, "vli_from_be64" }, { 0x9f6efabd, "vli_sub" }, { 0xd77e9a38, "look_up_OID" }, { 0x9263b417, "ecc_point_mult_shamir" }, { 0x12ee59a6, "crypto_unregister_akcipher" }, { 0xbac8aeea, "sg_nents_for_len" }, { 0x4c281912, "vli_is_zero" }, { 0x1a5faa3a, "vli_mod_inv" }, { 0x92668805, "vli_cmp" }, { 0x7c0fbb00, "vli_mod_mult_slow" }, { 0xeac9b99a, "vli_from_le64" }, { 0xde867c29, "ecc_is_pubkey_valid_partial" }, { 0xb274686c, "crypto_register_akcipher" }, { 0x13ce87e8, "asn1_ber_decoder" }, { 0x16f123e, "sg_copy_to_buffer" }, { 0x54b23e67, "sg_pcopy_to_buffer" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");