diff options
author | Marco Elver <elver@google.com> | 2020-02-07 19:59:10 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-03-21 09:43:35 +0100 |
commit | 80d4c4775216602ccdc9e761ce251c8451d0c6ca (patch) | |
tree | d3dac351e3d2dfb461f26bb96c304e8895c5ebbf /include/linux/compiler.h | |
parent | a312013578e4775003689e31c1f487df11f362a3 (diff) | |
download | linux-80d4c4775216602ccdc9e761ce251c8451d0c6ca.tar.gz linux-80d4c4775216602ccdc9e761ce251c8451d0c6ca.tar.bz2 linux-80d4c4775216602ccdc9e761ce251c8451d0c6ca.zip |
kcsan: Expose core configuration parameters as module params
This adds early_boot, udelay_{task,interrupt}, and skip_watch as module
params. The latter parameters are useful to modify at runtime to tune
KCSAN's performance on new systems. This will also permit auto-tuning
these parameters to maximize overall system performance and KCSAN's race
detection ability.
None of the parameters are used in the fast-path and referring to them
via static variables instead of CONFIG constants will not affect
performance.
Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Qian Cai <cai@lca.pw>
Diffstat (limited to 'include/linux/compiler.h')
0 files changed, 0 insertions, 0 deletions