Re: [PATCH] module: Issue warnings when tainting kernel

2016-04-12 Thread Rusty Russell
Libor Pechacek writes: > While most of the locations where a kernel taint bit is set are accompanied > with a warning message, there are two which set their bits silently. If > the tainting module gets unloaded later on, it is almost impossible to tell > what was the reason for setting the flag.

[PATCH] module: Issue warnings when tainting kernel

2016-04-11 Thread Libor Pechacek
While most of the locations where a kernel taint bit is set are accompanied with a warning message, there are two which set their bits silently. If the tainting module gets unloaded later on, it is almost impossible to tell what was the reason for setting the flag. Signed-off-by: Libor Pechacek