Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-24 | kcsan: Use pr_fmt for consistency | Marco Elver | |
Use the same pr_fmt throughout for consistency. [ The only exception is report.c, where the format must be kept precisely as-is. ] Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> | |||
2020-06-29 | kcsan: Rename test.c to selftest.c | Marco Elver | |
Rename 'test.c' to 'selftest.c' to better reflect its purpose (Kconfig variable and code inside already match this). This is to avoid confusion with the test suite module in 'kcsan-test.c'. No functional change. Signed-off-by: Marco Elver <elver@google.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org> |