#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif SYMBOL_CRC(videobuf_alloc_vb, 0x75f50a69, "_gpl"); SYMBOL_CRC(videobuf_waiton, 0xeb7c3db5, "_gpl"); SYMBOL_CRC(videobuf_iolock, 0xd088d6dd, "_gpl"); SYMBOL_CRC(videobuf_queue_to_vaddr, 0xe9e4c17a, "_gpl"); SYMBOL_CRC(videobuf_queue_core_init, 0xb76a86a3, "_gpl"); SYMBOL_CRC(videobuf_queue_is_busy, 0x9e9ad8a0, "_gpl"); SYMBOL_CRC(videobuf_queue_cancel, 0x98cda22d, "_gpl"); SYMBOL_CRC(videobuf_next_field, 0x0b0205b4, "_gpl"); SYMBOL_CRC(videobuf_mmap_free, 0xd0d45910, "_gpl"); SYMBOL_CRC(__videobuf_mmap_setup, 0xbbe12aa5, "_gpl"); SYMBOL_CRC(videobuf_mmap_setup, 0x7d01f3ac, "_gpl"); SYMBOL_CRC(videobuf_reqbufs, 0x1d31099b, "_gpl"); SYMBOL_CRC(videobuf_querybuf, 0xb736997d, "_gpl"); SYMBOL_CRC(videobuf_qbuf, 0x5aa52947, "_gpl"); SYMBOL_CRC(videobuf_dqbuf, 0x1079817f, "_gpl"); SYMBOL_CRC(videobuf_streamon, 0x3748cec3, "_gpl"); SYMBOL_CRC(videobuf_streamoff, 0x5b82639d, "_gpl"); SYMBOL_CRC(videobuf_read_one, 0xef636164, "_gpl"); SYMBOL_CRC(videobuf_read_start, 0x28f3c41d, "_gpl"); SYMBOL_CRC(videobuf_read_stop, 0xc66697ed, "_gpl"); SYMBOL_CRC(videobuf_stop, 0xf5e0901a, "_gpl"); SYMBOL_CRC(videobuf_read_stream, 0xb80ad5b5, "_gpl"); SYMBOL_CRC(videobuf_poll_stream, 0x3e348185, "_gpl"); SYMBOL_CRC(videobuf_mmap_mapper, 0x35e6b19f, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xbdfb6dbb, "__fentry__" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x122c3a7e, "_printk" }, { 0xfb578fc5, "memset" }, { 0xcefb0c9f, "__mutex_init" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xb8273d0b, "__wake_up_sync" }, { 0x3213f038, "mutex_unlock" }, { 0x4dfa8d4b, "mutex_lock" }, { 0xe2964344, "__wake_up" }, { 0x37a0cba, "kfree" }, { 0x6383b27c, "__x86_indirect_thunk_rdx" }, { 0xf90a1e85, "__x86_indirect_thunk_r8" }, { 0xe9c322a0, "pcpu_hot" }, { 0xb6718650, "__tracepoint_mmap_lock_released" }, { 0x53b954a2, "up_read" }, { 0xf6c25db8, "__tracepoint_mmap_lock_start_locking" }, { 0x668b19a1, "down_read" }, { 0xb7655712, "__tracepoint_mmap_lock_acquire_returned" }, { 0xfe60b2f7, "__mmap_lock_do_trace_acquire_returned" }, { 0x3cf708f, "__mmap_lock_do_trace_start_locking" }, { 0xc3e5b33e, "__mmap_lock_do_trace_released" }, { 0x364c23ad, "mutex_is_locked" }, { 0xe2c17b5d, "__SCT__might_resched" }, { 0xfe487975, "init_wait_entry" }, { 0x1000e51, "schedule" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x65929cae, "ns_to_timespec64" }, { 0x88db9f48, "__check_object_size" }, { 0x6b10bee1, "_copy_to_user" }, { 0x66cca4f9, "__x86_indirect_thunk_rcx" }, { 0xa7940382, "param_ops_int" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "");