#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") = { { 0x6d48a6d5, "register_qdisc" }, { 0x122c3a7e, "_printk" }, { 0x55e6e350, "qdisc_watchdog_cancel" }, { 0xc4f0da12, "ktime_get_with_offset" }, { 0x433a6774, "skb_clone" }, { 0xc042f27, "sock_queue_err_skb" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xfd2731d6, "unregister_qdisc" }, { 0xb5f70e15, "nla_put" }, { 0x64b6d9d6, "skb_trim" }, { 0xa5526619, "rb_insert_color" }, { 0xb727fca9, "qdisc_watchdog_schedule_range_ns" }, { 0xfa4d2f03, "__nla_parse" }, { 0xb43f9365, "ktime_get" }, { 0x2cb02dfc, "qdisc_watchdog_init_clockid" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xca9360b5, "rb_next" }, { 0x4d9b652b, "rb_erase" }, { 0xc07044e6, "rtnl_kfree_skbs" }, { 0x85670f1d, "rtnl_is_locked" }, { 0x56470118, "__warn_printk" }, { 0xa3fb634d, "kfree_skb_list_reason" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");