#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(dm_bio_prison_create, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_destroy, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_alloc_cell, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_free_cell, "_gpl", ""); KSYMTAB_FUNC(dm_cell_key_has_valid_range, "", ""); KSYMTAB_FUNC(dm_bio_detain, "_gpl", ""); KSYMTAB_FUNC(dm_get_cell, "_gpl", ""); KSYMTAB_FUNC(dm_cell_release, "_gpl", ""); KSYMTAB_FUNC(dm_cell_release_no_holder, "_gpl", ""); KSYMTAB_FUNC(dm_cell_error, "_gpl", ""); KSYMTAB_FUNC(dm_cell_visit_release, "_gpl", ""); KSYMTAB_FUNC(dm_cell_promote_or_release, "_gpl", ""); KSYMTAB_FUNC(dm_deferred_set_create, "_gpl", ""); KSYMTAB_FUNC(dm_deferred_set_destroy, "_gpl", ""); KSYMTAB_FUNC(dm_deferred_entry_inc, "_gpl", ""); KSYMTAB_FUNC(dm_deferred_entry_dec, "_gpl", ""); KSYMTAB_FUNC(dm_deferred_set_add_work, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_create_v2, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_destroy_v2, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_alloc_cell_v2, "_gpl", ""); KSYMTAB_FUNC(dm_bio_prison_free_cell_v2, "_gpl", ""); KSYMTAB_FUNC(dm_cell_get_v2, "_gpl", ""); KSYMTAB_FUNC(dm_cell_put_v2, "_gpl", ""); KSYMTAB_FUNC(dm_cell_lock_v2, "_gpl", ""); KSYMTAB_FUNC(dm_cell_quiesce_v2, "_gpl", ""); KSYMTAB_FUNC(dm_cell_lock_promote_v2, "_gpl", ""); KSYMTAB_FUNC(dm_cell_unlock_v2, "_gpl", ""); SYMBOL_CRC(dm_bio_prison_create, 0x753e20b2, "_gpl"); SYMBOL_CRC(dm_bio_prison_destroy, 0xb70b342a, "_gpl"); SYMBOL_CRC(dm_bio_prison_alloc_cell, 0xf72a21dc, "_gpl"); SYMBOL_CRC(dm_bio_prison_free_cell, 0xf0137c32, "_gpl"); SYMBOL_CRC(dm_cell_key_has_valid_range, 0x476d2454, ""); SYMBOL_CRC(dm_bio_detain, 0xd9ddaa40, "_gpl"); SYMBOL_CRC(dm_get_cell, 0x50606ba1, "_gpl"); SYMBOL_CRC(dm_cell_release, 0x2cbb70cc, "_gpl"); SYMBOL_CRC(dm_cell_release_no_holder, 0x951c4225, "_gpl"); SYMBOL_CRC(dm_cell_error, 0xa9ed7916, "_gpl"); SYMBOL_CRC(dm_cell_visit_release, 0x8360d1c2, "_gpl"); SYMBOL_CRC(dm_cell_promote_or_release, 0x9cb1389b, "_gpl"); SYMBOL_CRC(dm_deferred_set_create, 0x17dd39d6, "_gpl"); SYMBOL_CRC(dm_deferred_set_destroy, 0x2eb01e04, "_gpl"); SYMBOL_CRC(dm_deferred_entry_inc, 0xca2e3a88, "_gpl"); SYMBOL_CRC(dm_deferred_entry_dec, 0x6791a44e, "_gpl"); SYMBOL_CRC(dm_deferred_set_add_work, 0xb6d5c65d, "_gpl"); SYMBOL_CRC(dm_bio_prison_create_v2, 0xd99e003d, "_gpl"); SYMBOL_CRC(dm_bio_prison_destroy_v2, 0xace9b57b, "_gpl"); SYMBOL_CRC(dm_bio_prison_alloc_cell_v2, 0x24f085ba, "_gpl"); SYMBOL_CRC(dm_bio_prison_free_cell_v2, 0x5d8933c0, "_gpl"); SYMBOL_CRC(dm_cell_get_v2, 0x130e37bb, "_gpl"); SYMBOL_CRC(dm_cell_put_v2, 0x48d45c7e, "_gpl"); SYMBOL_CRC(dm_cell_lock_v2, 0x5eb24cef, "_gpl"); SYMBOL_CRC(dm_cell_quiesce_v2, 0x177a5679, "_gpl"); SYMBOL_CRC(dm_cell_lock_promote_v2, 0x3437449c, "_gpl"); SYMBOL_CRC(dm_cell_unlock_v2, 0x2e3cfd65, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xc60d0620, "__num_online_cpus" }, { 0xc5b6f236, "queue_work_on" }, { 0x15c85de3, "mempool_init" }, { 0x37a0cba, "kfree" }, { 0x412730c8, "kmem_cache_create" }, { 0xa5526619, "rb_insert_color" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xa897e3e7, "mempool_free" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0xc3762aec, "mempool_alloc" }, { 0x9008ce06, "bio_endio" }, { 0x8a99a016, "mempool_free_slab" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x4d9b652b, "rb_erase" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xdcb764ad, "memset" }, { 0xc972449f, "mempool_alloc_slab" }, { 0x29977925, "kmalloc_trace" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x38e46431, "mempool_exit" }, { 0x63d67aeb, "kmem_cache_destroy" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");