From: "Paul E. McKenney" <paulmck@linux.ibm.com>
To: rcu@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, mingo@kernel.org,
jiangshanlai@gmail.com, dipankar@in.ibm.com,
akpm@linux-foundation.org, mathieu.desnoyers@efficios.com,
josh@joshtriplett.org, tglx@linutronix.de, peterz@infradead.org,
rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com,
fweisbec@gmail.com, oleg@redhat.com, joel@joelfernandes.org
Subject: [PATCH tip/core/rcu 0/9] Torture-test updates for v5.2
Date: Tue, 26 Mar 2019 16:30:54 -0700 [thread overview]
Message-ID: <20190326233054.GA21523@linux.ibm.com> (raw)
Hello!
This series contains torture-test updates:
1. Don't try to offline the last CPU.
2. Convert rcutorture scripting to SPDX license identifier.
3. Make rcutorture_extend_mask() comment match the code.
4. Remove ->ext_irq_conflict field.
5. Fix expected forward progress duration in OOM notifier, courtesy
of Neeraj Upadhyay.
6. Fix cleanup path for invalid torture_type strings.
7. Fix cleanup path for invalid perf_type strings.
8. NULL cxt.lwsa and cxt.lrsa to allow locktorture bad-arg detection.
9. Suppress false-positive CONFIG_INITRAMFS_SOURCE complaint.
Thanx, Paul
------------------------------------------------------------------------
kernel/locking/locktorture.c | 2 +
kernel/rcu/rcuperf.c | 5 ++
kernel/rcu/rcutorture.c | 14 +++----
kernel/torture.c | 2 +
tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/config_override.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/configcheck.sh | 19 ++--------
tools/testing/selftests/rcutorture/bin/configinit.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/cpus2use.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/functions.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/jitter.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-build.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-find-errors.sh | 5 ++
tools/testing/selftests/rcutorture/bin/kvm-recheck-lock.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcu.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuperf-ftrace.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-recheck-rcuperf.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-recheck.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm-test-1-run.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/kvm.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/mkinitrd.sh | 15 -------
tools/testing/selftests/rcutorture/bin/parse-build.sh | 17 +-------
tools/testing/selftests/rcutorture/bin/parse-console.sh | 17 +-------
tools/testing/selftests/rcutorture/configs/lock/ver_functions.sh | 17 +-------
tools/testing/selftests/rcutorture/configs/rcu/ver_functions.sh | 17 +-------
tools/testing/selftests/rcutorture/configs/rcuperf/ver_functions.sh | 17 +-------
26 files changed, 64 insertions(+), 321 deletions(-)
next reply other threads:[~2019-03-26 23:31 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-26 23:30 Paul E. McKenney [this message]
2019-03-26 23:31 ` [PATCH tip/core/rcu 1/9] torture: Don't try to offline the last CPU Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 2/9] tools/.../rcutorture: Convert to SPDX license identifier Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 3/9] rcutorture: Make rcutorture_extend_mask() comment match the code Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 4/9] rcutorture: Remove ->ext_irq_conflict field Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 5/9] rcutorture: Fix expected forward progress duration in OOM notifier Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 6/9] rcutorture: Fix cleanup path for invalid torture_type strings Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 7/9] rcuperf: Fix cleanup path for invalid perf_type strings Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 8/9] locktorture: NULL cxt.lwsa and cxt.lrsa to allow bad-arg detection Paul E. McKenney
2019-03-26 23:31 ` [PATCH tip/core/rcu 9/9] torture: Suppress false-positive CONFIG_INITRAMFS_SOURCE complaint Paul E. McKenney
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=20190326233054.GA21523@linux.ibm.com \
--to=paulmck@linux.ibm.com \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=dipankar@in.ibm.com \
--cc=edumazet@google.com \
--cc=fweisbec@gmail.com \
--cc=jiangshanlai@gmail.com \
--cc=joel@joelfernandes.org \
--cc=josh@joshtriplett.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mathieu.desnoyers@efficios.com \
--cc=mingo@kernel.org \
--cc=oleg@redhat.com \
--cc=peterz@infradead.org \
--cc=rcu@vger.kernel.org \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/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