Scroll to navigation

ADD_TAINT(9) Driver Basics ADD_TAINT(9)

NAME

add_taint -

SYNOPSIS

void add_taint(unsigned flag, enum lockdep_ok lockdep_ok);

ARGUMENTS

flag
one 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

May 2018 Kernel Hackers Manual 3.16