All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc/rcu: Update LWN articles at the beginning
@ 2022-08-20  8:32 Shao-Tse Hung
  2022-08-20 13:05 ` Bagas Sanjaya
  2022-08-22 16:44 ` Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Shao-Tse Hung @ 2022-08-20  8:32 UTC (permalink / raw)
  To: corbet, paulmck
  Cc: frederic, quic_neeraju, josh, rostedt, mathieu.desnoyers,
	jiangshanlai, joel, rcu, linux-doc, linux-kernel, Shao-Tse Hung

This patch adds LWN articles about RCU APIs which were released in 2019.
Also, HTTP URLs are replaced by HTTPS.

Signed-off-by: Shao-Tse Hung <ccs100203@gmail.com>
---
 Documentation/RCU/whatisRCU.rst | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst
index 77ea260efd12..682529123b9d 100644
--- a/Documentation/RCU/whatisRCU.rst
+++ b/Documentation/RCU/whatisRCU.rst
@@ -6,13 +6,15 @@ What is RCU?  --  "Read, Copy, Update"
 Please note that the "What is RCU?" LWN series is an excellent place
 to start learning about RCU:
 
-| 1.	What is RCU, Fundamentally?  http://lwn.net/Articles/262464/
-| 2.	What is RCU? Part 2: Usage   http://lwn.net/Articles/263130/
-| 3.	RCU part 3: the RCU API      http://lwn.net/Articles/264090/
-| 4.	The RCU API, 2010 Edition    http://lwn.net/Articles/418853/
-| 	2010 Big API Table           http://lwn.net/Articles/419086/
-| 5.	The RCU API, 2014 Edition    http://lwn.net/Articles/609904/
-|	2014 Big API Table           http://lwn.net/Articles/609973/
+| 1.	What is RCU, Fundamentally?  https://lwn.net/Articles/262464/
+| 2.	What is RCU? Part 2: Usage   https://lwn.net/Articles/263130/
+| 3.	RCU part 3: the RCU API      https://lwn.net/Articles/264090/
+| 4.	The RCU API, 2010 Edition    https://lwn.net/Articles/418853/
+| 	2010 Big API Table           https://lwn.net/Articles/419086/
+| 5.	The RCU API, 2014 Edition    https://lwn.net/Articles/609904/
+|	2014 Big API Table           https://lwn.net/Articles/609973/
+| 6.	The RCU API, 2019 Edition    https://lwn.net/Articles/777036/
+|	2019 Big API Table           https://lwn.net/Articles/777165/
 
 
 What is RCU?
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc/rcu: Update LWN articles at the beginning
  2022-08-20  8:32 [PATCH] doc/rcu: Update LWN articles at the beginning Shao-Tse Hung
@ 2022-08-20 13:05 ` Bagas Sanjaya
  2022-08-22 16:44 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Bagas Sanjaya @ 2022-08-20 13:05 UTC (permalink / raw)
  To: Shao-Tse Hung, corbet, paulmck
  Cc: frederic, quic_neeraju, josh, rostedt, mathieu.desnoyers,
	jiangshanlai, joel, rcu, linux-doc, linux-kernel

On 8/20/22 15:32, Shao-Tse Hung wrote:
> This patch adds LWN articles about RCU APIs which were released in 2019.
> Also, HTTP URLs are replaced by HTTPS.
> 

Please write patch description in imperative mood (say "Add 2019 edition
of RCU API documentation and use HTTPS links." instead).

> -| 1.	What is RCU, Fundamentally?  http://lwn.net/Articles/262464/
> -| 2.	What is RCU? Part 2: Usage   http://lwn.net/Articles/263130/
> -| 3.	RCU part 3: the RCU API      http://lwn.net/Articles/264090/
> -| 4.	The RCU API, 2010 Edition    http://lwn.net/Articles/418853/
> -| 	2010 Big API Table           http://lwn.net/Articles/419086/
> -| 5.	The RCU API, 2014 Edition    http://lwn.net/Articles/609904/
> -|	2014 Big API Table           http://lwn.net/Articles/609973/
> +| 1.	What is RCU, Fundamentally?  https://lwn.net/Articles/262464/
> +| 2.	What is RCU? Part 2: Usage   https://lwn.net/Articles/263130/
> +| 3.	RCU part 3: the RCU API      https://lwn.net/Articles/264090/
> +| 4.	The RCU API, 2010 Edition    https://lwn.net/Articles/418853/
> +| 	2010 Big API Table           https://lwn.net/Articles/419086/
> +| 5.	The RCU API, 2014 Edition    https://lwn.net/Articles/609904/
> +|	2014 Big API Table           https://lwn.net/Articles/609973/
> +| 6.	The RCU API, 2019 Edition    https://lwn.net/Articles/777036/
> +|	2019 Big API Table           https://lwn.net/Articles/777165/
>  

I don't think line blocks are necessary for lists. Instead, use nested
list. Why? Big API entry should be as sublist.

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] doc/rcu: Update LWN articles at the beginning
  2022-08-20  8:32 [PATCH] doc/rcu: Update LWN articles at the beginning Shao-Tse Hung
  2022-08-20 13:05 ` Bagas Sanjaya
