Insmod tipc.ko: module verification failed

hello
I got kernel code and followed steps described by “Kernel Customization — Jetson Linux<br/>Developer Guide 34.1 documentation” to compile kernel。
I applied rt-patch to kernel and set tipc Kconfig to default m before compiling.
applied rt-patch → ./kernel-5.10/scripts/rt-patch.sh apply-patches
set tipc Kconfig to default m->
menuconfig TIPC
tristate “The TIPC Protocol”
depends on INET
depends on IPV6 || IPV6=n
default m

After compiling successfully,I failed to insmod tipc.ko。

My orin kernel version: Linux tegra-ubuntu 5.10.104-rt63-tegra #1 SMP PREEMPT RT Tue Jul 19 18:39:06 PDT 2022 aarch64 aarch64 aarch64 GNU/Linux

tipc.ko vermagic: 5.10.104-rt63-tegra SMP preempt_rt mod_unload modversions aarch64

The Kernel log:
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925865] tipc: module verification failed: signature and/or required key missing - tainting kernel
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925889] tipc: disagrees about version of symbol netlink_net_capable
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925891] tipc: Unknown symbol netlink_net_capable (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925908] tipc: disagrees about version of symbol sock_i_uid
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925909] tipc: Unknown symbol sock_i_uid (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925939] tipc: disagrees about version of symbol __nlmsg_put
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925939] tipc: Unknown symbol __nlmsg_put (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925947] tipc: disagrees about version of symbol skb_put
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925948] tipc: Unknown symbol skb_put (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925954] tipc: disagrees about version of symbol register_net_sysctl
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925955] tipc: Unknown symbol register_net_sysctl (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925961] tipc: disagrees about version of symbol dev_queue_xmit
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925962] tipc: Unknown symbol dev_queue_xmit (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925968] tipc: disagrees about version of symbol ip6_dst_hoplimit
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925968] tipc: Unknown symbol ip6_dst_hoplimit (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925974] tipc: disagrees about version of symbol trace_output_call
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925974] tipc: Unknown symbol trace_output_call (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925978] tipc: disagrees about version of symbol consume_skb
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925979] tipc: Unknown symbol consume_skb (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925984] tipc: disagrees about version of symbol dev_add_pack
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925985] tipc: Unknown symbol dev_add_pack (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925992] tipc: disagrees about version of symbol trace_raw_output_prep
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925993] tipc: Unknown symbol trace_raw_output_prep (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925999] tipc: disagrees about version of symbol udp_sock_create4
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.925999] tipc: Unknown symbol udp_sock_create4 (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926012] tipc: disagrees about version of symbol __ip_dev_find
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926012] tipc: Unknown symbol __ip_dev_find (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926018] tipc: disagrees about version of symbol dst_cache_set_ip4
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926019] tipc: Unknown symbol dst_cache_set_ip4 (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926022] tipc: disagrees about version of symbol udp_tunnel6_xmit_skb
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926023] tipc: Unknown symbol udp_tunnel6_xmit_skb (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926026] tipc: disagrees about version of symbol kernel_bind
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926027] tipc: Unknown symbol kernel_bind (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926035] tipc: disagrees about version of symbol genlmsg_put
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926036] tipc: Unknown symbol genlmsg_put (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926039] tipc: disagrees about version of symbol ___pskb_trim
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926039] tipc: Unknown symbol ___pskb_trim (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926042] tipc: disagrees about version of symbol trace_event_raw_init
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926043] tipc: Unknown symbol trace_event_raw_init (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926053] tipc: disagrees about version of symbol add_wait_queue
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926053] tipc: Unknown symbol add_wait_queue (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926057] tipc: disagrees about version of symbol rhashtable_init
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926058] tipc: Unknown symbol rhashtable_init (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926064] tipc: disagrees about version of symbol crypto_alloc_aead
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926065] tipc: Unknown symbol crypto_alloc_aead (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926068] tipc: disagrees about version of symbol netdev_warn
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926069] tipc: Unknown symbol netdev_warn (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926072] tipc: disagrees about version of symbol crypto_aead_setauthsize
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926073] tipc: Unknown symbol crypto_aead_setauthsize (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926075] tipc: disagrees about version of symbol crypto_aead_decrypt
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926076] tipc: Unknown symbol crypto_aead_decrypt (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926080] tipc: disagrees about version of symbol event_triggers_call
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926081] tipc: Unknown symbol event_triggers_call (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926083] tipc: disagrees about version of symbol kernel_accept
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926084] tipc: Unknown symbol kernel_accept (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926086] tipc: disagrees about version of symbol __module_get
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926087] tipc: Unknown symbol __module_get (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926092] tipc: disagrees about version of symbol ip_route_output_flow
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926093] tipc: Unknown symbol ip_route_output_flow (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926096] tipc: disagrees about version of symbol rhashtable_walk_enter
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926097] tipc: Unknown symbol rhashtable_walk_enter (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926104] tipc: disagrees about version of symbol kmem_cache_alloc_trace
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926105] tipc: Unknown symbol kmem_cache_alloc_trace (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926107] tipc: disagrees about version of symbol __pskb_copy_fclone
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926108] tipc: Unknown symbol __pskb_copy_fclone (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926113] tipc: disagrees about version of symbol pskb_expand_head
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926113] tipc: Unknown symbol pskb_expand_head (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926117] tipc: disagrees about version of symbol register_pernet_subsys
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926118] tipc: Unknown symbol register_pernet_subsys (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926120] tipc: disagrees about version of symbol put_cmsg
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926121] tipc: Unknown symbol put_cmsg (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926126] tipc: disagrees about version of symbol trace_event_buffer_commit
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926127] tipc: Unknown symbol trace_event_buffer_commit (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926132] tipc: disagrees about version of symbol crypto_destroy_tfm
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926132] tipc: Unknown symbol crypto_destroy_tfm (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926134] tipc: disagrees about version of symbol eth_type_trans
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926135] tipc: Unknown symbol eth_type_trans (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926138] tipc: disagrees about version of symbol _copy_from_iter_full
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926139] tipc: Unknown symbol _copy_from_iter_full (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926145] tipc: disagrees about version of symbol proto_unregister
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926146] tipc: Unknown symbol proto_unregister (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926148] tipc: disagrees about version of symbol kfree_skb
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926149] tipc: Unknown symbol kfree_skb (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926154] tipc: disagrees about version of symbol sock_register
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926155] tipc: Unknown symbol sock_register (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926157] tipc: disagrees about version of symbol ipv6_dev_find
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926158] tipc: Unknown symbol ipv6_dev_find (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926170] tipc: disagrees about version of symbol trace_event_ignore_this_pid
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926171] tipc: Unknown symbol trace_event_ignore_this_pid (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926175] tipc: disagrees about version of symbol __alloc_skb
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926176] tipc: Unknown symbol __alloc_skb (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926183] tipc: disagrees about version of symbol sk_reset_timer
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926184] tipc: Unknown symbol sk_reset_timer (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926189] tipc: disagrees about version of symbol skb_try_coalesce
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926189] tipc: Unknown symbol skb_try_coalesce (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926191] tipc: disagrees about version of symbol proto_register
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926192] tipc: Unknown symbol proto_register (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926195] tipc: disagrees about version of symbol skb_copy_expand
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926195] tipc: Unknown symbol skb_copy_expand (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926200] tipc: disagrees about version of symbol __wake_up_sync_key
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926201] tipc: Unknown symbol __wake_up_sync_key (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926203] tipc: disagrees about version of symbol skb_queue_tail
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926204] tipc: Unknown symbol skb_queue_tail (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926206] tipc: disagrees about version of symbol module_put
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926207] tipc: Unknown symbol module_put (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926218] tipc: disagrees about version of symbol crypto_aead_setkey
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926219] tipc: Unknown symbol crypto_aead_setkey (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926226] tipc: disagrees about version of symbol __dev_get_by_index
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926227] tipc: Unknown symbol __dev_get_by_index (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926229] tipc: disagrees about version of symbol perf_trace_run_bpf_submit
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926230] tipc: Unknown symbol perf_trace_run_bpf_submit (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926232] tipc: disagrees about version of symbol init_net
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926233] tipc: Unknown symbol init_net (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926236] tipc: disagrees about version of symbol ipv6_stub
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926237] tipc: Unknown symbol ipv6_stub (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926243] tipc: disagrees about version of symbol skb_pull
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926243] tipc: Unknown symbol skb_pull (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926257] tipc: disagrees about version of symbol crypto_aead_encrypt
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926258] tipc: Unknown symbol crypto_aead_encrypt (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926261] tipc: disagrees about version of symbol netlink_unicast
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926262] tipc: Unknown symbol netlink_unicast (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926265] tipc: disagrees about version of symbol dev_remove_pack
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926266] tipc: Unknown symbol dev_remove_pack (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926268] tipc: disagrees about version of symbol sk_free
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926269] tipc: Unknown symbol sk_free (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926273] tipc: disagrees about version of symbol kernel_sock_shutdown
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926273] tipc: Unknown symbol kernel_sock_shutdown (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926276] tipc: disagrees about version of symbol sock_no_accept
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926277] tipc: Unknown symbol sock_no_accept (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926283] tipc: disagrees about version of symbol skb_push
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926284] tipc: Unknown symbol skb_push (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926286] tipc: disagrees about version of symbol dst_cache_get
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926287] tipc: Unknown symbol dst_cache_get (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926289] tipc: disagrees about version of symbol sock_no_listen
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926290] tipc: Unknown symbol sock_no_listen (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926294] tipc: disagrees about version of symbol proc_doulongvec_minmax
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926294] tipc: Unknown symbol proc_doulongvec_minmax (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926296] tipc: disagrees about version of symbol trace_event_reg
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926297] tipc: Unknown symbol trace_event_reg (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926303] tipc: disagrees about version of symbol iov_iter_kvec
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926303] tipc: Unknown symbol iov_iter_kvec (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926305] tipc: disagrees about version of symbol ip_mc_join_group
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926306] tipc: Unknown symbol ip_mc_join_group (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926309] tipc: disagrees about version of symbol rhashtable_walk_start_check
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926309] tipc: Unknown symbol rhashtable_walk_start_check (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926315] tipc: disagrees about version of symbol unregister_pernet_device
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926316] tipc: Unknown symbol unregister_pernet_device (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926319] tipc: disagrees about version of symbol lock_sock_nested
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926320] tipc: Unknown symbol lock_sock_nested (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926324] tipc: disagrees about version of symbol skb_copy_datagram_iter
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926325] tipc: Unknown symbol skb_copy_datagram_iter (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926327] tipc: disagrees about version of symbol rhashtable_walk_stop
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926328] tipc: Unknown symbol rhashtable_walk_stop (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926330] tipc: disagrees about version of symbol sk_alloc
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926331] tipc: Unknown symbol sk_alloc (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926339] tipc: disagrees about version of symbol unregister_pernet_subsys
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926339] tipc: Unknown symbol unregister_pernet_subsys (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926346] tipc: disagrees about version of symbol netif_rx_ni
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926347] tipc: Unknown symbol netif_rx_ni (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926350] tipc: disagrees about version of symbol kfree_skb_partial
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926351] tipc: Unknown symbol kfree_skb_partial (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926352] tipc: disagrees about version of symbol skb_queue_purge
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926353] tipc: Unknown symbol skb_queue_purge (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926356] tipc: disagrees about version of symbol rht_bucket_nested_insert
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926357] tipc: Unknown symbol rht_bucket_nested_insert (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926360] tipc: disagrees about version of symbol udp_tunnel_sock_release
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926361] tipc: Unknown symbol udp_tunnel_sock_release (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926367] tipc: disagrees about version of symbol sock_no_mmap
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926368] tipc: Unknown symbol sock_no_mmap (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926371] tipc: disagrees about version of symbol __pskb_pull_tail
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926372] tipc: Unknown symbol __pskb_pull_tail (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926374] tipc: disagrees about version of symbol sock_no_sendpage
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926375] tipc: Unknown symbol sock_no_sendpage (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926380] tipc: disagrees about version of symbol rhashtable_destroy
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926381] tipc: Unknown symbol rhashtable_destroy (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926386] tipc: disagrees about version of symbol setup_udp_tunnel_sock
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926387] tipc: Unknown symbol setup_udp_tunnel_sock (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926389] tipc: disagrees about version of symbol udp_sock_create6
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926389] tipc: Unknown symbol udp_sock_create6 (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926393] tipc: disagrees about version of symbol skb_trim
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926394] tipc: Unknown symbol skb_trim (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926397] tipc: disagrees about version of symbol skb_cow_data
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926398] tipc: Unknown symbol skb_cow_data (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926406] tipc: disagrees about version of symbol rhashtable_insert_slow
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926407] tipc: Unknown symbol rhashtable_insert_slow (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926411] tipc: disagrees about version of symbol sock_rfree
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926411] tipc: Unknown symbol sock_rfree (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926415] tipc: disagrees about version of symbol sock_i_ino
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926416] tipc: Unknown symbol sock_i_ino (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926422] tipc: disagrees about version of symbol kernel_listen
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926423] tipc: Unknown symbol kernel_listen (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926427] tipc: disagrees about version of symbol trace_event_buffer_reserve
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926428] tipc: Unknown symbol trace_event_buffer_reserve (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926431] tipc: disagrees about version of symbol dev_nit_active
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926432] tipc: Unknown symbol dev_nit_active (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926434] tipc: disagrees about version of symbol sock_create_kern
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926435] tipc: Unknown symbol sock_create_kern (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926440] tipc: disagrees about version of symbol dst_cache_set_ip6
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926441] tipc: Unknown symbol dst_cache_set_ip6 (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926444] tipc: disagrees about version of symbol pskb_put
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926444] tipc: Unknown symbol pskb_put (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926452] tipc: disagrees about version of symbol udp_tunnel_xmit_skb
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926452] tipc: Unknown symbol udp_tunnel_xmit_skb (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926458] tipc: disagrees about version of symbol sock_recvmsg
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926459] tipc: Unknown symbol sock_recvmsg (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926463] tipc: disagrees about version of symbol skb_copy
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926463] tipc: Unknown symbol skb_copy (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926465] tipc: disagrees about version of symbol dev_get_by_name
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926466] tipc: Unknown symbol dev_get_by_name (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926467] tipc: disagrees about version of symbol skb_clone
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926468] tipc: Unknown symbol skb_clone (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926470] tipc: disagrees about version of symbol _copy_from_iter
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926471] tipc: Unknown symbol _copy_from_iter (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926473] tipc: disagrees about version of symbol sock_release
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926473] tipc: Unknown symbol sock_release (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926477] tipc: disagrees about version of symbol remove_wait_queue
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926478] tipc: Unknown symbol remove_wait_queue (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926480] tipc: disagrees about version of symbol rhashtable_walk_next
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926481] tipc: Unknown symbol rhashtable_walk_next (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926483] tipc: disagrees about version of symbol crypto_default_rng
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926484] tipc: Unknown symbol crypto_default_rng (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926486] tipc: disagrees about version of symbol sk_stop_timer
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926487] tipc: Unknown symbol sk_stop_timer (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926489] tipc: disagrees about version of symbol unregister_net_sysctl_table
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926489] tipc: Unknown symbol unregister_net_sysctl_table (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926491] tipc: disagrees about version of symbol genl_unregister_family
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926492] tipc: Unknown symbol genl_unregister_family (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926493] tipc: disagrees about version of symbol from_kuid_munged
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926494] tipc: Unknown symbol from_kuid_munged (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926499] tipc: disagrees about version of symbol genl_register_family
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926500] tipc: Unknown symbol genl_register_family (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926501] tipc: disagrees about version of symbol kernel_sendmsg
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926502] tipc: Unknown symbol kernel_sendmsg (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926506] tipc: disagrees about version of symbol skb_to_sgvec
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926507] tipc: Unknown symbol skb_to_sgvec (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926509] tipc: disagrees about version of symbol register_pernet_device
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926509] tipc: Unknown symbol register_pernet_device (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926511] tipc: disagrees about version of symbol rhashtable_walk_exit
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926512] tipc: Unknown symbol rhashtable_walk_exit (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926515] tipc: disagrees about version of symbol sock_init_data
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926516] tipc: Unknown symbol sock_init_data (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926517] tipc: disagrees about version of symbol kmalloc_caches
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926518] tipc: Unknown symbol kmalloc_caches (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926520] tipc: disagrees about version of symbol release_sock
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926520] tipc: Unknown symbol release_sock (err -22)
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926523] tipc: disagrees about version of symbol proc_dointvec_minmax
Dec 2 07:14:11 tegra-ubuntu kernel: [ 57.926524] tipc: Unknown symbol proc_dointvec_minmax (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268394] tipc: disagrees about version of symbol netlink_net_capable
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268401] tipc: Unknown symbol netlink_net_capable (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268418] tipc: disagrees about version of symbol sock_i_uid
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268419] tipc: Unknown symbol sock_i_uid (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268448] tipc: disagrees about version of symbol __nlmsg_put
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268449] tipc: Unknown symbol __nlmsg_put (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268458] tipc: disagrees about version of symbol skb_put
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268459] tipc: Unknown symbol skb_put (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268466] tipc: disagrees about version of symbol register_net_sysctl
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268467] tipc: Unknown symbol register_net_sysctl (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268473] tipc: disagrees about version of symbol dev_queue_xmit
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268473] tipc: Unknown symbol dev_queue_xmit (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268480] tipc: disagrees about version of symbol ip6_dst_hoplimit
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268481] tipc: Unknown symbol ip6_dst_hoplimit (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268486] tipc: disagrees about version of symbol trace_output_call
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268487] tipc: Unknown symbol trace_output_call (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268490] tipc: disagrees about version of symbol consume_skb
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268491] tipc: Unknown symbol consume_skb (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268496] tipc: disagrees about version of symbol dev_add_pack
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268497] tipc: Unknown symbol dev_add_pack (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268504] tipc: disagrees about version of symbol trace_raw_output_prep
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268504] tipc: Unknown symbol trace_raw_output_prep (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268510] tipc: disagrees about version of symbol udp_sock_create4
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268511] tipc: Unknown symbol udp_sock_create4 (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268523] tipc: disagrees about version of symbol __ip_dev_find
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268524] tipc: Unknown symbol __ip_dev_find (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268529] tipc: disagrees about version of symbol dst_cache_set_ip4
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268530] tipc: Unknown symbol dst_cache_set_ip4 (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268534] tipc: disagrees about version of symbol udp_tunnel6_xmit_skb
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268534] tipc: Unknown symbol udp_tunnel6_xmit_skb (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268538] tipc: disagrees about version of symbol kernel_bind
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268539] tipc: Unknown symbol kernel_bind (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268546] tipc: disagrees about version of symbol genlmsg_put
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268547] tipc: Unknown symbol genlmsg_put (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268550] tipc: disagrees about version of symbol ___pskb_trim
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268551] tipc: Unknown symbol ___pskb_trim (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268553] tipc: disagrees about version of symbol trace_event_raw_init
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268554] tipc: Unknown symbol trace_event_raw_init (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268563] tipc: disagrees about version of symbol add_wait_queue
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268564] tipc: Unknown symbol add_wait_queue (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268568] tipc: disagrees about version of symbol rhashtable_init
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268569] tipc: Unknown symbol rhashtable_init (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268575] tipc: disagrees about version of symbol crypto_alloc_aead
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268575] tipc: Unknown symbol crypto_alloc_aead (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268578] tipc: disagrees about version of symbol netdev_warn
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268579] tipc: Unknown symbol netdev_warn (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268582] tipc: disagrees about version of symbol crypto_aead_setauthsize
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268583] tipc: Unknown symbol crypto_aead_setauthsize (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268585] tipc: disagrees about version of symbol crypto_aead_decrypt
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268586] tipc: Unknown symbol crypto_aead_decrypt (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268591] tipc: disagrees about version of symbol event_triggers_call
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268591] tipc: Unknown symbol event_triggers_call (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268593] tipc: disagrees about version of symbol kernel_accept
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268594] tipc: Unknown symbol kernel_accept (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268597] tipc: disagrees about version of symbol __module_get
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268597] tipc: Unknown symbol __module_get (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268602] tipc: disagrees about version of symbol ip_route_output_flow
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268603] tipc: Unknown symbol ip_route_output_flow (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268606] tipc: disagrees about version of symbol rhashtable_walk_enter
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268606] tipc: Unknown symbol rhashtable_walk_enter (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268613] tipc: disagrees about version of symbol kmem_cache_alloc_trace
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268614] tipc: Unknown symbol kmem_cache_alloc_trace (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268617] tipc: disagrees about version of symbol __pskb_copy_fclone
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268618] tipc: Unknown symbol __pskb_copy_fclone (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268623] tipc: disagrees about version of symbol pskb_expand_head
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268624] tipc: Unknown symbol pskb_expand_head (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268628] tipc: disagrees about version of symbol register_pernet_subsys
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268629] tipc: Unknown symbol register_pernet_subsys (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268632] tipc: disagrees about version of symbol put_cmsg
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268632] tipc: Unknown symbol put_cmsg (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268637] tipc: disagrees about version of symbol trace_event_buffer_commit
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268638] tipc: Unknown symbol trace_event_buffer_commit (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268643] tipc: disagrees about version of symbol crypto_destroy_tfm
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268643] tipc: Unknown symbol crypto_destroy_tfm (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268645] tipc: disagrees about version of symbol eth_type_trans
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268646] tipc: Unknown symbol eth_type_trans (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268649] tipc: disagrees about version of symbol _copy_from_iter_full
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268649] tipc: Unknown symbol _copy_from_iter_full (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268655] tipc: disagrees about version of symbol proto_unregister
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268656] tipc: Unknown symbol proto_unregister (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268658] tipc: disagrees about version of symbol kfree_skb
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268659] tipc: Unknown symbol kfree_skb (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268664] tipc: disagrees about version of symbol sock_register
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268664] tipc: Unknown symbol sock_register (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268667] tipc: disagrees about version of symbol ipv6_dev_find
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268667] tipc: Unknown symbol ipv6_dev_find (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268680] tipc: disagrees about version of symbol trace_event_ignore_this_pid
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268680] tipc: Unknown symbol trace_event_ignore_this_pid (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268684] tipc: disagrees about version of symbol __alloc_skb
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268685] tipc: Unknown symbol __alloc_skb (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268692] tipc: disagrees about version of symbol sk_reset_timer
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268693] tipc: Unknown symbol sk_reset_timer (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268698] tipc: disagrees about version of symbol skb_try_coalesce
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268698] tipc: Unknown symbol skb_try_coalesce (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268700] tipc: disagrees about version of symbol proto_register
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268701] tipc: Unknown symbol proto_register (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268704] tipc: disagrees about version of symbol skb_copy_expand
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268705] tipc: Unknown symbol skb_copy_expand (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268710] tipc: disagrees about version of symbol __wake_up_sync_key
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268711] tipc: Unknown symbol __wake_up_sync_key (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268713] tipc: disagrees about version of symbol skb_queue_tail
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268713] tipc: Unknown symbol skb_queue_tail (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268716] tipc: disagrees about version of symbol module_put
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268716] tipc: Unknown symbol module_put (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268726] tipc: disagrees about version of symbol crypto_aead_setkey
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268726] tipc: Unknown symbol crypto_aead_setkey (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268734] tipc: disagrees about version of symbol __dev_get_by_index
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268735] tipc: Unknown symbol __dev_get_by_index (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268737] tipc: disagrees about version of symbol perf_trace_run_bpf_submit
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268738] tipc: Unknown symbol perf_trace_run_bpf_submit (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268739] tipc: disagrees about version of symbol init_net
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268740] tipc: Unknown symbol init_net (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268743] tipc: disagrees about version of symbol ipv6_stub
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268744] tipc: Unknown symbol ipv6_stub (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268749] tipc: disagrees about version of symbol skb_pull
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268750] tipc: Unknown symbol skb_pull (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268763] tipc: disagrees about version of symbol crypto_aead_encrypt
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268764] tipc: Unknown symbol crypto_aead_encrypt (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268766] tipc: disagrees about version of symbol netlink_unicast
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268767] tipc: Unknown symbol netlink_unicast (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268771] tipc: disagrees about version of symbol dev_remove_pack
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268771] tipc: Unknown symbol dev_remove_pack (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268774] tipc: disagrees about version of symbol sk_free
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268774] tipc: Unknown symbol sk_free (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268778] tipc: disagrees about version of symbol kernel_sock_shutdown
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268779] tipc: Unknown symbol kernel_sock_shutdown (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268781] tipc: disagrees about version of symbol sock_no_accept
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268782] tipc: Unknown symbol sock_no_accept (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268788] tipc: disagrees about version of symbol skb_push
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268788] tipc: Unknown symbol skb_push (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268790] tipc: disagrees about version of symbol dst_cache_get
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268791] tipc: Unknown symbol dst_cache_get (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268793] tipc: disagrees about version of symbol sock_no_listen
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268794] tipc: Unknown symbol sock_no_listen (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268797] tipc: disagrees about version of symbol proc_doulongvec_minmax
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268798] tipc: Unknown symbol proc_doulongvec_minmax (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268800] tipc: disagrees about version of symbol trace_event_reg
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268801] tipc: Unknown symbol trace_event_reg (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268807] tipc: disagrees about version of symbol iov_iter_kvec
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268808] tipc: Unknown symbol iov_iter_kvec (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268809] tipc: disagrees about version of symbol ip_mc_join_group
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268810] tipc: Unknown symbol ip_mc_join_group (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268813] tipc: disagrees about version of symbol rhashtable_walk_start_check
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268813] tipc: Unknown symbol rhashtable_walk_start_check (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268820] tipc: disagrees about version of symbol unregister_pernet_device
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268821] tipc: Unknown symbol unregister_pernet_device (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268824] tipc: disagrees about version of symbol lock_sock_nested
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268825] tipc: Unknown symbol lock_sock_nested (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268829] tipc: disagrees about version of symbol skb_copy_datagram_iter
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268830] tipc: Unknown symbol skb_copy_datagram_iter (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268832] tipc: disagrees about version of symbol rhashtable_walk_stop
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268833] tipc: Unknown symbol rhashtable_walk_stop (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268835] tipc: disagrees about version of symbol sk_alloc
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268836] tipc: Unknown symbol sk_alloc (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268843] tipc: disagrees about version of symbol unregister_pernet_subsys
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268844] tipc: Unknown symbol unregister_pernet_subsys (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268850] tipc: disagrees about version of symbol netif_rx_ni
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268851] tipc: Unknown symbol netif_rx_ni (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268854] tipc: disagrees about version of symbol kfree_skb_partial
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268854] tipc: Unknown symbol kfree_skb_partial (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268855] tipc: disagrees about version of symbol skb_queue_purge
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268856] tipc: Unknown symbol skb_queue_purge (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268860] tipc: disagrees about version of symbol rht_bucket_nested_insert
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268861] tipc: Unknown symbol rht_bucket_nested_insert (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268863] tipc: disagrees about version of symbol udp_tunnel_sock_release
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268864] tipc: Unknown symbol udp_tunnel_sock_release (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268869] tipc: disagrees about version of symbol sock_no_mmap
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268870] tipc: Unknown symbol sock_no_mmap (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268874] tipc: disagrees about version of symbol __pskb_pull_tail
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268875] tipc: Unknown symbol __pskb_pull_tail (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268877] tipc: disagrees about version of symbol sock_no_sendpage
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268877] tipc: Unknown symbol sock_no_sendpage (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268882] tipc: disagrees about version of symbol rhashtable_destroy
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268883] tipc: Unknown symbol rhashtable_destroy (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268889] tipc: disagrees about version of symbol setup_udp_tunnel_sock
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268889] tipc: Unknown symbol setup_udp_tunnel_sock (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268891] tipc: disagrees about version of symbol udp_sock_create6
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268892] tipc: Unknown symbol udp_sock_create6 (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268896] tipc: disagrees about version of symbol skb_trim
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268897] tipc: Unknown symbol skb_trim (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268901] tipc: disagrees about version of symbol skb_cow_data
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268902] tipc: Unknown symbol skb_cow_data (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268910] tipc: disagrees about version of symbol rhashtable_insert_slow
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268911] tipc: Unknown symbol rhashtable_insert_slow (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268914] tipc: disagrees about version of symbol sock_rfree
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268914] tipc: Unknown symbol sock_rfree (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268918] tipc: disagrees about version of symbol sock_i_ino
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268918] tipc: Unknown symbol sock_i_ino (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268924] tipc: disagrees about version of symbol kernel_listen
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268925] tipc: Unknown symbol kernel_listen (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268929] tipc: disagrees about version of symbol trace_event_buffer_reserve
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268929] tipc: Unknown symbol trace_event_buffer_reserve (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268933] tipc: disagrees about version of symbol dev_nit_active
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268933] tipc: Unknown symbol dev_nit_active (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268936] tipc: disagrees about version of symbol sock_create_kern
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268937] tipc: Unknown symbol sock_create_kern (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268942] tipc: disagrees about version of symbol dst_cache_set_ip6
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268943] tipc: Unknown symbol dst_cache_set_ip6 (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268945] tipc: disagrees about version of symbol pskb_put
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268946] tipc: Unknown symbol pskb_put (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268953] tipc: disagrees about version of symbol udp_tunnel_xmit_skb
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268954] tipc: Unknown symbol udp_tunnel_xmit_skb (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268959] tipc: disagrees about version of symbol sock_recvmsg
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268960] tipc: Unknown symbol sock_recvmsg (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268963] tipc: disagrees about version of symbol skb_copy
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268964] tipc: Unknown symbol skb_copy (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268965] tipc: disagrees about version of symbol dev_get_by_name
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268966] tipc: Unknown symbol dev_get_by_name (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268967] tipc: disagrees about version of symbol skb_clone
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268968] tipc: Unknown symbol skb_clone (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268971] tipc: disagrees about version of symbol _copy_from_iter
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268972] tipc: Unknown symbol _copy_from_iter (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268973] tipc: disagrees about version of symbol sock_release
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268974] tipc: Unknown symbol sock_release (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268977] tipc: disagrees about version of symbol remove_wait_queue
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268978] tipc: Unknown symbol remove_wait_queue (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268980] tipc: disagrees about version of symbol rhashtable_walk_next
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268981] tipc: Unknown symbol rhashtable_walk_next (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268983] tipc: disagrees about version of symbol crypto_default_rng
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268983] tipc: Unknown symbol crypto_default_rng (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268986] tipc: disagrees about version of symbol sk_stop_timer
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268987] tipc: Unknown symbol sk_stop_timer (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268988] tipc: disagrees about version of symbol unregister_net_sysctl_table
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268989] tipc: Unknown symbol unregister_net_sysctl_table (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268991] tipc: disagrees about version of symbol genl_unregister_family
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268991] tipc: Unknown symbol genl_unregister_family (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268993] tipc: disagrees about version of symbol from_kuid_munged
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268994] tipc: Unknown symbol from_kuid_munged (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.268999] tipc: disagrees about version of symbol genl_register_family
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269000] tipc: Unknown symbol genl_register_family (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269001] tipc: disagrees about version of symbol kernel_sendmsg
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269001] tipc: Unknown symbol kernel_sendmsg (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269006] tipc: disagrees about version of symbol skb_to_sgvec
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269006] tipc: Unknown symbol skb_to_sgvec (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269008] tipc: disagrees about version of symbol register_pernet_device
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269009] tipc: Unknown symbol register_pernet_device (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269011] tipc: disagrees about version of symbol rhashtable_walk_exit
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269012] tipc: Unknown symbol rhashtable_walk_exit (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269015] tipc: disagrees about version of symbol sock_init_data
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269015] tipc: Unknown symbol sock_init_data (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269017] tipc: disagrees about version of symbol kmalloc_caches
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269018] tipc: Unknown symbol kmalloc_caches (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269019] tipc: disagrees about version of symbol release_sock
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269020] tipc: Unknown symbol release_sock (err -22)
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269023] tipc: disagrees about version of symbol proc_dointvec_minmax
Dec 2 07:14:27 tegra-ubuntu kernel: [ 74.269024] tipc: Unknown symbol proc_dointvec_minmax (err -22)

