#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.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") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4829a47e, "memcpy" },
	{ 0x280f9f14, "__per_cpu_offset" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xa6f6226c, "kasan_flag_enabled" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xaa071bc3, "__cpuhp_remove_state" },
	{ 0x2048aacb, "kern_unmount" },
	{ 0x80446745, "__cpuhp_setup_state" },
	{ 0x2e4f869d, "init_pseudo" },
	{ 0x62289ff3, "kill_anon_super" },
	{ 0x98389f55, "kern_mount" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0x5037b044, "iput" },
	{ 0x4735ac17, "flush_work" },
	{ 0xe3f5522, "unregister_shrinker" },
	{ 0x5b09706, "register_shrinker" },
	{ 0x40235c98, "_raw_write_unlock" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xeaad4c48, "page_mapping" },
	{ 0xe68efe41, "_raw_write_lock" },
	{ 0x6c80e764, "alloc_anon_inode" },
	{ 0xe348b38a, "kmem_cache_destroy" },
	{ 0x3116c014, "kmem_cache_create" },
	{ 0x90271046, "wait_on_page_bit" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x3b0c217a, "__SetPageMovable" },
	{ 0xdd4d55b6, "_raw_read_unlock" },
	{ 0xfe8c61f0, "_raw_read_lock" },
	{ 0xcba94ed2, "__put_page" },
	{ 0xf30e6b61, "__ClearPageMovable" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x4466ae63, "unlock_page" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x4d011cb1, "kmem_cache_free" },
	{ 0x58b04525, "__alloc_pages" },
	{ 0x1a28a410, "inc_zone_page_state" },
	{ 0x5157c749, "__free_pages" },
	{ 0xecc26011, "dec_zone_page_state" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0xa092972e, "kmem_cache_alloc" },
	{ 0x37a0cba, "kfree" },
	{ 0x92997ed8, "_printk" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x2d39b0a7, "kstrdup" },
	{ 0x43b0c9c3, "preempt_schedule" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
