linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt
  2025-08-11 12:38 [PATCH v2 0/2] docs: fix dead OLS links in timers and RCU docs Nikil Paul S
@ 2025-08-11 12:38 ` Nikil Paul S
  2025-08-12  6:38   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Nikil Paul S @ 2025-08-11 12:38 UTC (permalink / raw)
  To: corbet; +Cc: skhan, linux-doc, linux-kernel-mentees, snikilpaul

From: Nikil <snikilpaul@gmail.com>

Replace a dead link to the OLS 2001 Proceedings with a working
version hosted on kernel.org.
Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>
---
 Documentation/RCU/RTFP.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
index db8f16b392aa..87b1c97c3ec3 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://www.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={
-- 
2.43.0


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

* Re: [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt
  2025-08-11 12:38 ` [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt Nikil Paul S
@ 2025-08-12  6:38   ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2025-08-12  6:38 UTC (permalink / raw)
  To: Nikil Paul S; +Cc: corbet, skhan, linux-doc, linux-kernel-mentees

On Mon, Aug 11, 2025 at 12:38:37PM +0000, Nikil Paul S wrote:
> From: Nikil <snikilpaul@gmail.com>
> 
> Replace a dead link to the OLS 2001 Proceedings with a working
> version hosted on kernel.org.
> Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>

Sorry, but you need a blank line before your signed-off-by: line, as you
did in patch 1/2.

thanks,

greg k-h

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

* [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt
@ 2025-08-12  9:48 Nikil Paul S
  2025-08-12 12:02 ` Matthew Wilcox
  0 siblings, 1 reply; 4+ messages in thread
From: Nikil Paul S @ 2025-08-12  9:48 UTC (permalink / raw)
  To: corbet; +Cc: skhan, linux-doc, linux-kernel-mentees, snikilpaul

From: Nikil <snikilpaul@gmail.com>

Replace a dead link to the OLS 2001 Proceedings with a working
version hosted on kernel.org.
v2: Added missing blank line before Signed-off-by: as suggested. 

Signed-off-by: Nikil Paul S <snikilpaul@gmail.com>
---
 Documentation/RCU/RTFP.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/RCU/RTFP.txt b/Documentation/RCU/RTFP.txt
index db8f16b392aa..87b1c97c3ec3 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://www.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={
-- 
2.43.0


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

* Re: [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt
  2025-08-12  9:48 [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt Nikil Paul S
@ 2025-08-12 12:02 ` Matthew Wilcox
  0 siblings, 0 replies; 4+ messages in thread
From: Matthew Wilcox @ 2025-08-12 12:02 UTC (permalink / raw)
  To: Nikil Paul S; +Cc: corbet, skhan, linux-doc, linux-kernel-mentees

On Tue, Aug 12, 2025 at 09:48:24AM +0000, Nikil Paul S wrote:
> From: Nikil <snikilpaul@gmail.com>
> 
> Replace a dead link to the OLS 2001 Proceedings with a working
> version hosted on kernel.org.

why fix just one?

$ git grep linuxsymposium
Documentation/RCU/RTFP.txt:\url{http://www.linuxsymposium.org/2001/abstracts/readcopy.php}
Documentation/RCU/RTFP.txt:\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
Documentation/RCU/RTFP.txt:\url{http://www.linuxsymposium.org/2006/view_abstract.php?content_key=184}
Documentation/timers/highres.rst:       http://www.linuxsymposium.org/2005/linuxsymposium_procv1.pdf


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

end of thread, other threads:[~2025-08-12 12:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-12  9:48 [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt Nikil Paul S
2025-08-12 12:02 ` Matthew Wilcox
  -- strict thread matches above, loose matches on Subject: below --
2025-08-11 12:38 [PATCH v2 0/2] docs: fix dead OLS links in timers and RCU docs Nikil Paul S
2025-08-11 12:38 ` [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt Nikil Paul S
2025-08-12  6:38   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).