#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") = { { 0x5f7c1c69, "usb_alloc_urb" }, { 0xb67a3238, "usbip_pack_pdu" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xff9134f5, "usb_free_urb" }, { 0x97aeb085, "usbip_start_eh" }, { 0x11e4870d, "driver_remove_file" }, { 0x92540fbf, "finish_wait" }, { 0x78b72f44, "usbip_debug_flag" }, { 0xe80b9358, "__put_task_struct" }, { 0xb1b511d0, "usb_hub_release_port" }, { 0xc0d110e6, "usbip_recv_xbuff" }, { 0x37a0cba, "kfree" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xb3f7646e, "kthread_should_stop" }, { 0xe2964344, "__wake_up" }, { 0x412730c8, "kmem_cache_create" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x5b61f0b5, "__dynamic_dev_dbg" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xcbd4898c, "fortify_panic" }, { 0x66545060, "usb_deregister_device_driver" }, { 0xe783e261, "sysfs_emit" }, { 0x2e02864, "wake_up_process" }, { 0x122c3a7e, "_printk" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0xdd504c09, "usb_clear_halt" }, { 0x1000e51, "schedule" }, { 0xbc58c5d3, "usb_put_dev" }, { 0x792b1b57, "usb_reset_device" }, { 0x296695f, "refcount_warn_saturate" }, { 0x55628d3b, "usbip_recv" }, { 0xa916b694, "strnlen" }, { 0xc7049ec, "driver_create_file" }, { 0x5e934fc7, "sgl_alloc" }, { 0xae7a7326, "usb_get_dev" }, { 0xe168317, "usbip_dump_urb" }, { 0x922db506, "kmem_cache_alloc" }, { 0xbd8a25f5, "usb_submit_urb" }, { 0x876e5cd3, "_dev_info" }, { 0xfe487975, "init_wait_entry" }, { 0x2ac30448, "usbip_recv_iso" }, { 0x86735d8a, "fput" }, { 0xd1005013, "_dev_err" }, { 0xe64141f7, "dev_attr_usbip_debug" }, { 0xf16b3762, "usbip_stop_eh" }, { 0xf2242fe8, "device_attach" }, { 0x8c0a10a6, "kernel_sock_shutdown" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xa74e0693, "kmem_cache_free" }, { 0x732bd963, "usb_register_device_driver" }, { 0x5a921311, "strncmp" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x6fb8b5e5, "usb_set_interface" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x6e9b1723, "kthread_stop" }, { 0xbcab6ee6, "sscanf" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xde4af69b, "usb_lock_device_for_reset" }, { 0x2d0ed3f9, "usbip_in_eh" }, { 0xdcb764ad, "memset" }, { 0xe1ea0586, "usbip_dump_header" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xb467d61c, "usbip_event_add" }, { 0xe2d5255a, "strcmp" }, { 0x459f2852, "kthread_create_on_node" }, { 0xe2b5dd5e, "usb_unlink_urb" }, { 0x3c3ff9fd, "sprintf" }, { 0xdd64e639, "strscpy" }, { 0x3213f038, "mutex_unlock" }, { 0x2be41714, "usb_hub_claim_port" }, { 0xfbe215e4, "sg_next" }, { 0x66b4cc41, "kmemdup" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x75cf38eb, "usb_kill_urb" }, { 0xd54d12ca, "usbip_alloc_iso_desc_pdu" }, { 0x288c04c, "usb_set_configuration" }, { 0x29977925, "kmalloc_trace" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x218597c0, "sockfd_lookup" }, { 0x5e1201cc, "kernel_sendmsg" }, { 0xd02753dc, "usbip_header_correct_endian" }, { 0x7f62eaa4, "sgl_free" }, { 0xeb233a45, "__kmalloc" }, { 0x680219aa, "usbip_event_happened" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x63d67aeb, "kmem_cache_destroy" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "usbip-core");