[ 55.732900] module: x86/modules: Skipping invalid relocation target, existing value is nonzero for type 1, loc 0000000095d22a08, val ffffffffc07aa525 root@ubuntux86:# uname -a Linux ubuntux86 5.13.0-39-generic #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
重新安装linux-headers
sudo apt update && sudo apt upgrade sudo apt remove --purge linux-headers-* sudo apt autoremove && sudo apt autoclean sudo apt-get install linux-headers-$(uname -r)
root@ubuntux86:# insmod dma_buf_exporter_kmd_intel.ko root@ubuntux86:# uname -a Linux ubuntux86 5.13.0-39-generic #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux root@ubuntux86:#
标签:target,sudo,relocation,apt,Skipping,64,Linux,ubuntux86,x86 From: https://www.cnblogs.com/dream397/p/18201464