Hello!

This series contains KCSAN updates:

1.      kcsan, debugfs: Move debugfs file creation out of early init,
        courtesy of Marco Elver.

2.      Make test follow KUnit style recommendations, courtesy of
        Marco Elver.

3.      Switch to KUNIT_CASE_PARAM for parameterized tests, courtesy of
        Marco Elver.

4.      Add missing license and copyright headers, courtesy of Marco
        Elver.

                                                Thanx, Paul

------------------------------------------------------------------------

 Documentation/dev-tools/kcsan.rst |    3 
 include/linux/kcsan-checks.h      |    6 +
 include/linux/kcsan.h             |    7 ++
 kernel/kcsan/Makefile             |    4 -
 kernel/kcsan/atomic.h             |    5 +
 kernel/kcsan/core.c               |    7 +-
 kernel/kcsan/debugfs.c            |    9 ++
 kernel/kcsan/encoding.h           |    5 +
 kernel/kcsan/kcsan.h              |    8 --
 kernel/kcsan/kcsan_test.c         |  118 +++++++++++++++++---------------------
 kernel/kcsan/report.c             |    5 +
 kernel/kcsan/selftest.c           |    5 +
 lib/Kconfig.kcsan                 |    5 -
 13 files changed, 111 insertions(+), 76 deletions(-)

Reply via email to