linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Paul E. McKenney" <paulmck@kernel.org>
To: linux-kernel@vger.kernel.org, kasan-dev@googlegroups.com,
	kernel-team@fb.com, mingo@kernel.org
Cc: elver@google.com, andreyknvl@google.com, glider@google.com,
	dvyukov@google.com, cai@lca.pw, boqun.feng@gmail.com
Subject: [PATCH kcsan 0/4] KCSAN updates for v5.13
Date: Wed, 3 Mar 2021 16:40:22 -0800	[thread overview]
Message-ID: <20210304004022.GA25013@paulmck-ThinkPad-P72> (raw)

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	other threads:[~2021-03-04  1:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210304004022.GA25013@paulmck-ThinkPad-P72 \
    --to=paulmck@kernel.org \
    --cc=andreyknvl@google.com \
    --cc=boqun.feng@gmail.com \
    --cc=cai@lca.pw \
    --cc=dvyukov@google.com \
    --cc=elver@google.com \
    --cc=glider@google.com \
    --cc=kasan-dev@googlegroups.com \
    --cc=kernel-team@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).