#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 static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x122c3a7e, "_printk" }, { 0x34407691, "crypto_has_ahash" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xdcb764ad, "memset" }, { 0x6a7ef2be, "ppp_register_compressor" }, { 0x37a0cba, "kfree" }, { 0x485773ca, "ppp_unregister_compressor" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0xd0760fc0, "kfree_sensitive" }, { 0x76549ffd, "crypto_alloc_shash" }, { 0xeb233a45, "__kmalloc" }, { 0xb08fea1, "crypto_shash_update" }, { 0x2e68d2a1, "crypto_shash_final" }, { 0x4829a47e, "memcpy" }, { 0x2bb32ad1, "arc4_setkey" }, { 0xcd47fcc4, "arc4_crypt" }, { 0x56470118, "__warn_printk" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "ppp_generic,libarc4"); MODULE_INFO(srcversion, "0843E154B7E41F10B0035F8");