1ADD_TAINT(9)                     Driver Basics                    ADD_TAINT(9)
2
3
4

NAME

6       add_taint -
7

SYNOPSIS

9       void add_taint(unsigned flag, enum lockdep_ok lockdep_ok);
10

ARGUMENTS

12       flag
13           one of the TAINT_* constants.
14
15       lockdep_ok
16           whether lock debugging is still OK.
17

DESCRIPTION

19       If something bad has gone wrong, you'll want lockdebug_ok = false, but
20       for some notewortht-but-not-corrupting cases, it can be set to true.
21
23Kernel Hackers Manual 3.10         June 2019                      ADD_TAINT(9)
Impressum