linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] docs: fix dead OLS links in timers and RCU docs
@ 2025-08-11 12:38 Nikil Paul S
  2025-08-11 12:38 ` [PATCH 1/2] docs: timers: Update dead OLS link in timekeeping docs Nikil Paul S
  2025-08-11 12:38 ` [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt Nikil Paul S
  0 siblings, 2 replies; 6+ 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

This series updates outdated Ottawa Linux Symposium (OLS) links in the
kernel documentation. The old URLs are no longer accessible, so they are
replaced with working references to the preserved content.

Changes since v1:
 - Added missing Signed-off-by lines to both patches
 - Updated commit message prefixes to follow subsystem conventions

Nikil Paul S (2):
  docs: timers: Update dead OLS link in timekeeping docs
  docs: rcu: Update dead OLS link in RTFP.txt

 Documentation/RCU/RTFP.txt       | 2 +-
 Documentation/timers/highres.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.43.0


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

* [PATCH 1/2] docs: timers: Update dead OLS link in timekeeping docs
  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-11 12:38 ` [PATCH 2/2] docs: rcu: Update dead OLS link in RTFP.txt Nikil Paul S
  1 sibling, 0 replies; 6+ 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 2005 Proceedings with a working
version hosted on kernel.org.

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

diff --git a/Documentation/timers/highres.rst b/Documentation/timers/highres.rst
index bde5eb7e5c9e..24dcc32f8dcc 100644
--- a/Documentation/timers/highres.rst
+++ b/Documentation/timers/highres.rst
@@ -58,7 +58,7 @@ merged into the 2.6.18 kernel.
 Further information about the Generic Time Of Day framework is available in the
 OLS 2005 Proceedings Volume 1:
 
-	http://www.linuxsymposium.org/2005/linuxsymposium_procv1.pdf
+	https://www.kernel.org/doc/ols/2005/ols2005v1-pages-227-240.pdf
 
 The paper "We Are Not Getting Any Younger: A New Approach to Time and
 Timers" was written by J. Stultz, D.V. Hart, & N. Aravamudan.
-- 
2.43.0


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

* [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 ` [PATCH 1/2] docs: timers: Update dead OLS link in timekeeping docs Nikil Paul S
@ 2025-08-11 12:38 ` Nikil Paul S
  2025-08-12  6:38   ` Greg KH
  1 sibling, 1 reply; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

* Re: [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, 0 replies; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 1/2] docs: timers: Update dead OLS link in timekeeping 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
  -- strict thread matches above, loose matches on Subject: below --
2025-08-12  9:48 Nikil Paul S
2025-08-12 12:02 ` Matthew Wilcox

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).