@ 2022-08-22 16:44 ` Paul E. McKenney
  1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2022-08-22 16:44 UTC (permalink / raw)
  To: Shao-Tse Hung
  Cc: corbet, frederic, quic_neeraju, josh, rostedt, mathieu.desnoyers,
	jiangshanlai, joel, rcu, linux-doc, linux-kernel

On Sat, Aug 20, 2022 at 04:32:44PM +0800, Shao-Tse Hung wrote:
> This patch adds LWN articles about RCU APIs which were released in 2019.
> Also, HTTP URLs are replaced by HTTPS.
> 
> Signed-off-by: Shao-Tse Hung <ccs100203@gmail.com>

Good catch, queued, thank you!

							Thanx, Paul

> ---
>  Documentation/RCU/whatisRCU.rst | 16 +++++++++-------
>  1 file changed, 9 insertions(+), 7 deletions(-)
> 
> diff --git a/Documentation/RCU/whatisRCU.rst b/Documentation/RCU/whatisRCU.rst
> index 77ea260efd12..682529123b9d 100644
> --- a/Documentation/RCU/whatisRCU.rst
> +++ b/Documentation/RCU/whatisRCU.rst
> @@ -6,13 +6,15 @@ What is RCU?  --  "Read, Copy, Update"
>  Please note that the "What is RCU?" LWN series is an excellent place
>  to start learning about RCU:
>  
> -| 1.	What is RCU, Fundamentally?  http://lwn.net/Articles/262464/
> -| 2.	What is RCU? Part 2: Usage   http://lwn.net/Articles/263130/
> -| 3.	RCU part 3: the RCU API      http://lwn.net/Articles/264090/
> -| 4.	The RCU API, 2010 Edition    http://lwn.net/Articles/418853/
> -| 	2010 Big API Table           http://lwn.net/Articles/419086/
> -| 5.	The RCU API, 2014 Edition    http://lwn.net/Articles/609904/
> -|	2014 Big API Table           http://lwn.net/Articles/609973/
> +| 1.	What is RCU, Fundamentally?  https://lwn.net/Articles/262464/
> +| 2.	What is RCU? Part 2: Usage   https://lwn.net/Articles/263130/
> +| 3.	RCU part 3: the RCU API      https://lwn.net/Articles/264090/
> +| 4.	The RCU API, 2010 Edition    https://lwn.net/Articles/418853/
> +| 	2010 Big API Table           https://lwn.net/Articles/419086/
> +| 5.	The RCU API, 2014 Edition    https://lwn.net/Articles/609904/
> +|	2014 Big API Table           https://lwn.net/Articles/609973/
> +| 6.	The RCU API, 2019 Edition    https://lwn.net/Articles/777036/
> +|	2019 Big API Table           https://lwn.net/Articles/777165/
>  
>  
>  What is RCU?
> -- 
> 2.25.1
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-22 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-20  8:32 [PATCH] doc/rcu: Update LWN articles at the beginning Shao-Tse Hung
2022-08-20 13:05 ` Bagas Sanjaya
2022-08-22 16:44 ` Paul E. McKenney

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.