It seems to mean to sign the ko. Where can I get the cert to sign the ko?

please help me to solve it. thanks

I don’t think it is about signing. If you take a given kernel, call it the “integrated” kernel, then you can add modules provided those modules are compatible. If you take the original kernel, and the configuration of that kernel, and create a module compiled against that configuration, then the module should insert.

However, if instead of simply adding a module you changed certain features, then it might be that none of the old modules work. Or in some cases, the new module won’t insert in the old kernel.

During module insert modules are looked for at:
/lib/modules/$(uname -r)/kernel

The prefix of this “uname -r” command is the base kernel version, and the suffix is the compile time setting of the string from “CONFIG_LOCALVERSION”. Did you set CONFIG_LOCALVERSION? The default is usually “-tegra”. If your base kernel is version “5.10.104”, then “uname -r” should respond as “5.10.104-tegra”. What do you see when you run command “uname -r”?

Obviously you had to build the base kernel Image (the “integrated” kernel) since you patched it. Did you start with the existing configuration, and then add in your changes for RT, or did you just add RT configurations without first setting up for the existing configuration? Did you install all new modules, or just your RT modules?

Here’s something about matching to an existing kernel:
https://forums.developer.nvidia.com/t/topic/229155/12
(and you might need an entirely new kernel install, not just a matching module)

Here is more about full kernel build and install:
https://forums.developer.nvidia.com/t/topic/193640/11

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.