#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") = { { 0xbdfb6dbb, "__fentry__" }, { 0xe783e261, "sysfs_emit" }, { 0x38ee9aaa, "trace_event_buffer_commit" }, { 0xaddae18, "ib_init_ah_attr_from_wc" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x122c3a7e, "_printk" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0xfca0a77e, "cdev_device_add" }, { 0x1000e51, "schedule" }, { 0xa19b956, "__stack_chk_fail" }, { 0x296695f, "refcount_warn_saturate" }, { 0xb5686f70, "put_device" }, { 0xb2fd5ceb, "__put_user_4" }, { 0x583d2c95, "ib_register_client" }, { 0xd78db86c, "ib_unregister_mad_agent" }, { 0x4e155af0, "ib_response_mad" }, { 0xe47ddab5, "ib_post_send_mad" }, { 0xadad6a3, "ib_create_send_mad" }, { 0xfe487975, "init_wait_entry" }, { 0xad5f0017, "perf_trace_buf_alloc" }, { 0x2cb99dcb, "perf_trace_run_bpf_submit" }, { 0x45071380, "rdma_destroy_ah_attr" }, { 0x65ab6791, "ib_set_client_data" }, { 0x36c4e4a2, "__class_register" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x8ca38ee8, "trace_event_reg" }, { 0xffb7c514, "ida_free" }, { 0x91ff362c, "ib_mad_kernel_rmpp_agent" }, { 0xcef4381, "class_unregister" }, { 0x7bcf5f59, "__cpu_online_mask" }, { 0xcefb0c9f, "__mutex_init" }, { 0xe9ffc063, "down_trylock" }, { 0xb024ade4, "_dev_warn" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x6b10bee1, "_copy_to_user" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x613b1e2e, "ib_is_mad_class_rmpp" }, { 0xb5303ed5, "rdma_create_user_ah" }, { 0xa18b7c15, "rdma_destroy_ah_user" }, { 0x273791dc, "ib_free_send_mad" }, { 0xfb384d37, "kasprintf" }, { 0xf2b3f74, "ib_get_rmpp_segment" }, { 0x212002a, "nonseekable_open" }, { 0x28a33ba2, "bpf_trace_run3" }, { 0xc7a145c1, "_dev_notice" }, { 0x6091b333, "unregister_chrdev_region" }, { 0x48fdabd3, "trace_event_buffer_reserve" }, { 0x3213f038, "mutex_unlock" }, { 0x6729d3df, "__get_user_4" }, { 0x56470118, "__warn_printk" }, { 0x6bd0e573, "down_interruptible" }, { 0xb9679cf2, "ib_free_recv_mad" }, { 0x78806cbf, "stream_open" }, { 0x603d1767, "ib_register_mad_agent" }, { 0xac4a1f46, "kmalloc_trace" }, { 0x3fd78f3b, "register_chrdev_region" }, { 0x688e72e1, "__SCT__preempt_schedule_notrace" }, { 0x7381287f, "trace_handle_return" }, { 0xb55b78f0, "cdev_init" }, { 0xeb233a45, "__kmalloc" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xe7a02573, "ida_alloc_range" }, { 0xe3ec2f2b, "alloc_chrdev_region" }, { 0x88db9f48, "__check_object_size" }, { 0xf1ccf385, "ib_unregister_client" }, { 0x787ccc4c, "ib_get_mad_data_offset" }, { 0x13c49cc2, "_copy_from_user" }, { 0x1303a5af, "dev_set_name" }, { 0xbca6f9ed, "trace_raw_output_prep" }, { 0x1cfba015, "stackleak_track_stack" }, { 0xd909a9a6, "cdev_device_del" }, { 0xb0efb471, "__trace_trigger_soft_disabled" }, { 0x92540fbf, "finish_wait" }, { 0x66312157, "trace_event_printf" }, { 0x53569707, "this_cpu_off" }, { 0xcf2a6966, "up" }, { 0xd3278c09, "device_initialize" }, { 0xc70825a2, "trace_event_raw_init" }, { 0x37a0cba, "kfree" }, { 0xe9c322a0, "pcpu_hot" }, { 0xf429b07d, "ib_modify_port" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xe2964344, "__wake_up" }, { 0x4f48526d, "rdma_dev_access_netns" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "ib_core");