#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 KSYMTAB_FUNC(async_gen_syndrome, "_gpl", ""); KSYMTAB_FUNC(async_syndrome_val, "_gpl", ""); SYMBOL_CRC(async_gen_syndrome, 0x50e6942f, "_gpl"); SYMBOL_CRC(async_syndrome_val, 0x9a5ddc20, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xbf56f25c, "alloc_pages" }, { 0x122c3a7e, "_printk" }, { 0x9d933504, "__free_pages" }, { 0x40f90a, "__async_tx_find_channel" }, { 0x9f3b45db, "dmaengine_get_unmap_data" }, { 0x9c192dd7, "dmaengine_unmap_put" }, { 0xa0a14641, "async_tx_quiesce" }, { 0xb0d904b7, "raid6_empty_zero_page" }, { 0x804a5b70, "raid6_call" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x17f54263, "raid6_gfexp" }, { 0x17e4ce28, "dma_map_page_attrs" }, { 0xca7ccfb4, "async_tx_submit" }, { 0x296695f, "refcount_warn_saturate" }, { 0xba917890, "async_xor_offs" }, { 0x449ad0a7, "memcmp" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "async_tx,raid6_pq,async_xor");