#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") = { { 0xbbbb48d8, "fuse_abort_conn" }, { 0x3c3ff9fd, "sprintf" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x3213f038, "mutex_unlock" }, { 0x198f1f90, "device_unregister" }, { 0x6091b333, "unregister_chrdev_region" }, { 0xc27d4777, "cdev_del" }, { 0xa912fc11, "fuse_dev_release" }, { 0x44c10a52, "kvfree_call_rcu" }, { 0xbf7dafef, "fuse_dev_operations" }, { 0x4829a47e, "memcpy" }, { 0xd4ee3ec6, "class_create" }, { 0x77828fbf, "misc_register" }, { 0xa35de4d9, "class_destroy" }, { 0x37a0cba, "kfree" }, { 0x7291331e, "fuse_sync_release" }, { 0x81d85d25, "fuse_conn_put" }, { 0xa6f064c3, "fuse_conn_get" }, { 0x8ba39e58, "fuse_do_open" }, { 0x4194399, "fuse_do_ioctl" }, { 0xdcb764ad, "memset" }, { 0x97f07d38, "fuse_direct_io" }, { 0xb511ec16, "misc_deregister" }, { 0x9d933504, "__free_pages" }, { 0x98cf60b3, "strlen" }, { 0x85df9b6c, "strsep" }, { 0x77bc13a0, "strim" }, { 0xe2d5255a, "strcmp" }, { 0x122c3a7e, "_printk" }, { 0xe3ec2f2b, "alloc_chrdev_region" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x69811386, "device_initialize" }, { 0xaedc350b, "dev_set_name" }, { 0x15961654, "device_add" }, { 0x488c4a94, "cdev_alloc" }, { 0x667e590d, "cdev_add" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x9f4e67f, "kobject_uevent" }, { 0xe16b094c, "put_device" }, { 0x3fd78f3b, "register_chrdev_region" }, { 0x12f2cdc3, "fuse_dev_fiq_ops" }, { 0xafd90bf4, "fuse_conn_init" }, { 0x25fa312f, "fuse_dev_alloc_install" }, { 0xbf56f25c, "alloc_pages" }, { 0xc78859ad, "fuse_simple_background" }, { 0xa4a1ce6f, "fuse_dev_free" }, { 0xbbb03387, "noop_llseek" }, { 0xdc259c5a, "fuse_file_poll" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "fuse");