#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") = { { 0xfa18dfc4, "bio_associate_blkg" }, { 0x6a630c13, "register_md_personality" }, { 0x3fe83d81, "md_check_no_bitmap" }, { 0x37a0cba, "kfree" }, { 0x817a9a97, "md_set_array_sectors" }, { 0x2289a187, "bio_put" }, { 0x9008ce06, "bio_endio" }, { 0x75ab91f0, "submit_bio_noacct" }, { 0xd0026604, "disk_stack_limits" }, { 0xd3d426c9, "bio_alloc_clone" }, { 0xa64ccd33, "md_account_bio" }, { 0x61765ad5, "unregister_md_personality" }, { 0x56470118, "__warn_printk" }, { 0x7d2f15d3, "seq_printf" }, { 0x29977925, "kmalloc_trace" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "md-mod");