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 v2 tip/core/rcu 0/19] SPDX changes for v5.1
Date: Thu, 7 Feb 2019 06:17:00 -0800 [thread overview]
Message-ID: <20190207141700.GA11106@linux.ibm.com> (raw)
In-Reply-To: <20190206131614.GA17320@linux.ibm.com>
Hello!
This is v2 of the series that makes SPDX and email-address changes to
RCU source files.
Changes since v1:
o Apply SPDX comment format feedback for .h files from Joe Perches.
Thanx, Paul
------------------------------------------------------------------------
include/linux/rcu_node_tree.h | 17 ++---------------
include/linux/rcu_segcblist.h | 17 ++---------------
include/linux/rcu_sync.h | 15 +--------------
include/linux/rcupdate.h | 17 ++---------------
include/linux/rcutiny.h | 17 ++---------------
include/linux/rcutree.h | 19 +++----------------
include/linux/srcu.h | 17 ++---------------
include/linux/srcutiny.h | 17 ++---------------
include/linux/srcutree.h | 17 ++---------------
include/linux/torture.h | 17 ++---------------
kernel/locking/locktorture.c | 19 +++----------------
kernel/rcu/rcu.h | 17 ++---------------
kernel/rcu/rcu_segcblist.c | 17 ++---------------
kernel/rcu/rcu_segcblist.h | 17 ++---------------
kernel/rcu/rcuperf.c | 19 +++----------------
kernel/rcu/rcutorture.c | 19 +++----------------
kernel/rcu/srcutiny.c | 17 ++---------------
kernel/rcu/srcutree.c | 17 ++---------------
kernel/rcu/sync.c | 15 +--------------
kernel/rcu/tiny.c | 17 ++---------------
kernel/rcu/tree.c | 19 +++----------------
kernel/rcu/tree.h | 17 ++---------------
kernel/rcu/tree_exp.h | 17 ++---------------
kernel/rcu/tree_plugin.h | 17 ++---------------
kernel/rcu/update.c | 17 ++---------------
kernel/torture.c | 19 +++----------------
26 files changed, 56 insertions(+), 394 deletions(-)
next prev parent reply other threads:[~2019-02-07 14:23 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-06 13:16 [PATCH tip/core/rcu 0/19] SPDX changes for v5.1 Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 01/19] rcu/rcu.h: Convert to SPDX license identifier Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 02/19] rcu/rcuperf: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 03/19] rcu/rcu_segcblist: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 04/19] rcu/rcutorture: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 05/19] rcu/srcu: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 06/19] rcu/sync: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 07/19] rcu/tiny: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 08/19] rcu/tree: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 09/19] rcu/update: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 10/19] linux/rcu_node_tree: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 11/19] linux/rcupdate: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 12/19] linux/rcu_segcblist: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 13/19] linux/rcu_sync: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 14/19] linux/rcutiny: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 15/19] linux/rcutree: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 16/19] linux/srcu: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 17/19] torture: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 18/19] linux/torture: " Paul E. McKenney
2019-02-06 13:16 ` [PATCH tip/core/rcu 19/19] locking/locktorture: " Paul E. McKenney
2019-02-06 19:29 ` [PATCH tip/core/rcu 0/19] SPDX changes for v5.1 Joe Perches
2019-02-07 13:44 ` Paul E. McKenney
2019-02-07 14:17 ` Paul E. McKenney [this message]
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 01/19] rcu/rcu.h: Convert to SPDX license identifier Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 02/19] rcu/rcuperf: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 03/19] rcu/rcu_segcblist: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 04/19] rcu/rcutorture: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 05/19] rcu/srcu: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 06/19] rcu/sync: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 07/19] rcu/tiny: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 08/19] rcu/tree: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 09/19] rcu/update: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 10/19] linux/rcu_node_tree: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 11/19] linux/rcupdate: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 12/19] linux/rcu_segcblist: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 13/19] linux/rcu_sync: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 14/19] linux/rcutiny: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 15/19] linux/rcutree: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 16/19] linux/srcu: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 17/19] torture: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 18/19] linux/torture: " Paul E. McKenney
2019-02-07 14:18 ` [PATCH v2 tip/core/rcu 19/19] locking/locktorture: " Paul E. McKenney
2019-02-09 7:47 ` [PATCH tip/core/rcu 0/19] SPDX changes for v5.1 Thomas Gleixner
2019-02-09 16:53 ` 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=20190207141700.GA11106@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