#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") = { { 0xa360127f, "tty_register_ldisc" }, { 0x122c3a7e, "_printk" }, { 0x8518a4a6, "_raw_spin_trylock_bh" }, { 0xb1899881, "consume_skb" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0xecc591c7, "skb_dequeue" }, { 0xcb9e326c, "ppp_input_error" }, { 0x893d72b, "ppp_input" }, { 0xcde30fd6, "ppp_output_wakeup" }, { 0x60be825b, "tty_unregister_ldisc" }, { 0x167c5967, "print_hex_dump" }, { 0xbd9a1fbf, "skb_push" }, { 0x15ba50a6, "jiffies" }, { 0x2a79ee1b, "__netdev_alloc_skb" }, { 0xe9ff6e6c, "skb_put" }, { 0x4829a47e, "memcpy" }, { 0x6c86c0ae, "skb_pull" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xa07d1b3c, "tasklet_setup" }, { 0x608741b5, "__init_swait_queue_head" }, { 0xbd394d8, "tty_termios_baud_rate" }, { 0xd68d625a, "ppp_register_channel" }, { 0x37a0cba, "kfree" }, { 0x3aca0190, "_raw_write_lock_irq" }, { 0x9f76baf4, "_raw_write_unlock_irq" }, { 0x25974000, "wait_for_completion" }, { 0xea3c74e, "tasklet_kill" }, { 0xd63ae81d, "ppp_unregister_channel" }, { 0x8848a69b, "skb_queue_purge_reason" }, { 0x296695f, "refcount_warn_saturate" }, { 0xfe8c61f0, "_raw_read_lock" }, { 0xdd4d55b6, "_raw_read_unlock" }, { 0xa6257a2f, "complete" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0x64b6d9d6, "skb_trim" }, { 0x381d86f7, "skb_queue_tail" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xfe843b33, "tty_unthrottle" }, { 0x9d2ab8ac, "__tasklet_schedule" }, { 0xc29cfcde, "ppp_unit_number" }, { 0x71b986bd, "tty_mode_ioctl" }, { 0xd65b36bf, "n_tty_ioctl_helper" }, { 0xf0c88cdf, "ppp_channel_index" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x8427cc7b, "_raw_spin_lock_irq" }, { 0x4b750f53, "_raw_spin_unlock_irq" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0xcbd4898c, "fortify_panic" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "ppp_generic");