#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") = { { 0x4336fcca, "ucs2_as_utf8" }, { 0x95f59fd, "d_instantiate" }, { 0x1fa48995, "efivar_supports_writes" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xbf1fb810, "clear_inode" }, { 0xa336852c, "efivar_get_next_variable" }, { 0x234c4a64, "new_inode" }, { 0x9291cd3b, "memdup_user" }, { 0xd67f1155, "unregister_filesystem" }, { 0x91bd79d1, "inode_set_flags" }, { 0xe64c937f, "d_make_root" }, { 0x496fdbaf, "always_delete_dentry" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x8552b95c, "iput" }, { 0xe953b21f, "get_next_ino" }, { 0xee5240dc, "efivar_query_variable_info" }, { 0x9c86b9ab, "fileattr_fill_flags" }, { 0x5a3c9dbb, "efivar_get_variable" }, { 0xc2d8f138, "register_filesystem" }, { 0xcbd4898c, "fortify_panic" }, { 0x122c3a7e, "_printk" }, { 0x2303b915, "efivar_lock" }, { 0x96b29254, "strncasecmp" }, { 0x1d24c881, "___ratelimit" }, { 0x6bd88b5, "ucs2_strnlen" }, { 0xaa75c05e, "d_alloc" }, { 0x958988c4, "simple_dir_operations" }, { 0xa916b694, "strnlen" }, { 0x7e4c3df5, "efi" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0xfc2f9e8c, "simple_open" }, { 0xc961bff7, "efivar_unlock" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x449ad0a7, "memcmp" }, { 0x11089ac7, "_ctype" }, { 0x5358e23b, "kill_litter_super" }, { 0x3fca1569, "d_delete" }, { 0x3c3ff9fd, "sprintf" }, { 0x96af6215, "d_add" }, { 0x8caf9305, "uuid_is_valid" }, { 0xb89b6e6b, "guid_parse" }, { 0xcc2d1b3, "inode_set_ctime_current" }, { 0x4165c7db, "inc_nlink" }, { 0x56470118, "__warn_printk" }, { 0x8dca23cd, "dput" }, { 0xb256be16, "efivar_is_available" }, { 0xd9b85ef6, "lockref_get" }, { 0xbf8bbb53, "generic_delete_inode" }, { 0xab6d5b3b, "hex_to_bin" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0xe27d1a60, "simple_lookup" }, { 0x465e24ff, "ucs2_utf8size" }, { 0x29977925, "kmalloc_trace" }, { 0xe0b1a78b, "get_tree_single" }, { 0xdceb5362, "efi_status_to_err" }, { 0xefc77711, "efivar_set_variable_locked" }, { 0x98cf60b3, "strlen" }, { 0x619cb7dd, "simple_read_from_buffer" }, { 0x7410aba2, "strreplace" }, { 0xa1280f91, "drop_nlink" }, { 0xf9a482f9, "msleep" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0xd1363cc1, "ucs2_strsize" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");