From: "Paul E. McKenney" <paulmck@linux.ibm.com>
To: Joe Perches <joe@perches.com>
Cc: rcu@vger.kernel.org, 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: Re: [PATCH tip/core/rcu 0/19] SPDX changes for v5.1
Date: Thu, 7 Feb 2019 05:44:37 -0800 [thread overview]
Message-ID: <20190207134437.GL4240@linux.ibm.com> (raw)
In-Reply-To: <31c137d41ed955b09495241d918edaeae3462525.camel@perches.com>
On Wed, Feb 06, 2019 at 11:29:40AM -0800, Joe Perches wrote:
> On Wed, 2019-02-06 at 05:16 -0800, Paul E. McKenney wrote:
> > Hello!
>
> Hi.
>
> > This series makes SPDX and email-address changes to RCU source files.
>
> .h files are supposed to use /* SPDX-License-Identifier: ... */
>
> Documentation/process/license-rules.rst: C source: // SPDX-License-Identifier: <SPDX License Expression>
> Documentation/process/license-rules.rst: C header: /* SPDX-License-Identifier: <SPDX License Expression> */
> Documentation/process/license-rules.rst: ASM: /* SPDX-License-Identifier: <SPDX License Expression> */
Ah, fixing, will send out a v2. Thank you!
Thanx, Paul
next prev parent reply other threads:[~2019-02-07 13:44 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 [this message]
2019-02-07 14:17 ` [PATCH v2 " Paul E. McKenney
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=20190207134437.GL4240@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=joe@perches.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