#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 SYMBOL_CRC(iwcm_reject_msg, 0xf3df871f, ""); SYMBOL_CRC(iw_create_cm_id, 0xd54f1579, ""); SYMBOL_CRC(iw_cm_disconnect, 0xcff22fce, ""); SYMBOL_CRC(iw_destroy_cm_id, 0xd451fd95, ""); SYMBOL_CRC(iw_cm_listen, 0x02452af9, ""); SYMBOL_CRC(iw_cm_reject, 0x588e54a5, ""); SYMBOL_CRC(iw_cm_accept, 0x718d7ffe, ""); SYMBOL_CRC(iw_cm_connect, 0xc8a25830, ""); SYMBOL_CRC(iw_cm_init_qp_attr, 0x3a510a5b, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xedbf3df2, "ibnl_put_msg" }, { 0x908bb311, "register_net_sysctl" }, { 0x5fb21dcf, "consume_skb" }, { 0x40a62432, "__nla_validate" }, { 0xc5b6f236, "queue_work_on" }, { 0x1cfba015, "stackleak_track_stack" }, { 0x608741b5, "__init_swait_queue_head" }, { 0x92540fbf, "finish_wait" }, { 0xcf2a6966, "up" }, { 0x69acdf38, "memcpy" }, { 0x37a0cba, "kfree" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xe2964344, "__wake_up" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xcbd4898c, "fortify_panic" }, { 0xbdfb6dbb, "__fentry__" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x122c3a7e, "_printk" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0x1000e51, "schedule" }, { 0xa19b956, "__stack_chk_fail" }, { 0x296695f, "refcount_warn_saturate" }, { 0xa916b694, "strnlen" }, { 0xd9e86d3, "rdma_nl_unicast" }, { 0x75a729a0, "rdma_nl_unregister" }, { 0xfe487975, "init_wait_entry" }, { 0x50662ea3, "rdma_nl_multicast" }, { 0x30861606, "init_net" }, { 0x6626afca, "down" }, { 0x8c03d20c, "destroy_workqueue" }, { 0xaa1e1517, "ibnl_put_attr" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xfb578fc5, "memset" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0xe989f24d, "__netdev_alloc_skb" }, { 0xe2d5255a, "strcmp" }, { 0x28c4ba0d, "ib_modify_qp" }, { 0xa1d4d8c4, "__dev_kfree_skb_any" }, { 0x66b4cc41, "kmemdup" }, { 0x8473fda0, "rdma_nl_unicast_wait" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xa8181adf, "proc_dointvec" }, { 0xd53c67b3, "unregister_net_sysctl_table" }, { 0xac4a1f46, "kmalloc_trace" }, { 0x754d539c, "strlen" }, { 0xfa4d2f03, "__nla_parse" }, { 0x7426fa5f, "rdma_nl_register" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0x5b94ad75, "kmalloc_caches" }, { 0xd542439, "__ipv6_addr_type" }, { 0x92e683f5, "down_timeout" }, { 0x49cd25ed, "alloc_workqueue" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "ib_core");