#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" }, { 0xc07044e6, "rtnl_kfree_skbs" }, { 0x35f7e7db, "tcf_block_put" }, { 0x82ee90dc, "timer_delete_sync" }, { 0x7aa1756e, "kvfree" }, { 0x8d522714, "__rcu_read_lock" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x6ce9b467, "pie_calculate_probability" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x15ba50a6, "jiffies" }, { 0xc38c83b8, "mod_timer" }, { 0xfd2731d6, "unregister_qdisc" }, { 0xb5f70e15, "nla_put" }, { 0x7f24de73, "jiffies_to_usecs" }, { 0x64b6d9d6, "skb_trim" }, { 0xe5440c70, "tcf_classify" }, { 0xc6a65ba5, "pie_drop_early" }, { 0xb43f9365, "ktime_get" }, { 0x6113652f, "__skb_get_hash" }, { 0x30d6e866, "skb_copy_bits" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xddc3636d, "pie_process_dequeue" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0xbd1951ce, "gnet_stats_copy_app" }, { 0x56470118, "__warn_printk" }, { 0xfa4d2f03, "__nla_parse" }, { 0xf1969a8e, "__usecs_to_jiffies" }, { 0x5090f2f8, "qdisc_tree_reduce_backlog" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xc6f46339, "init_timer_key" }, { 0x7d158845, "tcf_block_get" }, { 0x599fb41c, "kvmalloc_node" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "sch_pie");