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 { 0x779a18af,
"kstrtoll" },
24 { 0xd3fc9f1a,
"sock_release" },
25 { 0x143054c,
"filp_close" },
26 { 0x794f5965,
"sock_create_kern" },
27 { 0x85df9b6c,
"strsep" },
28 { 0x91715312,
"sprintf" },
29 { 0xc499ae1e,
"kstrdup" },
30 { 0x8648556d,
"kernel_connect" },
31 { 0x50eedeb8,
"printk" },
32 { 0xb4390f9a,
"mcount" },
33 { 0x952664c5,
"do_exit" },
34 { 0xf0fdf6cb,
"__stack_chk_fail" },
35 { 0x68d4fad5,
"call_usermodehelper_fns" },
36 { 0xac518073,
"kmem_cache_alloc_trace" },
37 { 0xd206e501,
"kernel_recvmsg" },
38 { 0x51bd0a05,
"vfs_write" },
39 { 0xe914e41e,
"strcpy" },
40 { 0x95a608a3,
"filp_open" },
43 static const char __module_depends[]
45 __attribute__((section(
".modinfo"))) =
49 MODULE_INFO(srcversion,
"B8DE28FFE00EE1C7B0ABD5A");