NVIDIA – New Driver 460.32.03 – Patch Mod for 5.11..
NVIDIA have released their latest driver – 460.32.03, and details are here: https://forums.developer.nvidia.com/t/linux-solaris-and-freebsd-driver-460-32-03-long-lived-branch-release/165423
The patch for 460.27.04 is easy to modify to work with this version – just remove the first section (patch to ~/kernel/common/inc/nv-linux.h) as this is no longer necessary.
Tested with Kernel 5.11-rc2..
...........
ld -r -o /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-modeset/nv-modeset-interface.o /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-modeset/nvidia-modeset-linux.o /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-modeset/nv-kthread-q.o
MODPOST /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/Module.symvers
CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-drm.mod.o
LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-drm.ko
CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-modeset.mod.o
LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-modeset.ko
CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-uvm.mod.o
LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia-uvm.ko
CC [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia.mod.o
LD [M] /home/rgadsdon/NVIDIA-Linux-x86_64-460.32.03/kernel/nvidia.ko
make[1]: Leaving directory '/usr/src/linux-5.11-rc2'
Robert Gadsdon. January 7th 2021.
i got error on build nvidia 460.32.03 arch linux-mainline 5.11rc3-1
wich error is :
/var/lib/dkms/nvidia/460.32.03/build/nvidia/nv-caps.c:592:5: error: implicit declaration of function ‘sys_close’ [-Werror=implicit-function-declaration]
592 | sys_close(fd);
| ^~~~~~~~~