]> git.baikalelectronics.ru Git - kernel.git/commit
module: add module taint on ndiswrapper
authorJon Masters <jonathan@jonmasters.org>
Mon, 21 Jan 2008 20:43:41 +0000 (20:43 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 29 Jan 2008 06:13:26 +0000 (17:13 +1100)
commit89ea0bb0d086efb02eb021b6442077c393f6b69e
treeabce9de5d47992e5ccdfd052df022374d99f81a1
parentccd38a1c16adb6cc8e31186bcb12bda09dbafe6d
module: add module taint on ndiswrapper

The struct module taints member is supposed to store per-module taint
data. The kernel knows about certain specific external modules that will
taint the kernel, such as ndiswrapper. Use of ndiswrapper possibly
should set the per-module taint in addition to the global kernel
taint flag, unless we're arguing not because wrapper module itself
is not what actually causes the kernel to be tainted as such?

Signed-off-by: Jon Masters <jcm@jonmasters.org>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c