#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(async_raid6_2data_recov, "_gpl", ""); KSYMTAB_FUNC(async_raid6_datap_recov, "_gpl", ""); SYMBOL_CRC(async_raid6_2data_recov, 0xceb20d14, "_gpl"); SYMBOL_CRC(async_raid6_datap_recov, 0x635258a6, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x40f90a, "__async_tx_find_channel" }, { 0x9f3b45db, "dmaengine_get_unmap_data" }, { 0x17e4ce28, "dma_map_page_attrs" }, { 0xca7ccfb4, "async_tx_submit" }, { 0x9c192dd7, "dmaengine_unmap_put" }, { 0xa0a14641, "async_tx_quiesce" }, { 0xd91319d6, "raid6_gfmul" }, { 0x296695f, "refcount_warn_saturate" }, { 0x8be6e1e9, "dma_find_channel" }, { 0x50e6942f, "async_gen_syndrome" }, { 0x17f54263, "raid6_gfexp" }, { 0x59a2712d, "raid6_gfinv" }, { 0xba917890, "async_xor_offs" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xadf5906, "async_memcpy" }, { 0xb0d904b7, "raid6_empty_zero_page" }, { 0xe4b051cf, "raid6_datap_recov" }, { 0xcc4ee841, "raid6_gfexi" }, { 0x1803a6ed, "raid6_2data_recov" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "async_tx,raid6_pq,async_pq,async_xor,async_memcpy");