#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") = { { 0x6a630c13, "register_md_personality" }, { 0x56470118, "__warn_printk" }, { 0x7d2f15d3, "seq_printf" }, { 0x96848186, "scnprintf" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x61765ad5, "unregister_md_personality" }, { 0x122c3a7e, "_printk" }, { 0xa64ccd33, "md_account_bio" }, { 0xfa18dfc4, "bio_associate_blkg" }, { 0xe00db6dc, "__tracepoint_block_bio_remap" }, { 0x75ab91f0, "submit_bio_noacct" }, { 0x9008ce06, "bio_endio" }, { 0x7a2af7b4, "cpu_number" }, { 0x7bcf5f59, "__cpu_online_mask" }, { 0xa344f267, "__traceiter_block_bio_remap" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0x760f8200, "md_error" }, { 0x5afd8f8b, "bio_split" }, { 0x42ba43dd, "bio_chain" }, { 0x673bc6c8, "md_flush_request" }, { 0x1d9952fb, "md_submit_discard_bio" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x37a0cba, "kfree" }, { 0xeb233a45, "__kmalloc" }, { 0x3fe83d81, "md_check_no_bitmap" }, { 0x90aa4c41, "blk_queue_max_hw_sectors" }, { 0x232ac7f4, "blk_queue_max_write_zeroes_sectors" }, { 0x768ae974, "blk_queue_io_min" }, { 0x93eafd00, "blk_queue_io_opt" }, { 0xd0026604, "disk_stack_limits" }, { 0x817a9a97, "md_set_array_sectors" }, { 0x9a24c07b, "md_integrity_register" }, { 0xe64db987, "param_ops_int" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "md-mod");