commit | ad4f8eeca8eaa24afb6059c241a2f4baf86378f3 | [log] [tgz] |
---|---|---|
author | Marco Elver <elver@google.com> | Wed Jan 29 16:01:02 2020 +0100 |
committer | Ingo Molnar <mingo@kernel.org> | Sat Mar 21 09:41:29 2020 +0100 |
tree | 21f97518ec07d2b4cb94946b4b7be15a540023e9 | |
parent | f1bc96210c6a6b853b4b2eec808141956e8fbc5d [diff] |
kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY Even with KCSAN_REPORT_VALUE_CHANGE_ONLY, KCSAN still reports data races between reads and watchpointed writes, even if the writes wrote values already present. This commit causes KCSAN to unconditionally skip reporting in this case. 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>