All of lore.kernel.org
 help / color / mirror / Atom feed
From: corbet at lwn.net (Jonathan Corbet)
Subject: [Linux-kernel-mentees] [PATCH v2 0/7] Documentation: RCU: Convert to
Date: Sun, 23 Jun 2019 18:39:02 -0600	[thread overview]
Message-ID: <20190623183902.71196f2a@lwn.net> (raw)
In-Reply-To: <20190623081413.7095-1-c0d1n61at3@gmail.com>

On Sun, 23 Jun 2019 03:14:06 -0500
Jiunn Chang <c0d1n61at3 at gmail.com> wrote:

> This patch series is the initial conversion of the RCU documentation
> section.
> 
> [PATCH v2 0/7] Documentation: RCU: Convert the following to ReST
> [PATCH v2 1/7] Documentation: RCU: Convert RCU basic concepts to ReST
> 	- ReST markup and TOC tree hook.
> [PATCH v2 2/7] Documentation: RCU: Rename RCU basic concepts to ReST
> 	- Rename RCU basic concepts txt file to rst.
> [PATCH v2 3/7] Documentation: RCU: Convert RCU linked list to ReST
> 	- ReST markup and TOC tree hook.
> [PATCH v2 4/7] Documentation: RCU: Rename RCU linked list to ReST
> 	- Rename RCU linked list txt file to rst.
> [PATCH v2 5/7] Documentation: RCU: Convert RCU UP systems to ReST
> 	- ReST markup and TOC tree hook.
> [PATCH v2 6/7] Documentation: RCU: Rename RCU UP systems to ReST
> 	- Rename RCU UP systems txt file to rst.
> [PATCH v2 6/7] Documentation: RCU: Add links to rcu.rst
> 	- Add the following links to rcu.rst:
> 		list_rcu
> 		up_rcu

Thanks for working on this, we're getting closer.  That said, I have some
overall comments again:

 - Thanks for including a cover letter, but there should be a bit more
   than a list of patches there.  Put in a paragraph saying what the
   series as a whole is for; if somebody reads the cover letter and
   nothing else, they should know what you're up to.

 - The cover letter should also say what has changed since the previous
   posting.

 - Copying the relevant mailing lists really isn't optional, so I'll ask
   you again to do that.  Most maintainers won't accept patches that have
   not been posted to the appropriate public list(s)

 - Please thread your patches as replies to the cover letter, so they all
   stay together.  "git send-email" will do that nicely for you.

 - You have a couple of Reviewed-by tags from Joel now; be sure to add
   those before the next posting.

 - Thanks for splitting out the renames - do you see how that makes it
   easier to see what has actually changed in the files?  That said, you
   could easily and appropriately do all of the renames in a single
   commit.

Thanks,

jon

WARNING: multiple messages have this Message-ID (diff)
From: corbet@lwn.net (Jonathan Corbet)
Subject: [Linux-kernel-mentees] [PATCH v2 0/7] Documentation: RCU: Convert to
Date: Sun, 23 Jun 2019 18:39:02 -0600	[thread overview]
Message-ID: <20190623183902.71196f2a@lwn.net> (raw)
Message-ID: <20190624003902.dTbCbIQXoXmwNO8n1Fwn_3LExFoKrRNwZd21TjUJ9Y0@z> (raw)
In-Reply-To: <20190623081413.7095-1-c0d1n61at3@gmail.com>

On Sun, 23 Jun 2019 03:14:06 -0500
Jiunn Chang <c0d1n61at3 at gmail.com> wrote:

> This patch series is the initial conversion of the RCU documentation
> section.
> 
> [PATCH v2 0/7] Documentation: RCU: Convert the following to ReST
> [PATCH v2 1/7] Documentation: RCU: Convert RCU basic concepts to ReST
> 	- ReST markup and TOC tree hook.
> [PATCH v2 2/7] Documentation: RCU: Rename RCU basic concepts to ReST
> 	- Rename RCU basic concepts txt file to rst.
> [PATCH v2 3/7] Documentation: RCU: Convert RCU linked list to ReST
> 	- ReST markup and TOC tree hook.
> [PATCH v2 4/7] Documentation: RCU: Rename RCU linked list to ReST
> 	- Rename RCU linked list txt file to rst.
> [PATCH v2 5/7] Documentation: RCU: Convert RCU UP systems to ReST
> 	- ReST markup and TOC tree hook.
> [PATCH v2 6/7] Documentation: RCU: Rename RCU UP systems to ReST
> 	- Rename RCU UP systems txt file to rst.
> [PATCH v2 6/7] Documentation: RCU: Add links to rcu.rst
> 	- Add the following links to rcu.rst:
> 		list_rcu
> 		up_rcu

Thanks for working on this, we're getting closer.  That said, I have some
overall comments again:

 - Thanks for including a cover letter, but there should be a bit more
   than a list of patches there.  Put in a paragraph saying what the
   series as a whole is for; if somebody reads the cover letter and
   nothing else, they should know what you're up to.

 - The cover letter should also say what has changed since the previous
   posting.

 - Copying the relevant mailing lists really isn't optional, so I'll ask
   you again to do that.  Most maintainers won't accept patches that have
   not been posted to the appropriate public list(s)

 - Please thread your patches as replies to the cover letter, so they all
   stay together.  "git send-email" will do that nicely for you.

 - You have a couple of Reviewed-by tags from Joel now; be sure to add
   those before the next posting.

 - Thanks for splitting out the renames - do you see how that makes it
   easier to see what has actually changed in the files?  That said, you
   could easily and appropriately do all of the renames in a single
   commit.

Thanks,

jon

  parent reply	other threads:[~2019-06-24  0:39 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-22  7:02 [Linux-kernel-mentees] [PATCH 2/3] Documentation: RCU: Convert RCU linked list to ReST c0d1n61at3
2019-06-22  7:02 ` Jiunn Chang
2019-06-22 15:00 ` corbet
2019-06-22 15:00   ` Jonathan Corbet
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 0/7] Documentation: RCU: Convert to c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23 23:39     ` joel
2019-06-23 23:39       ` Joel Fernandes
2019-06-24  0:39     ` corbet [this message]
2019-06-24  0:39       ` Jonathan Corbet
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 0/6] Documentation: RCU: Convert to reST Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-26 19:12       ` [Linux-kernel-mentees][PATCH v4 0/5] " Jiunn Chang
2019-06-26 19:12         ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 19:12         ` c0d1n61at3
2019-06-26 20:07         ` [Linux-kernel-mentees][PATCH v5 " Jiunn Chang
2019-06-26 20:07           ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 20:07           ` c0d1n61at3
2019-06-26 20:07         ` [Linux-kernel-mentees][PATCH v5 1/5] Documentation: RCU: Convert RCU basic concepts " Jiunn Chang
2019-06-26 20:07           ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 20:07           ` c0d1n61at3
2019-06-27 14:34           ` [Linux-kernel-mentees][PATCH " Jonathan Corbet
2019-06-27 14:34             ` [Linux-kernel-mentees] [PATCH " Jonathan Corbet
2019-06-27 14:34             ` corbet
2019-06-27 15:13             ` [Linux-kernel-mentees][PATCH " Steven Rostedt
2019-06-27 15:13               ` [Linux-kernel-mentees] [PATCH " Steven Rostedt
2019-06-27 15:13               ` rostedt
2019-06-27 16:48               ` [Linux-kernel-mentees][PATCH " Shuah Khan
2019-06-27 16:48                 ` [Linux-kernel-mentees] [PATCH " Shuah Khan
2019-06-27 16:48                 ` skhan
2019-06-27 16:26             ` [Linux-kernel-mentees][PATCH " Paul E. McKenney
2019-06-27 16:26               ` [Linux-kernel-mentees] [PATCH " Paul E. McKenney
2019-06-27 16:26               ` paulmck
2019-06-27 16:47             ` [Linux-kernel-mentees][PATCH " Jiunn Chang
2019-06-27 16:47               ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-27 16:47               ` c0d1n61at3
2019-06-26 20:07         ` [Linux-kernel-mentees][PATCH v5 2/5] Documentation: RCU: Convert RCU linked list " Jiunn Chang
2019-06-26 20:07           ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 20:07           ` c0d1n61at3
2019-06-26 20:07         ` [Linux-kernel-mentees][PATCH v5 3/5] Documentation: RCU: Convert RCU UP systems " Jiunn Chang
2019-06-26 20:07           ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 20:07           ` c0d1n61at3
2019-06-26 20:07         ` [Linux-kernel-mentees][PATCH v5 4/5] Documentation: RCU: Rename txt files to rst Jiunn Chang
2019-06-26 20:07           ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 20:07           ` c0d1n61at3
2019-06-26 20:07         ` [Linux-kernel-mentees][PATCH v5 5/5] Documentation: RCU: Add TOC tree hooks Jiunn Chang
2019-06-26 20:07           ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 20:07           ` c0d1n61at3
2019-06-26 19:12       ` [Linux-kernel-mentees][PATCH v4 1/5] Documentation: RCU: Convert RCU basic concepts to reST Jiunn Chang
2019-06-26 19:12         ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 19:12         ` c0d1n61at3
2019-06-26 19:12       ` [Linux-kernel-mentees][PATCH v4 2/5] Documentation: RCU: Convert RCU linked list " Jiunn Chang
2019-06-26 19:12         ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 19:12         ` c0d1n61at3
2019-06-26 19:12       ` [Linux-kernel-mentees][PATCH v4 3/5] Documentation: RCU: Convert RCU UP systems " Jiunn Chang
2019-06-26 19:12         ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 19:12         ` c0d1n61at3
2019-06-26 19:12       ` [Linux-kernel-mentees][PATCH v4 4/5] Documentation: RCU: Rename txt files to rst Jiunn Chang
2019-06-26 19:12         ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 19:12         ` c0d1n61at3
2019-06-26 19:12       ` [Linux-kernel-mentees][PATCH v4 5/5] Documentation: RCU: Add TOC tree hooks Jiunn Chang
2019-06-26 19:12         ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-26 19:12         ` c0d1n61at3
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 1/6] Documentation: RCU: Convert RCU basic concepts to reST Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 2/6] Documentation: RCU: Convert RCU linked list " Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 3/6] Documentation: RCU: Convert RCU UP systems " Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-25 16:03       ` [Linux-kernel-mentees][PATCH " Paul E. McKenney
2019-06-25 16:03         ` [Linux-kernel-mentees] [PATCH " Paul E. McKenney
2019-06-25 16:03         ` paulmck
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 4/6] Documentation: RCU: Rename txt files to rst Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 5/6] Documentation: RCU: Add links to rcu.rst Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-25 15:56       ` [Linux-kernel-mentees][PATCH " Paul E. McKenney
2019-06-25 15:56         ` [Linux-kernel-mentees] [PATCH " Paul E. McKenney
2019-06-25 15:56         ` paulmck
2019-06-25 21:01         ` [Linux-kernel-mentees][PATCH " Jonathan Corbet
2019-06-25 21:01           ` [Linux-kernel-mentees] [PATCH " Jonathan Corbet
2019-06-25 21:01           ` corbet
2019-06-25 21:17           ` [Linux-kernel-mentees][PATCH " Paul E. McKenney
2019-06-25 21:17             ` [Linux-kernel-mentees] [PATCH " Paul E. McKenney
2019-06-25 21:17             ` paulmck
2019-06-25 21:40             ` [Linux-kernel-mentees][PATCH " Jonathan Corbet
2019-06-25 21:40               ` [Linux-kernel-mentees] [PATCH " Jonathan Corbet
2019-06-25 21:40               ` corbet
2019-06-25 21:45               ` [Linux-kernel-mentees][PATCH " Paul E. McKenney
2019-06-25 21:45                 ` [Linux-kernel-mentees] [PATCH " Paul E. McKenney
2019-06-25 21:45                 ` paulmck
2019-06-25  6:26     ` [Linux-kernel-mentees][PATCH v3 6/6] Documentation: RCU: Add TOC tree hooks Jiunn Chang
2019-06-25  6:26       ` [Linux-kernel-mentees] [PATCH " Jiunn Chang
2019-06-25  6:26       ` c0d1n61at3
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 1/7] Documentation: RCU: Convert RCU basic concepts to ReST c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23 23:34     ` joel
2019-06-23 23:34       ` Joel Fernandes
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 2/7] Documentation: RCU: Rename " c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 3/7] Documentation: RCU: Convert RCU linked list " c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23 23:31     ` joel
2019-06-23 23:31       ` Joel Fernandes
2019-06-24  0:43     ` corbet
2019-06-24  0:43       ` Jonathan Corbet
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 4/7] Documentation: RCU: Rename " c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 5/7] Documentation: RCU: Convert RCU UP systems " c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23 23:27     ` joel
2019-06-23 23:27       ` Joel Fernandes
2019-06-24  0:45     ` corbet
2019-06-24  0:45       ` Jonathan Corbet
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 6/7] Documentation: RCU: Rename " c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang
2019-06-23  8:14   ` [Linux-kernel-mentees] [PATCH v2 7/7] Documentation: RCU: Add links to rcu.rst c0d1n61at3
2019-06-23  8:14     ` Jiunn Chang

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=20190623183902.71196f2a@lwn.net \
    --to=unknown@example.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.