#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") = { { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xe6298b6b, "bt_procfs_cleanup" }, { 0xe2970c3, "unregister_netdev" }, { 0xecc591c7, "skb_dequeue" }, { 0x36ab61a9, "bt_procfs_init" }, { 0x51a511eb, "_raw_write_lock_bh" }, { 0x5a5b36d6, "set_user_nice" }, { 0xcab37630, "sock_no_sendmsg" }, { 0x4df02057, "crc32_be" }, { 0x4829a47e, "memcpy" }, { 0x4afb2238, "add_wait_queue" }, { 0xfec2e06e, "eth_validate_addr" }, { 0xe7ab1ecc, "_raw_write_unlock_bh" }, { 0x6afc081e, "sock_no_connect" }, { 0xe2964344, "__wake_up" }, { 0x6bce2ad2, "__module_get" }, { 0x147d7331, "ether_setup" }, { 0xcbd4898c, "fortify_panic" }, { 0x2e02864, "wake_up_process" }, { 0x73d05b09, "dev_addr_mod" }, { 0x7f767a05, "eth_type_trans" }, { 0x2aa2188e, "alloc_netdev_mqs" }, { 0x37e574c4, "proto_unregister" }, { 0x296695f, "refcount_warn_saturate" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0xa916b694, "strnlen" }, { 0xbeea74eb, "__alloc_skb" }, { 0x41c00e12, "proto_register" }, { 0xd0654aba, "woken_wake_function" }, { 0xc6cbbc89, "capable" }, { 0x381d86f7, "skb_queue_tail" }, { 0xcd1f47a2, "module_put" }, { 0x60672e22, "bt_sock_link" }, { 0x63d75e50, "sock_no_shutdown" }, { 0x86735d8a, "fput" }, { 0x57bc19d2, "down_write" }, { 0x215e000a, "init_net" }, { 0xce807a25, "up_write" }, { 0x6c86c0ae, "skb_pull" }, { 0x8fea24bd, "bt_sock_unregister" }, { 0x95156789, "__module_put_and_kthread_exit" }, { 0x28d9857d, "sk_free" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xedd5e607, "sock_no_accept" }, { 0x44d01fc7, "sock_no_listen" }, { 0x919736e6, "register_netdev" }, { 0xd0ec541e, "free_netdev" }, { 0x7b5ce5c3, "baswap" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x449ad0a7, "memcmp" }, { 0x493e9e, "sock_no_bind" }, { 0xaf9ea13b, "l2cap_is_socket" }, { 0x1b29df1c, "netif_tx_wake_queue" }, { 0xb97f3114, "bt_sock_alloc" }, { 0x5eb4ef0, "sock_no_socketpair" }, { 0xdcb764ad, "memset" }, { 0xffbcdbf6, "bt_sock_unlink" }, { 0xe138838c, "sock_no_recvmsg" }, { 0x47ec979c, "sock_no_mmap" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x87d56b8, "netif_rx" }, { 0x718b8b7, "bt_info" }, { 0x7b8c32f1, "bt_err" }, { 0x668b19a1, "down_read" }, { 0x15ba50a6, "jiffies" }, { 0x459f2852, "kthread_create_on_node" }, { 0x5600fd65, "bt_sock_register" }, { 0x19858e93, "param_ops_bool" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x46f43463, "sock_no_getname" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0xb308c97d, "wait_woken" }, { 0x37110088, "remove_wait_queue" }, { 0x218597c0, "sockfd_lookup" }, { 0x5e1201cc, "kernel_sendmsg" }, { 0x53b954a2, "up_read" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "bluetooth"); MODULE_INFO(srcversion, "10DAC378B9DBD7FE83265B1");