linux-zen-desktop/net/9p/9pnet_rdma.mod.c

92 lines
2.6 KiB
C

#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/export-internal.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
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") = {
{ 0x37a0cba, "kfree" },
{ 0xe9c322a0, "pcpu_hot" },
{ 0x34db050b, "_raw_spin_lock_irqsave" },
{ 0xb3be643e, "rdma_disconnect" },
{ 0xbdfb6dbb, "__fentry__" },
{ 0xa37fe18a, "dev_driver_string" },
{ 0x65487097, "__x86_indirect_thunk_rax" },
{ 0x83fdeb1e, "dma_map_page_attrs" },
{ 0x122c3a7e, "_printk" },
{ 0xa19b956, "__stack_chk_fail" },
{ 0x959ed545, "__rdma_create_kernel_id" },
{ 0x4b46d33f, "rdma_resolve_route" },
{ 0x245764ca, "rdma_bind_addr" },
{ 0x7cd8d75e, "page_offset_base" },
{ 0x63813194, "rdma_create_qp" },
{ 0x30861606, "init_net" },
{ 0x8b15fa18, "__ib_alloc_cq_any" },
{ 0x4e3567f7, "match_int" },
{ 0x2e3bcce2, "wait_for_completion_interruptible" },
{ 0x4c9d28b0, "phys_base" },
{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
{ 0x90ad4720, "ib_destroy_qp_user" },
{ 0x5b8239ca, "__x86_return_thunk" },
{ 0xb54556e4, "rdma_connect" },
{ 0x9c5cb9a9, "p9_tag_lookup" },
{ 0x761cad64, "p9_parse_header" },
{ 0x2d39b0a7, "kstrdup" },
{ 0x97651e6c, "vmemmap_base" },
{ 0x85df9b6c, "strsep" },
{ 0x34cec494, "ib_free_cq" },
{ 0x5bb37373, "rdma_destroy_id" },
{ 0x9ae57832, "v9fs_register_trans" },
{ 0x44e9a829, "match_token" },
{ 0x56470118, "__warn_printk" },
{ 0x400cf737, "seq_printf" },
{ 0x6bd0e573, "down_interruptible" },
{ 0xf03b44e, "seq_puts" },
{ 0x1b6314fd, "in_aton" },
{ 0x7567a54c, "ib_dealloc_pd_user" },
{ 0xac4a1f46, "kmalloc_trace" },
{ 0x37282da2, "v9fs_unregister_trans" },
{ 0x78ef3c1a, "p9_client_cb" },
{ 0x5b94ad75, "kmalloc_caches" },
{ 0x4ba99359, "p9_fcall_fini" },
{ 0xc31db0ce, "is_vmalloc_addr" },
{ 0x56662147, "p9_req_put" },
{ 0xa6257a2f, "complete" },
{ 0x1cfba015, "stackleak_track_stack" },
{ 0x68d04dc1, "__ib_alloc_pd" },
{ 0x608741b5, "__init_swait_queue_head" },
{ 0xcae03bf, "dma_unmap_page_attrs" },
{ 0x35f125a9, "rdma_resolve_addr" },
{ 0xcf2a6966, "up" },
{ 0x7098e516, "module_layout" },
};
MODULE_INFO(depends, "rdma_cm,ib_core,9pnet");