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?