#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") = { { 0x11089ac7, "_ctype" }, { 0xe0b1a78b, "get_tree_single" }, { 0xc449ec31, "simple_fill_super" }, { 0xbf1fb810, "clear_inode" }, { 0x37a0cba, "kfree" }, { 0xf4c9dbd, "filp_close" }, { 0xdcb764ad, "memset" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x88db9f48, "__check_object_size" }, { 0xe68efe41, "_raw_write_lock" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x40235c98, "_raw_write_unlock" }, { 0xa1280f91, "drop_nlink" }, { 0xaed44015, "d_drop" }, { 0x8dca23cd, "dput" }, { 0xb855cf98, "simple_release_fs" }, { 0xa916b694, "strnlen" }, { 0x619cb7dd, "simple_read_from_buffer" }, { 0xcbd4898c, "fortify_panic" }, { 0x6a5cb5ee, "__get_free_pages" }, { 0x3c3ff9fd, "sprintf" }, { 0x98cf60b3, "strlen" }, { 0x4302d0eb, "free_pages" }, { 0xd45cc6ca, "bin2hex" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0xc2d8f138, "register_filesystem" }, { 0x82304848, "__register_binfmt" }, { 0xacc2b486, "unregister_binfmt" }, { 0xd67f1155, "unregister_filesystem" }, { 0xeb233a45, "__kmalloc" }, { 0x349cba85, "strchr" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x8c8569cb, "kstrtoint" }, { 0x64bbc288, "string_unescape" }, { 0xe2bcc63b, "open_exec" }, { 0x8e3da5c4, "lookup_one_len" }, { 0x234c4a64, "new_inode" }, { 0xe953b21f, "get_next_ino" }, { 0xcc2d1b3, "inode_set_ctime_current" }, { 0x58c768ec, "simple_pin_fs" }, { 0xd9b85ef6, "lockref_get" }, { 0x95f59fd, "d_instantiate" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x122c3a7e, "_printk" }, { 0x8552b95c, "iput" }, { 0xfe8c61f0, "_raw_read_lock" }, { 0x9f984513, "strrchr" }, { 0xe2d5255a, "strcmp" }, { 0xdd4d55b6, "_raw_read_unlock" }, { 0x59bf16fa, "copy_string_kernel" }, { 0x15514ab4, "bprm_change_interp" }, { 0x7acfe168, "dentry_open" }, { 0xc78316a9, "remove_arg_zero" }, { 0x3d7f7ac3, "simple_statfs" }, { 0xf2c68165, "default_llseek" }, { 0xbbb03387, "noop_llseek" }, { 0x5358e23b, "kill_litter_super" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");