diff options
author | Marco Elver <elver@google.com> | 2020-01-10 19:48:34 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2020-03-21 09:40:52 +0100 |
commit | 05f9a4067964e3f864210271a6299f13d2eeea55 (patch) | |
tree | fb65a68f2d4d27a7dbfaca1c53e36e89e962381d /samples/bpf/parse_varlen.c | |
parent | 47144eca282189afcf34ef25aee8408c168765d4 (diff) | |
download | linux-05f9a4067964e3f864210271a6299f13d2eeea55.tar.gz linux-05f9a4067964e3f864210271a6299f13d2eeea55.tar.bz2 linux-05f9a4067964e3f864210271a6299f13d2eeea55.zip |
kcsan: Rate-limit reporting per data races
KCSAN data-race reports can occur quite frequently, so much so as
to render the system useless. This commit therefore adds support for
time-based rate-limiting KCSAN reports, with the time interval specified
by a new KCSAN_REPORT_ONCE_IN_MS Kconfig option. The default is 3000
milliseconds, also known as three seconds.
Because KCSAN must detect data races in allocators and in other contexts
where use of allocation is ill-advised, a fixed-size array is used to
buffer reports during each reporting interval. To reduce the number of
reports lost due to array overflow, this commit stores only one instance
of duplicate reports, which has the benefit of further reducing KCSAN's
console output rate.
Reported-by: Qian Cai <cai@lca.pw>
Suggested-by: Paul E. McKenney <paulmck@kernel.org>
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>
Diffstat (limited to 'samples/bpf/parse_varlen.c')
0 files changed, 0 insertions, 0 deletions