#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") = { { 0x122c3a7e, "_printk" }, { 0x5c3c7387, "kstrtoull" }, { 0x3c3ff9fd, "sprintf" }, { 0x656e4a6e, "snprintf" }, { 0xeb307469, "target_remove_session" }, { 0x37a0cba, "kfree" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xb44ed8b6, "scsi_device_lookup" }, { 0x2341f7d9, "scsi_remove_device" }, { 0xfad46783, "scsi_device_put" }, { 0x25405ce8, "core_tpg_deregister" }, { 0x5a921311, "strncmp" }, { 0x164ecbae, "core_tpg_register" }, { 0x198f1f90, "device_unregister" }, { 0x9ed12e20, "kmalloc_large" }, { 0x1e6d26a8, "strstr" }, { 0x98cf60b3, "strlen" }, { 0xaedc350b, "dev_set_name" }, { 0x6ff8de95, "device_register" }, { 0xe16b094c, "put_device" }, { 0xacdad3f, "scsi_remove_host" }, { 0x5fe15db4, "scsi_host_put" }, { 0x55430c2a, "seq_puts" }, { 0x922db506, "kmem_cache_alloc" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x574584a4, "target_submit_tmr" }, { 0x25974000, "wait_for_completion" }, { 0x782197e7, "target_put_sess_cmd" }, { 0xa74e0693, "kmem_cache_free" }, { 0x54b5acd4, "scsi_done" }, { 0x9277c025, "scsi_host_alloc" }, { 0x77c0279a, "scsi_add_host_with_dma" }, { 0xa6257a2f, "complete" }, { 0x7758f47c, "target_execute_cmd" }, { 0x7f4d84e0, "transport_generic_free_cmd" }, { 0x41b17ca2, "core_allocate_nexus_loss_ua" }, { 0xdc041ff0, "scsi_add_device" }, { 0xe627ed3f, "driver_unregister" }, { 0xcf6d508, "bus_unregister" }, { 0x20dbd11d, "root_device_unregister" }, { 0x412730c8, "kmem_cache_create" }, { 0x6f86c4c, "__root_device_register" }, { 0xf654265e, "bus_register" }, { 0xd8411336, "driver_register" }, { 0x190d1d0b, "target_register_template" }, { 0x63d67aeb, "kmem_cache_destroy" }, { 0xc4440989, "target_unregister_template" }, { 0xa916b694, "strnlen" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x9abc1f93, "target_setup_session" }, { 0xcbd4898c, "fortify_panic" }, { 0xdcb764ad, "memset" }, { 0xb45f79fe, "target_init_cmd" }, { 0x9fef7a56, "target_submit_prep" }, { 0x27236f96, "target_queue_submission" }, { 0x67e42e06, "scmd_printk" }, { 0xce695e0b, "scsi_change_queue_depth" }, { 0x6df768b3, "param_ops_uint" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "target_core_mod");