1ADD_TAINT(9) Driver Basics ADD_TAINT(9)
23
4
NAME
6add_taint -
7
SYNOPSIS
9void add_taint(unsigned flag, enum lockdep_ok lockdep_ok);
10
ARGUMENTS
12flag
13one of the TAINT_* constants.
1415
lockdep_ok
16whether lock debugging is still OK.
17
DESCRIPTION
19If something bad has gone wrong, you'll want lockdebug_ok = false, but
20for some notewortht-but-not-corrupting cases, it can be set to true.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 ADD_TAINT(9)