#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 KSYMTAB_FUNC(pie_drop_early, "_gpl", ""); KSYMTAB_FUNC(pie_process_dequeue, "_gpl", ""); KSYMTAB_FUNC(pie_calculate_probability, "_gpl", ""); SYMBOL_CRC(pie_drop_early, 0xc6a65ba5, "_gpl"); SYMBOL_CRC(pie_process_dequeue, 0xddc3636d, "_gpl"); SYMBOL_CRC(pie_calculate_probability, 0x6ce9b467, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x41ed3709, "get_random_bytes" }, { 0xb43f9365, "ktime_get" }, { 0x6d48a6d5, "register_qdisc" }, { 0xbd1951ce, "gnet_stats_copy_app" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xc07044e6, "rtnl_kfree_skbs" }, { 0x56470118, "__warn_printk" }, { 0x82ee90dc, "timer_delete_sync" }, { 0x8d522714, "__rcu_read_lock" }, { 0xba8fbd64, "_raw_spin_lock" }, { 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" }, { 0x30d6e866, "skb_copy_bits" }, { 0xfa4d2f03, "__nla_parse" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xf1969a8e, "__usecs_to_jiffies" }, { 0x5090f2f8, "qdisc_tree_reduce_backlog" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0xc6f46339, "init_timer_key" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");