#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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 KSYMTAB_FUNC(dns_query, "", ""); SYMBOL_CRC(dns_query, 0x4377cc76, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xfe9409ef, "revert_creds" }, { 0xd1373fdb, "user_destroy" }, { 0x6df768b3, "param_ops_uint" }, { 0x1dbccd3f, "user_revoke" }, { 0x38ac36ab, "unregister_key_type" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0xc6c6214d, "register_key_type" }, { 0xcbd4898c, "fortify_panic" }, { 0x622de4a7, "keyring_alloc" }, { 0x6295b28c, "__put_cred" }, { 0x122c3a7e, "_printk" }, { 0x96b29254, "strncasecmp" }, { 0x1d24c881, "___ratelimit" }, { 0x960e8486, "init_task" }, { 0xde31500c, "key_put" }, { 0xa07a37f0, "memchr" }, { 0xb3f548ad, "kmemdup_nul" }, { 0xaafdc258, "strcasecmp" }, { 0x5c3c7387, "kstrtoull" }, { 0x63cbbf43, "key_revoke" }, { 0xa512cdb4, "key_validate" }, { 0x668b19a1, "down_read" }, { 0x841bfe42, "override_creds" }, { 0x33427049, "user_read" }, { 0xdc707291, "request_key_tag" }, { 0xc6cde844, "generic_key_instantiate" }, { 0x7d2f15d3, "seq_printf" }, { 0x55430c2a, "seq_puts" }, { 0x93e1f3d8, "prepare_kernel_cred" }, { 0x98cf60b3, "strlen" }, { 0x1b5052c6, "key_invalidate" }, { 0x53b954a2, "up_read" }, { 0xeb233a45, "__kmalloc" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");