From mboxrd@z Thu Jan 1 00:00:00 1970 From: joel at joelfernandes.org (Joel Fernandes) Date: Sun, 23 Jun 2019 19:39:27 -0400 Subject: [Linux-kernel-mentees] [PATCH v2 0/7] Documentation: RCU: Convert to In-Reply-To: <20190623081413.7095-1-c0d1n61at3@gmail.com> References: <20190622090046.178d9d16@lwn.net> <20190623081413.7095-1-c0d1n61at3@gmail.com> Message-ID: <20190623233927.GA139216@google.com> List-Id: Hello Jiunn, Nice to see the kernel mentees project in action! (I actually did not know about this project before this posting). I replied to your patches. Once you address the small nits I suggested, please feel free to add my Reviewed-by tag to your patches: Reviewed-by: Joel Fernandes (Google) If you are interested in RCU, I have some listRCU hardening improvements I am working on and would be nice to work together with you on that (only if you are interested). On Sun, Jun 23, 2019 at 03:14:06AM -0500, Jiunn Chang wrote: > This patch series is the initial conversion of the RCU documentation > section. I think you still did not CC rcu at vger.kernel.org . It would be nice if you could do that. I think Paul also suggested that in your v1. thanks! - Joel > > [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 > > [PATCH 1/3] Documentation: RCU: Convert RCU basic concepts to ReST > - Convert RCU basic concepts and add TOC tree hook. > [PATCH 2/3] Documentation: RCU: Convert RCU linked list to ReST > - Convert RCU linked list and add TOC tree hook. > [PATCH 3/3] Documentation: RCU: Convert RCU UP systems to ReST > - Convert RCU UP systems and add TOC tree hook. > > >8-----------------------------------------------------------------8< > > Jiunn Chang (7): > Documentation: RCU: Convert RCU basic concepts to ReST > Documentation: RCU: Rename RCU basic concepts to ReST > Documentation: RCU: Convert RCU linked list to ReST > Documentation: RCU: Rename RCU linked list to ReST > Documentation: RCU: Convert RCU UP systems to ReST > Documentation: RCU: Rename RCU UP systems to ReST > Documentation: RCU: Add links to rcu.rst > > Documentation/RCU/index.rst | 19 ++++ > .../RCU/{listRCU.txt => list_rcu.rst} | 33 ++++--- > Documentation/RCU/rcu.rst | 91 +++++++++++++++++++ > Documentation/RCU/rcu.txt | 89 ------------------ > Documentation/RCU/{UP.txt => up_rcu.rst} | 27 +++--- > 5 files changed, 143 insertions(+), 116 deletions(-) > create mode 100644 Documentation/RCU/index.rst > rename Documentation/RCU/{listRCU.txt => list_rcu.rst} (93%) > create mode 100644 Documentation/RCU/rcu.rst > delete mode 100644 Documentation/RCU/rcu.txt > rename Documentation/RCU/{UP.txt => up_rcu.rst} (89%) > > -- > 2.22.0 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: joel@joelfernandes.org (Joel Fernandes) Date: Sun, 23 Jun 2019 19:39:27 -0400 Subject: [Linux-kernel-mentees] [PATCH v2 0/7] Documentation: RCU: Convert to In-Reply-To: <20190623081413.7095-1-c0d1n61at3@gmail.com> References: <20190622090046.178d9d16@lwn.net> <20190623081413.7095-1-c0d1n61at3@gmail.com> Message-ID: <20190623233927.GA139216@google.com> List-Id: Content-Type: text/plain; charset="UTF-8" Message-ID: <20190623233927.qyeknE4RKoI5XiujeXa93UGjYHMPs9QQAd26_w3YOcI@z> Hello Jiunn, Nice to see the kernel mentees project in action! (I actually did not know about this project before this posting). I replied to your patches. Once you address the small nits I suggested, please feel free to add my Reviewed-by tag to your patches: Reviewed-by: Joel Fernandes (Google) If you are interested in RCU, I have some listRCU hardening improvements I am working on and would be nice to work together with you on that (only if you are interested). On Sun, Jun 23, 2019 at 03:14:06AM -0500, Jiunn Chang wrote: > This patch series is the initial conversion of the RCU documentation > section. I think you still did not CC rcu at vger.kernel.org . It would be nice if you could do that. I think Paul also suggested that in your v1. thanks! - Joel > > [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 > > [PATCH 1/3] Documentation: RCU: Convert RCU basic concepts to ReST > - Convert RCU basic concepts and add TOC tree hook. > [PATCH 2/3] Documentation: RCU: Convert RCU linked list to ReST > - Convert RCU linked list and add TOC tree hook. > [PATCH 3/3] Documentation: RCU: Convert RCU UP systems to ReST > - Convert RCU UP systems and add TOC tree hook. > > >8-----------------------------------------------------------------8< > > Jiunn Chang (7): > Documentation: RCU: Convert RCU basic concepts to ReST > Documentation: RCU: Rename RCU basic concepts to ReST > Documentation: RCU: Convert RCU linked list to ReST > Documentation: RCU: Rename RCU linked list to ReST > Documentation: RCU: Convert RCU UP systems to ReST > Documentation: RCU: Rename RCU UP systems to ReST > Documentation: RCU: Add links to rcu.rst > > Documentation/RCU/index.rst | 19 ++++ > .../RCU/{listRCU.txt => list_rcu.rst} | 33 ++++--- > Documentation/RCU/rcu.rst | 91 +++++++++++++++++++ > Documentation/RCU/rcu.txt | 89 ------------------ > Documentation/RCU/{UP.txt => up_rcu.rst} | 27 +++--- > 5 files changed, 143 insertions(+), 116 deletions(-) > create mode 100644 Documentation/RCU/index.rst > rename Documentation/RCU/{listRCU.txt => list_rcu.rst} (93%) > create mode 100644 Documentation/RCU/rcu.rst > delete mode 100644 Documentation/RCU/rcu.txt > rename Documentation/RCU/{UP.txt => up_rcu.rst} (89%) > > -- > 2.22.0 >