#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") = { { 0x98ec36dc, "generic_shutdown_super" }, { 0x290b8925, "iget_locked" }, { 0x7ba5ff42, "flush_dcache_page" }, { 0x67b5d196, "init_special_inode" }, { 0xd67f1155, "unregister_filesystem" }, { 0xe64c937f, "d_make_root" }, { 0xed21b6ab, "sync_filesystem" }, { 0x222ae5c6, "d_splice_alias" }, { 0xbb0540aa, "zlib_inflateReset" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x14c69dd3, "read_cache_page" }, { 0xe621fc3d, "logfc" }, { 0x35a88f28, "zlib_inflateInit2" }, { 0xc2d8f138, "register_filesystem" }, { 0xcbd4898c, "fortify_panic" }, { 0x6f70bd42, "unlock_new_inode" }, { 0x122c3a7e, "_printk" }, { 0x7fac6cd, "make_kuid" }, { 0x8c382d74, "sync_blockdev" }, { 0x8a5b7d5b, "blkdev_put" }, { 0x581f98da, "zlib_inflate" }, { 0x21ece37e, "inode_nohighmem" }, { 0xf318f6c5, "unlock_page" }, { 0x548885bc, "generic_ro_fops" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xce5ac24f, "zlib_inflate_workspacesize" }, { 0x449ad0a7, "memcmp" }, { 0xdcb764ad, "memset" }, { 0x7c3561ad, "make_kgid" }, { 0x3efa6061, "page_cache_sync_ra" }, { 0x999e8297, "vfree" }, { 0x1511f09e, "generic_read_dir" }, { 0x72de5bf1, "page_symlink_inode_operations" }, { 0x3213f038, "mutex_unlock" }, { 0x7c2db476, "__folio_put" }, { 0x43960a97, "get_tree_bdev" }, { 0xa2636a2d, "file_ra_state_init" }, { 0x29977925, "kmalloc_trace" }, { 0xd6ee688f, "vmalloc" }, { 0x4c1bee50, "generic_file_llseek" }, { 0x107e5878, "zlib_inflateEnd" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");