#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(ptp_clock_register, "", ""); KSYMTAB_FUNC(ptp_clock_unregister, "", ""); KSYMTAB_FUNC(ptp_clock_event, "", ""); KSYMTAB_FUNC(ptp_clock_index, "", ""); KSYMTAB_FUNC(ptp_find_pin, "", ""); KSYMTAB_FUNC(ptp_find_pin_unlocked, "", ""); KSYMTAB_FUNC(ptp_schedule_worker, "", ""); KSYMTAB_FUNC(ptp_cancel_worker_sync, "", ""); SYMBOL_CRC(ptp_clock_register, 0x57cdc309, ""); SYMBOL_CRC(ptp_clock_unregister, 0x141b38e4, ""); SYMBOL_CRC(ptp_clock_event, 0xd2b451fe, ""); SYMBOL_CRC(ptp_clock_index, 0xa5bd4f20, ""); SYMBOL_CRC(ptp_find_pin, 0x069a7349, ""); SYMBOL_CRC(ptp_find_pin_unlocked, 0x396dd987, ""); SYMBOL_CRC(ptp_schedule_worker, 0x4f4f3f6b, ""); SYMBOL_CRC(ptp_cancel_worker_sync, 0xcae0554f, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xe7a02573, "ida_alloc_range" }, { 0xe3ec2f2b, "alloc_chrdev_region" }, { 0x88db9f48, "__check_object_size" }, { 0x116a2c84, "kthread_create_worker" }, { 0xa7d5f92e, "ida_destroy" }, { 0x57f38d25, "kthread_cancel_delayed_work_sync" }, { 0xaedc350b, "dev_set_name" }, { 0xf86f560, "kthread_delayed_work_timer_fn" }, { 0x656e4a6e, "snprintf" }, { 0x9291cd3b, "memdup_user" }, { 0x8020c9f0, "pps_register_source" }, { 0x92540fbf, "finish_wait" }, { 0xa35de4d9, "class_destroy" }, { 0x69811386, "device_initialize" }, { 0x4829a47e, "memcpy" }, { 0x3b6c41ea, "kstrtouint" }, { 0x37a0cba, "kfree" }, { 0x2fad8d7b, "device_for_each_child" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0xe2964344, "__wake_up" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xcbd4898c, "fortify_panic" }, { 0xe783e261, "sysfs_emit" }, { 0x122c3a7e, "_printk" }, { 0x1000e51, "schedule" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0xe16b094c, "put_device" }, { 0x643055a3, "device_for_each_child_reverse" }, { 0x876e5cd3, "_dev_info" }, { 0xbc3f2cb0, "timecounter_cyc2time" }, { 0xc6cbbc89, "capable" }, { 0x6f9e763b, "timecounter_read" }, { 0xfe487975, "init_wait_entry" }, { 0xbdecf5f4, "kthread_mod_delayed_work" }, { 0xd1005013, "_dev_err" }, { 0x6091797f, "synchronize_rcu" }, { 0xd4ee3ec6, "class_create" }, { 0x68729412, "pps_event" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xffb7c514, "ida_free" }, { 0x9ec6ca96, "ktime_get_real_ts64" }, { 0xbcab6ee6, "sscanf" }, { 0xcefb0c9f, "__mutex_init" }, { 0x89940875, "mutex_lock_interruptible" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0x65929cae, "ns_to_timespec64" }, { 0xdcb764ad, "memset" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x14e90575, "pps_unregister_source" }, { 0xe2d5255a, "strcmp" }, { 0x6091b333, "unregister_chrdev_region" }, { 0xeef77067, "kthread_destroy_worker" }, { 0x3213f038, "mutex_unlock" }, { 0xb5ddfad2, "posix_clock_register" }, { 0xc6f46339, "init_timer_key" }, { 0x595a8187, "kthread_queue_delayed_work" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x4cb27100, "ktime_get_snapshot" }, { 0xece8aa98, "posix_clock_unregister" }, { 0x29977925, "kmalloc_trace" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x862258db, "timecounter_init" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");