This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Disabling lock debugging due to kernel taint

When I load driver module with the command "insmod",I get the following message:

root@am335x-evm:/usr# insmod am335x_gpio.ko
Disabling lock debugging due to kernel taint

The Linux version I am using is Linux 3.2 and My driver is GPL licensed? What is the kernel taint?

Is it unsafe?