#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_MITIGATION_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(rpc_create, "_gpl", ""); KSYMTAB_FUNC(rpc_clone_client, "_gpl", ""); KSYMTAB_FUNC(rpc_clone_client_set_auth, "_gpl", ""); KSYMTAB_FUNC(rpc_switch_client_transport, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_iterate_for_each_xprt, "_gpl", ""); KSYMTAB_FUNC(rpc_killall_tasks, "_gpl", ""); KSYMTAB_FUNC(rpc_cancel_tasks, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_disconnect, "_gpl", ""); KSYMTAB_FUNC(rpc_shutdown_client, "_gpl", ""); KSYMTAB_FUNC(rpc_release_client, "_gpl", ""); KSYMTAB_FUNC(rpc_bind_new_program, "_gpl", ""); KSYMTAB_FUNC(rpc_task_release_transport, "_gpl", ""); KSYMTAB_FUNC(rpc_run_task, "_gpl", ""); KSYMTAB_FUNC(rpc_call_sync, "_gpl", ""); KSYMTAB_FUNC(rpc_call_async, "_gpl", ""); KSYMTAB_FUNC(rpc_prepare_reply_pages, "_gpl", ""); KSYMTAB_FUNC(rpc_call_start, "_gpl", ""); KSYMTAB_FUNC(rpc_peeraddr, "_gpl", ""); KSYMTAB_FUNC(rpc_peeraddr2str, "_gpl", ""); KSYMTAB_FUNC(rpc_localaddr, "_gpl", ""); KSYMTAB_FUNC(rpc_setbufsize, "_gpl", ""); KSYMTAB_FUNC(rpc_net_ns, "_gpl", ""); KSYMTAB_FUNC(rpc_max_payload, "_gpl", ""); KSYMTAB_FUNC(rpc_max_bc_payload, "_gpl", ""); KSYMTAB_FUNC(rpc_num_bc_slots, "_gpl", ""); KSYMTAB_FUNC(rpc_force_rebind, "_gpl", ""); KSYMTAB_FUNC(rpc_restart_call, "_gpl", ""); KSYMTAB_FUNC(rpc_restart_call_prepare, "_gpl", ""); KSYMTAB_FUNC(rpc_call_null, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_test_and_add_xprt, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_setup_test_and_add_xprt, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_add_xprt, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_probe_trunked_xprts, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_manage_trunked_xprts, "_gpl", ""); KSYMTAB_FUNC(rpc_set_connect_timeout, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_xprt_switch_add_xprt, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_xprt_switch_remove_xprt, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_xprt_switch_has_addr, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_swap_activate, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_swap_deactivate, "_gpl", ""); KSYMTAB_FUNC(xprt_register_transport, "_gpl", ""); KSYMTAB_FUNC(xprt_unregister_transport, "_gpl", ""); KSYMTAB_FUNC(xprt_find_transport_ident, "_gpl", ""); KSYMTAB_FUNC(xprt_reserve_xprt, "_gpl", ""); KSYMTAB_FUNC(xprt_reserve_xprt_cong, "_gpl", ""); KSYMTAB_FUNC(xprt_release_xprt, "_gpl", ""); KSYMTAB_FUNC(xprt_release_xprt_cong, "_gpl", ""); KSYMTAB_FUNC(xprt_request_get_cong, "_gpl", ""); KSYMTAB_FUNC(xprt_release_rqst_cong, "_gpl", ""); KSYMTAB_FUNC(xprt_adjust_cwnd, "_gpl", ""); KSYMTAB_FUNC(xprt_wake_pending_tasks, "_gpl", ""); KSYMTAB_FUNC(xprt_wait_for_buffer_space, "_gpl", ""); KSYMTAB_FUNC(xprt_write_space, "_gpl", ""); KSYMTAB_FUNC(xprt_disconnect_done, "_gpl", ""); KSYMTAB_FUNC(xprt_force_disconnect, "_gpl", ""); KSYMTAB_FUNC(xprt_lock_connect, "_gpl", ""); KSYMTAB_FUNC(xprt_unlock_connect, "_gpl", ""); KSYMTAB_FUNC(xprt_reconnect_delay, "_gpl", ""); KSYMTAB_FUNC(xprt_reconnect_backoff, "_gpl", ""); KSYMTAB_FUNC(xprt_lookup_rqst, "_gpl", ""); KSYMTAB_FUNC(xprt_pin_rqst, "_gpl", ""); KSYMTAB_FUNC(xprt_unpin_rqst, "_gpl", ""); KSYMTAB_FUNC(xprt_update_rtt, "_gpl", ""); KSYMTAB_FUNC(xprt_complete_rqst, "_gpl", ""); KSYMTAB_FUNC(xprt_wait_for_reply_request_def, "_gpl", ""); KSYMTAB_FUNC(xprt_wait_for_reply_request_rtt, "_gpl", ""); KSYMTAB_FUNC(xprt_add_backlog, "_gpl", ""); KSYMTAB_FUNC(xprt_wake_up_backlog, "_gpl", ""); KSYMTAB_FUNC(xprt_alloc_slot, "_gpl", ""); KSYMTAB_FUNC(xprt_free_slot, "_gpl", ""); KSYMTAB_FUNC(xprt_alloc, "_gpl", ""); KSYMTAB_FUNC(xprt_free, "_gpl", ""); KSYMTAB_FUNC(xprt_get, "_gpl", ""); KSYMTAB_FUNC(xprt_put, "_gpl", ""); KSYMTAB_FUNC(csum_partial_copy_to_xdr, "_gpl", ""); KSYMTAB_DATA(xprtiod_workqueue, "_gpl", ""); KSYMTAB_FUNC(rpc_task_gfp_mask, "_gpl", ""); KSYMTAB_FUNC(rpc_task_timeout, "_gpl", ""); KSYMTAB_FUNC(rpc_init_priority_wait_queue, "_gpl", ""); KSYMTAB_FUNC(rpc_init_wait_queue, "_gpl", ""); KSYMTAB_FUNC(rpc_destroy_wait_queue, "_gpl", ""); KSYMTAB_FUNC(rpc_wait_for_completion_task, "_gpl", ""); KSYMTAB_FUNC(rpc_sleep_on_timeout, "_gpl", ""); KSYMTAB_FUNC(rpc_sleep_on, "_gpl", ""); KSYMTAB_FUNC(rpc_sleep_on_priority_timeout, "_gpl", ""); KSYMTAB_FUNC(rpc_sleep_on_priority, "_gpl", ""); KSYMTAB_FUNC(rpc_wake_up_queued_task, "_gpl", ""); KSYMTAB_FUNC(rpc_wake_up_first, "_gpl", ""); KSYMTAB_FUNC(rpc_wake_up_next, "_gpl", ""); KSYMTAB_FUNC(rpc_wake_up, "_gpl", ""); KSYMTAB_FUNC(rpc_wake_up_status, "_gpl", ""); KSYMTAB_FUNC(rpc_delay, "_gpl", ""); KSYMTAB_FUNC(rpc_exit, "_gpl", ""); KSYMTAB_FUNC(rpc_malloc, "_gpl", ""); KSYMTAB_FUNC(rpc_free, "_gpl", ""); KSYMTAB_FUNC(rpc_put_task, "_gpl", ""); KSYMTAB_FUNC(rpc_put_task_async, "_gpl", ""); KSYMTAB_FUNC(rpc_machine_cred, "_gpl", ""); KSYMTAB_FUNC(rpcauth_register, "_gpl", ""); KSYMTAB_FUNC(rpcauth_unregister, "_gpl", ""); KSYMTAB_FUNC(rpcauth_get_pseudoflavor, "_gpl", ""); KSYMTAB_FUNC(rpcauth_get_gssinfo, "_gpl", ""); KSYMTAB_FUNC(rpcauth_create, "_gpl", ""); KSYMTAB_FUNC(rpcauth_init_credcache, "_gpl", ""); KSYMTAB_FUNC(rpcauth_stringify_acceptor, "_gpl", ""); KSYMTAB_FUNC(rpcauth_destroy_credcache, "_gpl", ""); KSYMTAB_FUNC(rpcauth_lookup_credcache, "_gpl", ""); KSYMTAB_FUNC(rpcauth_lookupcred, "_gpl", ""); KSYMTAB_FUNC(rpcauth_init_cred, "_gpl", ""); KSYMTAB_FUNC(put_rpccred, "_gpl", ""); KSYMTAB_FUNC(rpcauth_wrap_req_encode, "_gpl", ""); KSYMTAB_FUNC(rpcauth_unwrap_resp_decode, "_gpl", ""); KSYMTAB_FUNC(sunrpc_set_pool_mode, "", ""); KSYMTAB_FUNC(sunrpc_get_pool_mode, "", ""); KSYMTAB_FUNC(svc_rpcb_setup, "_gpl", ""); KSYMTAB_FUNC(svc_rpcb_cleanup, "_gpl", ""); KSYMTAB_FUNC(svc_bind, "_gpl", ""); KSYMTAB_FUNC(svc_create, "_gpl", ""); KSYMTAB_FUNC(svc_create_pooled, "_gpl", ""); KSYMTAB_FUNC(svc_destroy, "_gpl", ""); KSYMTAB_FUNC(svc_rqst_alloc, "_gpl", ""); KSYMTAB_FUNC(svc_pool_wake_idle_thread, "_gpl", ""); KSYMTAB_FUNC(svc_set_num_threads, "_gpl", ""); KSYMTAB_FUNC(svc_rqst_replace_page, "_gpl", ""); KSYMTAB_FUNC(svc_rqst_free, "_gpl", ""); KSYMTAB_FUNC(svc_exit_thread, "_gpl", ""); KSYMTAB_FUNC(svc_rpcbind_set_version, "_gpl", ""); KSYMTAB_FUNC(svc_generic_rpcbind_set, "_gpl", ""); KSYMTAB_FUNC(svc_generic_init_request, "_gpl", ""); KSYMTAB_FUNC(svc_max_payload, "_gpl", ""); KSYMTAB_FUNC(svc_encode_result_payload, "_gpl", ""); KSYMTAB_FUNC(svc_fill_write_vector, "_gpl", ""); KSYMTAB_FUNC(svc_fill_symlink_pathname, "_gpl", ""); KSYMTAB_FUNC(svc_sock_update_bufs, "_gpl", ""); KSYMTAB_FUNC(svc_addsock, "_gpl", ""); KSYMTAB_FUNC(svc_authenticate, "_gpl", ""); KSYMTAB_FUNC(svc_set_client, "_gpl", ""); KSYMTAB_FUNC(svc_auth_register, "_gpl", ""); KSYMTAB_FUNC(svc_auth_unregister, "_gpl", ""); KSYMTAB_FUNC(svc_auth_flavor, "_gpl", ""); KSYMTAB_FUNC(auth_domain_put, "_gpl", ""); KSYMTAB_FUNC(auth_domain_lookup, "_gpl", ""); KSYMTAB_FUNC(auth_domain_find, "_gpl", ""); KSYMTAB_FUNC(unix_domain_find, "_gpl", ""); KSYMTAB_FUNC(svcauth_unix_purge, "_gpl", ""); KSYMTAB_FUNC(svcauth_unix_set_client, "_gpl", ""); KSYMTAB_FUNC(rpc_ntop, "_gpl", ""); KSYMTAB_FUNC(rpc_pton, "_gpl", ""); KSYMTAB_FUNC(rpc_uaddr2sockaddr, "_gpl", ""); KSYMTAB_FUNC(rpcb_getport_async, "_gpl", ""); KSYMTAB_FUNC(rpc_init_rtt, "_gpl", ""); KSYMTAB_FUNC(rpc_update_rtt, "_gpl", ""); KSYMTAB_FUNC(rpc_calc_rto, "_gpl", ""); KSYMTAB_FUNC(xdr_encode_netobj, "_gpl", ""); KSYMTAB_FUNC(xdr_decode_netobj, "_gpl", ""); KSYMTAB_FUNC(xdr_encode_opaque_fixed, "_gpl", ""); KSYMTAB_FUNC(xdr_encode_opaque, "_gpl", ""); KSYMTAB_FUNC(xdr_encode_string, "_gpl", ""); KSYMTAB_FUNC(xdr_decode_string_inplace, "_gpl", ""); KSYMTAB_FUNC(xdr_terminate_string, "_gpl", ""); KSYMTAB_FUNC(xdr_inline_pages, "_gpl", ""); KSYMTAB_FUNC(_copy_from_pages, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_pos, "_gpl", ""); KSYMTAB_FUNC(xdr_page_pos, "_gpl", ""); KSYMTAB_FUNC(xdr_init_encode, "_gpl", ""); KSYMTAB_FUNC(xdr_init_encode_pages, "_gpl", ""); KSYMTAB_FUNC(__xdr_commit_encode, "_gpl", ""); KSYMTAB_FUNC(xdr_reserve_space, "_gpl", ""); KSYMTAB_FUNC(xdr_reserve_space_vec, "_gpl", ""); KSYMTAB_FUNC(xdr_truncate_encode, "", ""); KSYMTAB_FUNC(xdr_truncate_decode, "_gpl", ""); KSYMTAB_FUNC(xdr_restrict_buflen, "", ""); KSYMTAB_FUNC(xdr_write_pages, "_gpl", ""); KSYMTAB_FUNC(xdr_init_decode, "_gpl", ""); KSYMTAB_FUNC(xdr_init_decode_pages, "_gpl", ""); KSYMTAB_FUNC(xdr_finish_decode, "", ""); KSYMTAB_FUNC(xdr_inline_decode, "_gpl", ""); KSYMTAB_FUNC(xdr_read_pages, "_gpl", ""); KSYMTAB_FUNC(xdr_set_pagelen, "_gpl", ""); KSYMTAB_FUNC(xdr_enter_page, "_gpl", ""); KSYMTAB_FUNC(xdr_buf_from_iov, "_gpl", ""); KSYMTAB_FUNC(xdr_buf_subsegment, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_subsegment, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_move_subsegment, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_zero, "_gpl", ""); KSYMTAB_FUNC(xdr_buf_trim, "_gpl", ""); KSYMTAB_FUNC(read_bytes_from_xdr_buf, "_gpl", ""); KSYMTAB_FUNC(write_bytes_to_xdr_buf, "_gpl", ""); KSYMTAB_FUNC(xdr_decode_word, "_gpl", ""); KSYMTAB_FUNC(xdr_encode_word, "_gpl", ""); KSYMTAB_FUNC(xdr_decode_array2, "_gpl", ""); KSYMTAB_FUNC(xdr_encode_array2, "_gpl", ""); KSYMTAB_FUNC(xdr_process_buf, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_decode_opaque, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_decode_opaque_dup, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_decode_string, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_decode_string_dup, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_decode_opaque_auth, "_gpl", ""); KSYMTAB_FUNC(xdr_stream_encode_opaque_auth, "_gpl", ""); KSYMTAB_DATA(sunrpc_net_id, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_lookup_rcu, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_update, "_gpl", ""); KSYMTAB_FUNC(cache_check, "_gpl", ""); KSYMTAB_FUNC(sunrpc_init_cache_detail, "_gpl", ""); KSYMTAB_FUNC(sunrpc_destroy_cache_detail, "_gpl", ""); KSYMTAB_FUNC(cache_flush, "_gpl", ""); KSYMTAB_FUNC(cache_purge, "_gpl", ""); KSYMTAB_FUNC(qword_add, "_gpl", ""); KSYMTAB_FUNC(qword_addhex, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_pipe_upcall, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_pipe_upcall_timeout, "_gpl", ""); KSYMTAB_FUNC(qword_get, "_gpl", ""); KSYMTAB_FUNC(cache_seq_start_rcu, "_gpl", ""); KSYMTAB_FUNC(cache_seq_next_rcu, "_gpl", ""); KSYMTAB_FUNC(cache_seq_stop_rcu, "_gpl", ""); KSYMTAB_FUNC(cache_register_net, "_gpl", ""); KSYMTAB_FUNC(cache_unregister_net, "_gpl", ""); KSYMTAB_FUNC(cache_create_net, "_gpl", ""); KSYMTAB_FUNC(cache_destroy_net, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_register_pipefs, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_unregister_pipefs, "_gpl", ""); KSYMTAB_FUNC(sunrpc_cache_unhash, "_gpl", ""); KSYMTAB_FUNC(rpc_pipefs_notifier_register, "_gpl", ""); KSYMTAB_FUNC(rpc_pipefs_notifier_unregister, "_gpl", ""); KSYMTAB_FUNC(rpc_pipe_generic_upcall, "_gpl", ""); KSYMTAB_FUNC(rpc_queue_upcall, "_gpl", ""); KSYMTAB_FUNC(rpc_destroy_pipe_data, "_gpl", ""); KSYMTAB_FUNC(rpc_mkpipe_data, "_gpl", ""); KSYMTAB_FUNC(rpc_mkpipe_dentry, "_gpl", ""); KSYMTAB_FUNC(rpc_unlink, "_gpl", ""); KSYMTAB_FUNC(rpc_init_pipe_dir_head, "_gpl", ""); KSYMTAB_FUNC(rpc_init_pipe_dir_object, "_gpl", ""); KSYMTAB_FUNC(rpc_add_pipe_dir_object, "_gpl", ""); KSYMTAB_FUNC(rpc_remove_pipe_dir_object, "_gpl", ""); KSYMTAB_FUNC(rpc_find_or_alloc_pipe_dir_object, "_gpl", ""); KSYMTAB_FUNC(rpc_d_lookup_sb, "_gpl", ""); KSYMTAB_FUNC(rpc_get_sb_net, "_gpl", ""); KSYMTAB_FUNC(rpc_put_sb_net, "_gpl", ""); KSYMTAB_FUNC(gssd_running, "_gpl", ""); KSYMTAB_FUNC(svc_reg_xprt_class, "_gpl", ""); KSYMTAB_FUNC(svc_unreg_xprt_class, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_deferred_close, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_put, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_init, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_received, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_create_from_sa, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_create, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_copy_addrs, "_gpl", ""); KSYMTAB_FUNC(svc_print_addr, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_enqueue, "_gpl", ""); KSYMTAB_FUNC(svc_reserve, "_gpl", ""); KSYMTAB_FUNC(svc_wake_up, "_gpl", ""); KSYMTAB_FUNC(svc_recv, "_gpl", ""); KSYMTAB_FUNC(svc_drop, "_gpl", ""); KSYMTAB_FUNC(svc_age_temp_xprts_now, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_close, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_destroy_all, "_gpl", ""); KSYMTAB_FUNC(svc_find_listener, "_gpl", ""); KSYMTAB_FUNC(svc_find_xprt, "_gpl", ""); KSYMTAB_FUNC(svc_xprt_names, "_gpl", ""); KSYMTAB_FUNC(svc_pool_stats_open, "", ""); KSYMTAB_FUNC(xprt_setup_backchannel, "_gpl", ""); KSYMTAB_FUNC(xprt_destroy_backchannel, "_gpl", ""); KSYMTAB_FUNC(svc_seq_show, "_gpl", ""); KSYMTAB_FUNC(rpc_alloc_iostats, "_gpl", ""); KSYMTAB_FUNC(rpc_free_iostats, "_gpl", ""); KSYMTAB_FUNC(rpc_count_iostats_metrics, "_gpl", ""); KSYMTAB_FUNC(rpc_count_iostats, "_gpl", ""); KSYMTAB_FUNC(rpc_clnt_show_stats, "_gpl", ""); KSYMTAB_FUNC(rpc_proc_register, "_gpl", ""); KSYMTAB_FUNC(rpc_proc_unregister, "_gpl", ""); KSYMTAB_FUNC(svc_proc_register, "_gpl", ""); KSYMTAB_FUNC(svc_proc_unregister, "_gpl", ""); KSYMTAB_DATA(rpc_debug, "_gpl", ""); KSYMTAB_DATA(nfs_debug, "_gpl", ""); KSYMTAB_DATA(nfsd_debug, "_gpl", ""); KSYMTAB_DATA(nlm_debug, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "0AFDDDB507354D7C77DA7A6");