#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") = { { 0x95d1a860, "try_module_get" }, { 0x49cd25ed, "alloc_workqueue" }, { 0x656e4a6e, "snprintf" }, { 0xa6257a2f, "complete" }, { 0xc5b6f236, "queue_work_on" }, { 0x7758f47c, "target_execute_cmd" }, { 0xe45983b7, "usb_interface_id" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x4dbc7074, "usb_assign_descriptors" }, { 0xaea961ea, "config_ep_by_speed_and_alt" }, { 0x833eece5, "configfs_depend_item_unlocked" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0xcbd4898c, "fortify_panic" }, { 0x2af38e5f, "usb_ep_free_request" }, { 0x122c3a7e, "_printk" }, { 0xc4440989, "target_unregister_template" }, { 0xd60eb3be, "transport_send_check_condition_and_sense" }, { 0xa916b694, "strnlen" }, { 0x9abc1f93, "target_setup_session" }, { 0xcd1f47a2, "module_put" }, { 0x81fec86d, "usb_composite_setup_continue" }, { 0xe2786318, "usb_function_register" }, { 0x43b0c9c3, "preempt_schedule" }, { 0xeb307469, "target_remove_session" }, { 0xdec33ece, "config_group_init_type_name" }, { 0x1e6d26a8, "strstr" }, { 0x8c03d20c, "destroy_workqueue" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x5a921311, "strncmp" }, { 0x373766a, "sbitmap_queue_clear" }, { 0xcefb0c9f, "__mutex_init" }, { 0xbd10166d, "unregister_gadget_item" }, { 0xd0022398, "usb_put_function_instance" }, { 0xdcb764ad, "memset" }, { 0x5c3c7387, "kstrtoull" }, { 0x25974000, "wait_for_completion" }, { 0xf0b7c1ab, "__target_init_cmd" }, { 0x90a0b138, "usb_function_unregister" }, { 0x3ea59b5d, "usb_ep_alloc_request" }, { 0x7a2af7b4, "cpu_number" }, { 0x2250788e, "target_submit_cmd" }, { 0xea3c8e4e, "scsilun_to_int" }, { 0x3213f038, "mutex_unlock" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x25405ce8, "core_tpg_deregister" }, { 0x190d1d0b, "target_register_template" }, { 0xdcbeba1d, "sg_copy_from_buffer" }, { 0x1d3e6b10, "configfs_undepend_item" }, { 0xac5667d9, "usb_ep_queue" }, { 0x29977925, "kmalloc_trace" }, { 0x7f4d84e0, "transport_generic_free_cmd" }, { 0x164ecbae, "core_tpg_register" }, { 0x98cf60b3, "strlen" }, { 0x782197e7, "target_put_sess_cmd" }, { 0x784d9a58, "usb_ep_enable" }, { 0x2c53cadb, "usb_ep_disable" }, { 0x935346fe, "__sbitmap_queue_get" }, { 0xc453d38d, "usb_free_all_descriptors" }, { 0x16f123e, "sg_copy_to_buffer" }, { 0xc40bd903, "usb_gstrings_attach" }, { 0x8125949, "usb_ep_autoconfig_ss" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x2d3385d3, "system_wq" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "target_core_mod");