#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") = { { 0xc5858fde, "platform_device_put" }, { 0xb67a3238, "usbip_pack_pdu" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x97aeb085, "usbip_start_eh" }, { 0x38004dd8, "usb_hcd_resume_root_hub" }, { 0x963bac06, "usb_hcd_unlink_urb_from_ep" }, { 0xedfcfd8f, "platform_driver_unregister" }, { 0x656e4a6e, "snprintf" }, { 0x92540fbf, "finish_wait" }, { 0x78b72f44, "usbip_debug_flag" }, { 0xe80b9358, "__put_task_struct" }, { 0xc0d110e6, "usbip_recv_xbuff" }, { 0x37a0cba, "kfree" }, { 0x19a304ba, "usb_disabled" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xb3f7646e, "kthread_should_stop" }, { 0xe2964344, "__wake_up" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x846afcd6, "platform_device_add_data" }, { 0xa403320b, "platform_bus" }, { 0x2e02864, "wake_up_process" }, { 0x122c3a7e, "_printk" }, { 0x1d24c881, "___ratelimit" }, { 0x1000e51, "schedule" }, { 0xbc58c5d3, "usb_put_dev" }, { 0x296695f, "refcount_warn_saturate" }, { 0x55628d3b, "usbip_recv" }, { 0xae7a7326, "usb_get_dev" }, { 0xe168317, "usbip_dump_urb" }, { 0x876e5cd3, "_dev_info" }, { 0xc6c9a5ef, "usb_hcd_check_unlink_urb" }, { 0x67e5fb44, "usbip_pad_iso" }, { 0xfe487975, "init_wait_entry" }, { 0x2ac30448, "usbip_recv_iso" }, { 0x86735d8a, "fput" }, { 0xd1005013, "_dev_err" }, { 0x8f5dd148, "sysfs_remove_link" }, { 0x8c8569cb, "kstrtoint" }, { 0x4d1b088a, "platform_device_unregister" }, { 0xe64141f7, "dev_attr_usbip_debug" }, { 0xf16b3762, "usbip_stop_eh" }, { 0x8c0a10a6, "kernel_sock_shutdown" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xb4a271d8, "platform_device_add" }, { 0xca2dfb5a, "platform_device_alloc" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x6d8632b8, "platform_device_del" }, { 0x159575be, "sysfs_create_group" }, { 0x6e9b1723, "kthread_stop" }, { 0xbcab6ee6, "sscanf" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x8862a28, "usb_hcd_link_urb_to_ep" }, { 0x77ae495d, "usb_speed_string" }, { 0xdcb764ad, "memset" }, { 0xe1ea0586, "usbip_dump_header" }, { 0x4719e1c4, "usb_hcd_is_primary_hcd" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xb467d61c, "usbip_event_add" }, { 0xdf47092a, "usb_put_hcd" }, { 0x15ba50a6, "jiffies" }, { 0xe2385937, "__platform_driver_register" }, { 0x459f2852, "kthread_create_on_node" }, { 0xb343023e, "sysfs_remove_group" }, { 0x3c3ff9fd, "sprintf" }, { 0xb398c05f, "usb_hcd_giveback_urb" }, { 0x3213f038, "mutex_unlock" }, { 0xfbe215e4, "sg_next" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xd54d12ca, "usbip_alloc_iso_desc_pdu" }, { 0x83c57327, "usb_hcd_poll_rh_status" }, { 0xdff52de0, "usb_create_hcd" }, { 0x29977925, "kmalloc_trace" }, { 0x3854774b, "kstrtoll" }, { 0x2ae57f71, "usb_remove_hcd" }, { 0x349cba85, "strchr" }, { 0x2ccf4204, "usb_add_hcd" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x218597c0, "sockfd_lookup" }, { 0x5e1201cc, "kernel_sendmsg" }, { 0xd02753dc, "usbip_header_correct_endian" }, { 0x532c48da, "usb_create_shared_hcd" }, { 0xeb233a45, "__kmalloc" }, { 0x680219aa, "usbip_event_happened" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usbip-core");