#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") = { { 0x5021bd81, "_raw_write_lock_irqsave" }, { 0xeb078aee, "_raw_write_unlock_irqrestore" }, { 0xaf3dd7dc, "scsi_logging_level" }, { 0x9d04fc66, "sdev_prefix_printk" }, { 0xb1342cdb, "_raw_read_lock_irqsave" }, { 0xdf2ebb87, "_raw_read_unlock_irqrestore" }, { 0x80c408b9, "blk_trace_remove" }, { 0x3392f6b8, "blk_put_queue" }, { 0x7665a95b, "idr_remove" }, { 0x37a0cba, "kfree" }, { 0xa87d0b3b, "fasync_helper" }, { 0x9d933504, "__free_pages" }, { 0x821814a2, "blk_rq_unmap_user" }, { 0x8ab9d45c, "blk_mq_free_request" }, { 0xeb233a45, "__kmalloc" }, { 0xbf56f25c, "alloc_pages" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0x3213f038, "mutex_unlock" }, { 0x3fd78f3b, "register_chrdev_region" }, { 0xd4ee3ec6, "class_create" }, { 0xa88b5790, "scsi_register_interface" }, { 0xa35de4d9, "class_destroy" }, { 0x6091b333, "unregister_chrdev_region" }, { 0x21f93669, "register_sysctl_sz" }, { 0xc54e1706, "unregister_sysctl_table" }, { 0xc8fb4e84, "class_interface_unregister" }, { 0x8e17b3ae, "idr_destroy" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xe2964344, "__wake_up" }, { 0xdcb764ad, "memset" }, { 0x15ba50a6, "jiffies" }, { 0x37befc70, "jiffies_to_msecs" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x92940fd5, "blk_get_queue" }, { 0x488c4a94, "cdev_alloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x954f099c, "idr_preload" }, { 0xb8f11603, "idr_alloc" }, { 0x3c3ff9fd, "sprintf" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x43b0c9c3, "preempt_schedule" }, { 0x667e590d, "cdev_add" }, { 0xd0ce5d23, "device_create" }, { 0x86b959ae, "sysfs_create_link" }, { 0x122c3a7e, "_printk" }, { 0xc27d4777, "cdev_del" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0xff06005, "kill_fasync" }, { 0xfbad3cf0, "scsi_normalize_sense" }, { 0xfcaf58c6, "__scsi_print_sense" }, { 0x296695f, "refcount_warn_saturate" }, { 0x72662bf4, "scsi_autopm_put_device" }, { 0xfad46783, "scsi_device_put" }, { 0xcd1f47a2, "module_put" }, { 0x8f5dd148, "sysfs_remove_link" }, { 0x8be73006, "device_destroy" }, { 0x3acf719b, "scsi_alloc_request" }, { 0x4829a47e, "memcpy" }, { 0x108353c2, "blk_rq_map_user_io" }, { 0xad01e8b, "blk_execute_rq_nowait" }, { 0x423df718, "nonseekable_open" }, { 0x20978fb9, "idr_find" }, { 0x55fdc591, "scsi_device_get" }, { 0x5c28f21, "scsi_autopm_get_device" }, { 0xe5b35ecd, "scsi_block_when_processing_errors" }, { 0xfe487975, "init_wait_entry" }, { 0x1000e51, "schedule" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x6bce2ad2, "__module_get" }, { 0x1de4ccb2, "get_sg_io_hdr" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0x88db9f48, "__check_object_size" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0xeda2e038, "scsi_cmd_allowed" }, { 0xcbd4898c, "fortify_panic" }, { 0x334da4e, "scsi_command_size_tbl" }, { 0x1d24c881, "___ratelimit" }, { 0x2cff5dec, "__task_pid_nr_ns" }, { 0x7682ba4e, "__copy_overflow" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0x5ec4aee6, "put_sg_io_hdr" }, { 0x5e1d2413, "scsi_ioctl_block_when_processing_errors" }, { 0xbf3c3336, "scsi_ioctl" }, { 0xe6e87b08, "blk_trace_startstop" }, { 0xcf86fcf2, "blk_trace_setup" }, { 0x3aca0190, "_raw_write_lock_irq" }, { 0x9f76baf4, "_raw_write_unlock_irq" }, { 0xf94536c2, "proc_dointvec" }, { 0xf452f31d, "compat_ptr_ioctl" }, { 0xe64db987, "param_ops_int" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "F3AFA635B2278ADB85B4FE1");