#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0x296695f, "refcount_warn_saturate" }, { 0x3cd0b569, "rdma_create_user_id" }, { 0x4b46d33f, "rdma_resolve_route" }, { 0x245764ca, "rdma_bind_addr" }, { 0x583d2c95, "ib_register_client" }, { 0x625c0979, "device_create_file" }, { 0xfef27f16, "__task_pid_nr_ns" }, { 0x9114b616, "__xa_alloc" }, { 0xfe487975, "init_wait_entry" }, { 0x90414e54, "fput" }, { 0x30861606, "init_net" }, { 0xa85a3e6d, "xa_load" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x1f9eeb42, "rdma_notify" }, { 0x4a261db1, "rdma_set_afonly" }, { 0xf58c720a, "ib_copy_qp_attr_to_user" }, { 0x758759e6, "rdma_unlock_handler" }, { 0x3edec680, "rdma_listen" }, { 0xcefb0c9f, "__mutex_init" }, { 0x4449694c, "rdma_accept_ece" }, { 0xfb578fc5, "memset" }, { 0x9942a4f3, "misc_register" }, { 0xb4c40040, "ib_sa_pack_path" }, { 0xe882d9b5, "rdma_set_ib_path" }, { 0x25974000, "wait_for_completion" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x6b10bee1, "_copy_to_user" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xa2b0de3d, "rdma_set_reuseaddr" }, { 0xa0ebc08, "__xa_cmpxchg" }, { 0xe375ec94, "rdma_init_qp_attr" }, { 0x89d5cd0b, "ib_copy_ah_attr_to_user" }, { 0x318767c4, "rdma_connect_ece" }, { 0x3213f038, "mutex_unlock" }, { 0x5bb37373, "rdma_destroy_id" }, { 0xf18b078f, "rdma_read_gids" }, { 0x36c34dc6, "ib_copy_path_rec_to_user" }, { 0x3c12dfe, "cancel_work_sync" }, { 0x56470118, "__warn_printk" }, { 0x8bb1522, "rdma_join_multicast" }, { 0x5b3e282f, "xa_store" }, { 0xa8181adf, "proc_dointvec" }, { 0x78806cbf, "stream_open" }, { 0xd4c14632, "system_unbound_wq" }, { 0xd53c67b3, "unregister_net_sysctl_table" }, { 0xac4a1f46, "kmalloc_trace" }, { 0xc1d8cfaf, "__fdget" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x78f24f96, "rdma_get_service_id" }, { 0xeb233a45, "__kmalloc" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0x5b94ad75, "kmalloc_caches" }, { 0x44fa3155, "device_remove_file" }, { 0x6c257616, "rdma_leave_multicast" }, { 0x88db9f48, "__check_object_size" }, { 0xf1ccf385, "ib_unregister_client" }, { 0xdaf7bb9c, "misc_deregister" }, { 0x13c49cc2, "_copy_from_user" }, { 0x908bb311, "register_net_sysctl" }, { 0xd21bb37a, "ib_sa_unpack_path" }, { 0xa6257a2f, "complete" }, { 0xc5b6f236, "queue_work_on" }, { 0x9291cd3b, "memdup_user" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x92540fbf, "finish_wait" }, { 0x305e5701, "rdma_addr_size_kss" }, { 0x35f125a9, "rdma_resolve_addr" }, { 0xe02c9c92, "__xa_erase" }, { 0x7ce5a78f, "rdma_set_ack_timeout" }, { 0xadd60d0c, "rdma_set_service_type" }, { 0x69acdf38, "memcpy" }, { 0x37a0cba, "kfree" }, { 0xe9c322a0, "pcpu_hot" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xe2964344, "__wake_up" }, { 0x70807834, "rdma_addr_size" }, { 0x38ce2e20, "rdma_reject" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xcbd4898c, "fortify_panic" }, { 0xb3be643e, "rdma_disconnect" }, { 0xbdfb6dbb, "__fentry__" }, { 0xe783e261, "sysfs_emit" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0xd6636ca6, "rdma_addr_size_in6" }, { 0x188a5d9f, "rdma_lock_handler" }, { 0x122c3a7e, "_printk" }, { 0x1000e51, "schedule" }, { 0xa19b956, "__stack_chk_fail" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "rdma_cm,ib_core,ib_uverbs");