Un-taint kernel

How would you blacklist the offending modules to “un-taint” the Kernel, and then make a bug report? I know how to send a bug in but the files are prepared for us?

1 Like

I have moved your post into a new topic, the original topic was created almost 4 years ago.

So, you are seeing the kernel taint message somewhere? Are you running nvidia drivers? can you please share the output of dmesg | grep -i taint? If you load nvidia drivers, I think the kernel automatically reports to be tainted because the nvidia driver is out of tree no matter what.

Further reading on what tainted kernel means: Tainted kernels — The Linux Kernel documentation
Here is a link to a script to find out what taints your kernel: My kernel has been "corrupted"/tainted - #4 by augenauf