The security software I'm building contains a kernel module. because the kernel must process the packet.
Do not use DKMS because it is commercial software.
If the kernel version goes up, insmod doesn't work.
What should I do? Do you have a good idea?