#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" }, { 0x9a24c07b, "md_integrity_register" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x3fe83d81, "md_check_no_bitmap" }, { 0x8d522714, "__rcu_read_lock" }, { 0x6c2a6a1, "bio_init_clone" }, { 0x760f8200, "md_error" }, { 0x15c85de3, "mempool_init" }, { 0x37a0cba, "kfree" }, { 0xd35a6d31, "mempool_kmalloc" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xa897e3e7, "mempool_free" }, { 0x646b11d3, "md_wakeup_thread" }, { 0x6a037cf1, "mempool_kfree" }, { 0x122c3a7e, "_printk" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x817a9a97, "md_set_array_sectors" }, { 0x1d24c881, "___ratelimit" }, { 0xc3762aec, "mempool_alloc" }, { 0x9008ce06, "bio_endio" }, { 0x6ba87ee5, "md_integrity_add_rdev" }, { 0x6091797f, "synchronize_rcu" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x75ab91f0, "submit_bio_noacct" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0xc26f251c, "seq_putc" }, { 0xd0026604, "disk_stack_limits" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x673bc6c8, "md_flush_request" }, { 0xb819a97e, "md_register_thread" }, { 0xa64ccd33, "md_account_bio" }, { 0x61765ad5, "unregister_md_personality" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x56470118, "__warn_printk" }, { 0x7d2f15d3, "seq_printf" }, { 0xbf193f7d, "md_check_recovery" }, { 0x29977925, "kmalloc_trace" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x38e46431, "mempool_exit" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "md-mod");