linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs
@ 2025-10-25 17:16 Nadav Tasher
  2025-10-25 22:20 ` Randy Dunlap
  2025-10-29 16:06 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Nadav Tasher @ 2025-10-25 17:16 UTC (permalink / raw)
  To: linux-doc, linux-kernel; +Cc: corbet, Nadav Tasher

http://www.uwsg.iu.edu/ doesn't seem to exist anymore.
I managed to find backups on archive.org, which helped me find
the right links on https://lore.kernel.org/.

http://freecode.com/projects/afio was also down, so I figured
it could be replaced with https://linux.die.net/man/1/afio.

Replace broken links to mailing list and aifo tool.

Signed-off-by: Nadav Tasher <tashernadav@gmail.com>
---
 Documentation/filesystems/ramfs-rootfs-initramfs.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.rst b/Documentation/filesystems/ramfs-rootfs-initramfs.rst
index fa4f81099cb4..a9d271e171c3 100644
--- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst
+++ b/Documentation/filesystems/ramfs-rootfs-initramfs.rst
@@ -290,11 +290,11 @@ Why cpio rather than tar?
 
 This decision was made back in December, 2001.  The discussion started here:
 
-  http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1538.html
+- https://lore.kernel.org/lkml/a03cke$640$1@cesium.transmeta.com/
 
 And spawned a second thread (specifically on tar vs cpio), starting here:
 
-  http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1587.html
+- https://lore.kernel.org/lkml/3C25A06D.7030408@zytor.com/
 
 The quick and dirty summary version (which is no substitute for reading
 the above threads) is:
@@ -310,7 +310,7 @@ the above threads) is:
    either way about the archive format, and there are alternative tools,
    such as:
 
-     http://freecode.com/projects/afio
+      https://linux.die.net/man/1/afio
 
 2) The cpio archive format chosen by the kernel is simpler and cleaner (and
    thus easier to create and parse) than any of the (literally dozens of)
@@ -331,12 +331,12 @@ the above threads) is:
 5) Al Viro made the decision (quote: "tar is ugly as hell and not going to be
    supported on the kernel side"):
 
-      http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1540.html
+    - https://lore.kernel.org/lkml/Pine.GSO.4.21.0112222109050.21702-100000@weyl.math.psu.edu/
 
    explained his reasoning:
 
-     - http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1550.html
-     - http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1638.html
+    - https://lore.kernel.org/lkml/Pine.GSO.4.21.0112222240530.21702-100000@weyl.math.psu.edu/
+    - https://lore.kernel.org/lkml/Pine.GSO.4.21.0112230849550.23300-100000@weyl.math.psu.edu/
 
    and, most importantly, designed and implemented the initramfs code.
 
-- 
2.43.0


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

* Re: [PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs
  2025-10-25 17:16 [PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs Nadav Tasher
@ 2025-10-25 22:20 ` Randy Dunlap
  2025-10-29 16:06 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2025-10-25 22:20 UTC (permalink / raw)
  To: Nadav Tasher, linux-doc, linux-kernel; +Cc: corbet



On 10/25/25 10:16 AM, Nadav Tasher wrote:
> http://www.uwsg.iu.edu/ doesn't seem to exist anymore.
> I managed to find backups on archive.org, which helped me find
> the right links on https://lore.kernel.org/.
> 
> http://freecode.com/projects/afio was also down, so I figured
> it could be replaced with https://linux.die.net/man/1/afio.
> 
> Replace broken links to mailing list and aifo tool.

                                           afio

> Signed-off-by: Nadav Tasher <tashernadav@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

> ---
>  Documentation/filesystems/ramfs-rootfs-initramfs.rst | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/filesystems/ramfs-rootfs-initramfs.rst b/Documentation/filesystems/ramfs-rootfs-initramfs.rst
> index fa4f81099cb4..a9d271e171c3 100644
> --- a/Documentation/filesystems/ramfs-rootfs-initramfs.rst
> +++ b/Documentation/filesystems/ramfs-rootfs-initramfs.rst
> @@ -290,11 +290,11 @@ Why cpio rather than tar?
>  
>  This decision was made back in December, 2001.  The discussion started here:
>  
> -  http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1538.html
> +- https://lore.kernel.org/lkml/a03cke$640$1@cesium.transmeta.com/
>  
>  And spawned a second thread (specifically on tar vs cpio), starting here:
>  
> -  http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1587.html
> +- https://lore.kernel.org/lkml/3C25A06D.7030408@zytor.com/
>  
>  The quick and dirty summary version (which is no substitute for reading
>  the above threads) is:
> @@ -310,7 +310,7 @@ the above threads) is:
>     either way about the archive format, and there are alternative tools,
>     such as:
>  
> -     http://freecode.com/projects/afio
> +      https://linux.die.net/man/1/afio
>  
>  2) The cpio archive format chosen by the kernel is simpler and cleaner (and
>     thus easier to create and parse) than any of the (literally dozens of)
> @@ -331,12 +331,12 @@ the above threads) is:
>  5) Al Viro made the decision (quote: "tar is ugly as hell and not going to be
>     supported on the kernel side"):
>  
> -      http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1540.html
> +    - https://lore.kernel.org/lkml/Pine.GSO.4.21.0112222109050.21702-100000@weyl.math.psu.edu/
>  
>     explained his reasoning:
>  
> -     - http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1550.html
> -     - http://www.uwsg.iu.edu/hypermail/linux/kernel/0112.2/1638.html
> +    - https://lore.kernel.org/lkml/Pine.GSO.4.21.0112222240530.21702-100000@weyl.math.psu.edu/
> +    - https://lore.kernel.org/lkml/Pine.GSO.4.21.0112230849550.23300-100000@weyl.math.psu.edu/
>  
>     and, most importantly, designed and implemented the initramfs code.
>  

-- 
~Randy

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

* Re: [PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs
  2025-10-25 17:16 [PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs Nadav Tasher
  2025-10-25 22:20 ` Randy Dunlap
@ 2025-10-29 16:06 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2025-10-29 16:06 UTC (permalink / raw)
  To: Nadav Tasher, linux-doc, linux-kernel; +Cc: Nadav Tasher

Nadav Tasher <tashernadav@gmail.com> writes:

> http://www.uwsg.iu.edu/ doesn't seem to exist anymore.
> I managed to find backups on archive.org, which helped me find
> the right links on https://lore.kernel.org/.
>
> http://freecode.com/projects/afio was also down, so I figured
> it could be replaced with https://linux.die.net/man/1/afio.
>
> Replace broken links to mailing list and aifo tool.
>
> Signed-off-by: Nadav Tasher <tashernadav@gmail.com>
> ---
>  Documentation/filesystems/ramfs-rootfs-initramfs.rst | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)

Applied, thanks.

jon

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

end of thread, other threads:[~2025-10-29 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-25 17:16 [PATCH] docs: replace broken links in ramfs-rootfs-initramfs docs Nadav Tasher
2025-10-25 22:20 ` Randy Dunlap
2025-10-29 16:06 ` Jonathan Corbet

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