table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ADD_TAINT(9) | Driver Basics | ADD_TAINT(9) |
NAME¶
add_taint -SYNOPSIS¶
void
add_taint(unsigned flag,
enum lockdep_ok lockdep_ok);
ARGUMENTS¶
flagone of the TAINT_* constants.
lockdep_ok
whether lock debugging is still OK.
DESCRIPTION¶
If something bad has gone wrong, you'll want lockdebug_ok = false, but for some notewortht-but-not-corrupting cases, it can be set to true.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |