* [PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt
@ 2025-08-19 18:05 Nikil Paul S
2025-08-21 17:54 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Nikil Paul S @ 2025-08-19 18:05 UTC (permalink / raw)
To: linux-doc; +Cc: corbet, skhan, linux-kernel, linux-kernel-mentees, snikilpaul
This patch updates several dead OLS links in RTFP.txt, replacing them
with working copies hosted on kernel.org.
Originally posted as part of a 2-patch series, this is now being sent
as a standalone v4 patch to avoid confusion.
Changes since v3:
- No change in content, only resubmitted as a single patch instead of
"2/2" from the earlier series.
Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>
---
Documentation/RCU/RTFP.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
index db8f16b392aa..8d4e8de4c460 100644
--- a/Documentation/RCU/RTFP.txt
+++ b/Documentation/RCU/RTFP.txt
@@ -641,7 +641,7 @@ Orran Krieger and Rusty Russell and Dipankar Sarma and Maneesh Soni"
,Month="July"
,Year="2001"
,note="Available:
-\url{http://www.linuxsymposium.org/2001/abstracts/readcopy.php}
+\url{https://kernel.org/doc/ols/2001/read-copy.pdf}
\url{http://www.rdrop.com/users/paulmck/RCU/rclock_OLS.2001.05.01c.pdf}
[Viewed June 23, 2004]"
,annotation={
@@ -1480,7 +1480,7 @@ Suparna Bhattacharya"
,Year="2006"
,pages="v2 123-138"
,note="Available:
-\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
+\url{https://kernel.org/doc/ols/2006/ols2006v2-pages-131-146.pdf}
\url{http://www.rdrop.com/users/paulmck/RCU/OLSrtRCU.2006.08.11a.pdf}
[Viewed January 1, 2007]"
,annotation={
@@ -1511,7 +1511,7 @@ Canis Rufus and Zoicon5 and Anome and Hal Eisen"
,Year="2006"
,pages="v2 249-254"
,note="Available:
-\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
+\url{https://kernel.org/doc/ols/2006/ols2006v2-pages-249-262.pdf}
[Viewed January 11, 2009]"
,annotation={
Uses RCU-protected radix tree for a lockless page cache.
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt
2025-08-19 18:05 [PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt Nikil Paul S
@ 2025-08-21 17:54 ` Jonathan Corbet
2025-08-21 21:31 ` Paul E. McKenney
0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2025-08-21 17:54 UTC (permalink / raw)
To: Nikil Paul S, linux-doc
Cc: skhan, linux-kernel, linux-kernel-mentees, snikilpaul,
Paul E. McKenney
Nikil Paul S <snikilpaul@gmail.com> writes:
> This patch updates several dead OLS links in RTFP.txt, replacing them
> with working copies hosted on kernel.org.
>
> Originally posted as part of a 2-patch series, this is now being sent
> as a standalone v4 patch to avoid confusion.
>
> Changes since v3:
> - No change in content, only resubmitted as a single patch instead of
> "2/2" from the earlier series.
>
> Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>
> ---
> Documentation/RCU/RTFP.txt | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
So this looks good to me, but it should really be run past the RCU folks
(and Paul in particular) as well; adding him to the CC.
Thanks,
jon
> diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
> index db8f16b392aa..8d4e8de4c460 100644
> --- a/Documentation/RCU/RTFP.txt
> +++ b/Documentation/RCU/RTFP.txt
> @@ -641,7 +641,7 @@ Orran Krieger and Rusty Russell and Dipankar Sarma and Maneesh Soni"
> ,Month="July"
> ,Year="2001"
> ,note="Available:
> -\url{http://www.linuxsymposium.org/2001/abstracts/readcopy.php}
> +\url{https://kernel.org/doc/ols/2001/read-copy.pdf}
> \url{http://www.rdrop.com/users/paulmck/RCU/rclock_OLS.2001.05.01c.pdf}
> [Viewed June 23, 2004]"
> ,annotation={
> @@ -1480,7 +1480,7 @@ Suparna Bhattacharya"
> ,Year="2006"
> ,pages="v2 123-138"
> ,note="Available:
> -\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
> +\url{https://kernel.org/doc/ols/2006/ols2006v2-pages-131-146.pdf}
> \url{http://www.rdrop.com/users/paulmck/RCU/OLSrtRCU.2006.08.11a.pdf}
> [Viewed January 1, 2007]"
> ,annotation={
> @@ -1511,7 +1511,7 @@ Canis Rufus and Zoicon5 and Anome and Hal Eisen"
> ,Year="2006"
> ,pages="v2 249-254"
> ,note="Available:
> -\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
> +\url{https://kernel.org/doc/ols/2006/ols2006v2-pages-249-262.pdf}
> [Viewed January 11, 2009]"
> ,annotation={
> Uses RCU-protected radix tree for a lockless page cache.
> --
> 2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt
2025-08-21 17:54 ` Jonathan Corbet
@ 2025-08-21 21:31 ` Paul E. McKenney
2025-08-21 22:14 ` Jonathan Corbet
0 siblings, 1 reply; 4+ messages in thread
From: Paul E. McKenney @ 2025-08-21 21:31 UTC (permalink / raw)
To: Jonathan Corbet
Cc: Nikil Paul S, linux-doc, skhan, linux-kernel,
linux-kernel-mentees
On Thu, Aug 21, 2025 at 11:54:45AM -0600, Jonathan Corbet wrote:
> Nikil Paul S <snikilpaul@gmail.com> writes:
>
> > This patch updates several dead OLS links in RTFP.txt, replacing them
> > with working copies hosted on kernel.org.
> >
> > Originally posted as part of a 2-patch series, this is now being sent
> > as a standalone v4 patch to avoid confusion.
> >
> > Changes since v3:
> > - No change in content, only resubmitted as a single patch instead of
> > "2/2" from the earlier series.
> >
> > Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>
> > ---
> > Documentation/RCU/RTFP.txt | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
>
> So this looks good to me, but it should really be run past the RCU folks
> (and Paul in particular) as well; adding him to the CC.
I queued this and checked it and it looks good. By default, I would
send this during the upcoming merge window. But if you would rather
take it:
Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
Either way, let me know!
Thanx, Paul
> Thanks,
>
> jon
>
> > diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
> > index db8f16b392aa..8d4e8de4c460 100644
> > --- a/Documentation/RCU/RTFP.txt
> > +++ b/Documentation/RCU/RTFP.txt
> > @@ -641,7 +641,7 @@ Orran Krieger and Rusty Russell and Dipankar Sarma and Maneesh Soni"
> > ,Month="July"
> > ,Year="2001"
> > ,note="Available:
> > -\url{http://www.linuxsymposium.org/2001/abstracts/readcopy.php}
> > +\url{https://kernel.org/doc/ols/2001/read-copy.pdf}
> > \url{http://www.rdrop.com/users/paulmck/RCU/rclock_OLS.2001.05.01c.pdf}
> > [Viewed June 23, 2004]"
> > ,annotation={
> > @@ -1480,7 +1480,7 @@ Suparna Bhattacharya"
> > ,Year="2006"
> > ,pages="v2 123-138"
> > ,note="Available:
> > -\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
> > +\url{https://kernel.org/doc/ols/2006/ols2006v2-pages-131-146.pdf}
> > \url{http://www.rdrop.com/users/paulmck/RCU/OLSrtRCU.2006.08.11a.pdf}
> > [Viewed January 1, 2007]"
> > ,annotation={
> > @@ -1511,7 +1511,7 @@ Canis Rufus and Zoicon5 and Anome and Hal Eisen"
> > ,Year="2006"
> > ,pages="v2 249-254"
> > ,note="Available:
> > -\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
> > +\url{https://kernel.org/doc/ols/2006/ols2006v2-pages-249-262.pdf}
> > [Viewed January 11, 2009]"
> > ,annotation={
> > Uses RCU-protected radix tree for a lockless page cache.
> > --
> > 2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt
2025-08-21 21:31 ` Paul E. McKenney
@ 2025-08-21 22:14 ` Jonathan Corbet
0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2025-08-21 22:14 UTC (permalink / raw)
To: paulmck; +Cc: Nikil Paul S, linux-doc, skhan, linux-kernel,
linux-kernel-mentees
"Paul E. McKenney" <paulmck@kernel.org> writes:
> On Thu, Aug 21, 2025 at 11:54:45AM -0600, Jonathan Corbet wrote:
>> Nikil Paul S <snikilpaul@gmail.com> writes:
>>
>> > This patch updates several dead OLS links in RTFP.txt, replacing them
>> > with working copies hosted on kernel.org.
>> >
>> > Originally posted as part of a 2-patch series, this is now being sent
>> > as a standalone v4 patch to avoid confusion.
>> >
>> > Changes since v3:
>> > - No change in content, only resubmitted as a single patch instead of
>> > "2/2" from the earlier series.
>> >
>> > Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>
>> > ---
>> > Documentation/RCU/RTFP.txt | 6 +++---
>> > 1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> So this looks good to me, but it should really be run past the RCU folks
>> (and Paul in particular) as well; adding him to the CC.
>
> I queued this and checked it and it looks good. By default, I would
> send this during the upcoming merge window. But if you would rather
> take it:
>
> Reviewed-by: Paul E. McKenney <paulmck@kernel.org>
>
> Either way, let me know!
It's all yours.
Thanks,
jon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-21 22:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 18:05 [PATCH v4] docs: rcu: Replace multiple dead OLS links in RTFP.txt Nikil Paul S
2025-08-21 17:54 ` Jonathan Corbet
2025-08-21 21:31 ` Paul E. McKenney
2025-08-21 22:14 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox