#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") = { { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x508b7a31, "config_item_get" }, { 0x4a92f433, "config_item_put" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x8fb1fdb5, "__netpoll_cleanup" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0xa916b694, "strnlen" }, { 0xdd64e639, "strscpy" }, { 0x122c3a7e, "_printk" }, { 0xcbd4898c, "fortify_panic" }, { 0x37a0cba, "kfree" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x652032cb, "mac_pton" }, { 0x3213f038, "mutex_unlock" }, { 0xe783e261, "sysfs_emit" }, { 0x4841bdee, "strnchr" }, { 0x609bcd98, "in6_pton" }, { 0x1b6314fd, "in_aton" }, { 0x4af6ddf0, "kstrtou16" }, { 0x124bad4d, "kstrtobool" }, { 0x6f14e9db, "console_list_lock" }, { 0x14d7477f, "console_list_unlock" }, { 0x77d3fb17, "register_console" }, { 0xac34b53a, "netpoll_print_options" }, { 0xb7a1f50d, "netpoll_setup" }, { 0xb9f514b9, "netpoll_cleanup" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xb1c3a01a, "oops_in_progress" }, { 0x405a7bdc, "netpoll_send_udp" }, { 0xa07a37f0, "memchr" }, { 0x4829a47e, "memcpy" }, { 0x96848186, "scnprintf" }, { 0xc5b9232a, "init_uts_ns" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xdcb764ad, "memset" }, { 0xb7b6f664, "config_item_init_type_name" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x23c7e2c2, "unregister_console" }, { 0x4777d52d, "configfs_unregister_subsystem" }, { 0x9d0d6206, "unregister_netdevice_notifier" }, { 0x85df9b6c, "strsep" }, { 0xe3251313, "netpoll_parse_options" }, { 0xd2da1048, "register_netdevice_notifier" }, { 0x4651083a, "config_group_init" }, { 0xcefb0c9f, "__mutex_init" }, { 0x1400def4, "configfs_register_subsystem" }, { 0x19858e93, "param_ops_bool" }, { 0x7d75c7c5, "param_ops_string" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");