#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") = { { 0xc145b6c9, "clear_nlink" }, { 0x95f59fd, "d_instantiate" }, { 0x43028c94, "fat_dir_empty" }, { 0x656e4a6e, "snprintf" }, { 0x69b7d8ed, "fat_time_unix2fat" }, { 0xd67f1155, "unregister_filesystem" }, { 0xf0fd79a2, "fat_get_dotdot_entry" }, { 0xcc8d881d, "inode_query_iversion" }, { 0xd3db6b8e, "fat_free_clusters" }, { 0x8203dfd, "fat_setattr" }, { 0x222ae5c6, "d_splice_alias" }, { 0x88dc4934, "current_time" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x8552b95c, "iput" }, { 0xf8859b80, "__fat_fs_error" }, { 0xc2d8f138, "register_filesystem" }, { 0x140ef569, "fat_scan" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xcbd4898c, "fortify_panic" }, { 0xd6eaaea1, "full_name_hash" }, { 0x50cf7585, "hex2bin" }, { 0x8b00cf08, "fat_search_long" }, { 0x31238660, "kill_block_super" }, { 0x922db506, "kmem_cache_alloc" }, { 0xb30e2c0c, "__brelse" }, { 0xf23984da, "inode_maybe_inc_iversion" }, { 0xd7cf8700, "fat_getattr" }, { 0xc72f96ed, "sync_dirty_buffer" }, { 0x5d09c98d, "set_nlink" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xa74e0693, "kmem_cache_free" }, { 0x5a921311, "strncmp" }, { 0x84161755, "d_move" }, { 0x9bead030, "fat_attach" }, { 0xb5972c5e, "fat_update_time" }, { 0x11089ac7, "_ctype" }, { 0xbb1851c0, "fat_build_inode" }, { 0x8656f778, "fat_fill_super" }, { 0xdcb764ad, "memset" }, { 0x46b4f100, "fat_alloc_new_dir" }, { 0xd6fce3, "fat_remove_entries" }, { 0x15ba50a6, "jiffies" }, { 0x81a31b91, "fat_add_entries" }, { 0x56b4d719, "fat_sync_inode" }, { 0x74e7d7e4, "mount_bdev" }, { 0x3213f038, "mutex_unlock" }, { 0x3096be16, "names_cachep" }, { 0x1036325, "d_find_alias" }, { 0x4165c7db, "inc_nlink" }, { 0x56470118, "__warn_printk" }, { 0x8dca23cd, "dput" }, { 0x57e9103c, "fat_truncate_time" }, { 0x29977925, "kmalloc_trace" }, { 0xf06b526d, "__mark_inode_dirty" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xde50ca15, "mark_buffer_dirty_inode" }, { 0x97adb487, "utf8s_to_utf16s" }, { 0xa1280f91, "drop_nlink" }, { 0xe61a6d75, "kmalloc_caches" }, { 0xf8dc60a0, "fat_detach" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "fat");