1 #include <linux/module.h>
2 #include <linux/vermagic.h>
3 #include <linux/compiler.h>
5 MODULE_INFO(vermagic, VERMAGIC_STRING);
7 struct module __this_module
8 __attribute__((section(".gnu.linkonce.this_module"))) = {
9 .name = KBUILD_MODNAME,
11 #ifdef CONFIG_MODULE_UNLOAD
12 .exit = cleanup_module,
14 .arch = MODULE_ARCH_INIT,
17 static const struct modversion_info ____versions[]
19 __attribute__((section("__versions"))) = {
20 { 0x8a9dc593,
"module_layout" },
21 { 0xb1278c61,
"kmalloc_caches" },
22 { 0x4f84ad10,
"kernel_sendmsg" },
23 { 0xd3fc9f1a,
"sock_release" },
24 { 0x143054c,
"filp_close" },
25 { 0x794f5965,
"sock_create_kern" },
26 { 0x85df9b6c,
"strsep" },
27 { 0xe72a3ab3,
"kernel_listen" },
28 { 0x91715312,
"sprintf" },
29 { 0xc499ae1e,
"kstrdup" },
30 { 0xfa336f83,
"kthread_create_on_node" },
31 { 0xbdb1002f,
"vfs_read" },
32 { 0x50eedeb8,
"printk" },
33 { 0xb4390f9a,
"mcount" },
34 { 0xf8a4b0e5,
"kernel_sock_shutdown" },
35 { 0x64c0ec,
"num_cloud_nodes" },
36 { 0x952664c5,
"do_exit" },
37 { 0x81c90249,
"push_request" },
38 { 0x61651be,
"strcat" },
39 { 0xfe26f191,
"node_ip_addrs_in_cloud" },
40 { 0xe3fe0694,
"kingcobra_servicerequest_kernelspace" },
41 { 0xf0fdf6cb,
"__stack_chk_fail" },
42 { 0x68d4fad5,
"call_usermodehelper_fns" },
43 { 0x281056ca,
"wake_up_process" },
44 { 0xac518073,
"kmem_cache_alloc_trace" },
45 { 0xd206e501,
"kernel_recvmsg" },
46 { 0x40b508a5,
"kernel_accept" },
47 { 0x5cbdbccf,
"virgo_cloud_test_kernelspace" },
48 { 0x8286aacc,
"fd_install" },
49 { 0xaa099fde,
"kernel_bind" },
50 { 0x1616a37c,
"try_module_get" },
51 { 0xe914e41e,
"strcpy" },
52 { 0x95a608a3,
"filp_open" },
55 static const char __module_depends[]
57 __attribute__((section(
".modinfo"))) =
58 "depends=virgo_queue,kingcobra_main_kernelspace,virgo_cloud_test_kernelspace";
61 MODULE_INFO(srcversion,
"D49A3C636282480AA7BA164");