#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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") = { { 0x1cfba015, "stackleak_track_stack" }, { 0xdfd5f34d, "vdpasim_create" }, { 0xe2effc62, "_vdpa_register_device" }, { 0x4ddf0d50, "__dynamic_dev_dbg" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0x61e3831b, "vringh_getdesc_iotlb" }, { 0xc46f5fb, "vringh_iov_pull_iotlb" }, { 0x3684d8af, "vringh_complete_iotlb" }, { 0x660779c8, "vringh_kiov_advance" }, { 0x18f3ddc2, "vringh_iov_push_iotlb" }, { 0xe9c322a0, "pcpu_hot" }, { 0xc0bb1581, "vringh_need_notify_iotlb" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x3c3fce39, "__local_bh_enable_ip" }, { 0xfb578fc5, "memset" }, { 0x7202c824, "_vdpa_unregister_device" }, { 0x8d9665ba, "vdpa_mgmtdev_unregister" }, { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0xdcab9553, "device_register" }, { 0x2c273f81, "vdpa_mgmtdev_register" }, { 0xb5686f70, "put_device" }, { 0x5c8809da, "device_unregister" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "vdpa_sim,vdpa,vringh"); MODULE_INFO(srcversion, "F5D561379E16A3B9005C13E");