linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kernel-docs.rst: update broken linuxjournal links
@ 2017-11-30 10:47 Nguyễn Thái Ngọc Duy
  2017-12-02 15:39 ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Nguyễn Thái Ngọc Duy @ 2017-11-30 10:47 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial, Nguyễn Thái Ngọc Duy

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
---
 Documentation/process/kernel-docs.rst | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
index b8cac85a4001..66040404ac9f 100644
--- a/Documentation/process/kernel-docs.rst
+++ b/Documentation/process/kernel-docs.rst
@@ -322,7 +322,7 @@ On-line docs
     * Title: **The Linux RAID-1, 4, 5 Code**
 
       :Author: Ingo Molnar, Gadi Oxman and Miguel de Icaza.
-      :URL: http://www.linuxjournal.com/article.php?sid=2391
+      :URL: http://www.linuxjournal.com/article/2391
       :Date: 1997
       :Keywords: RAID, MD driver.
       :Description: Linux Journal Kernel Korner article. Here is its
@@ -346,7 +346,7 @@ On-line docs
     * Title: **Dynamic Kernels: Modularized Device Drivers**
 
       :Author: Alessandro Rubini.
-      :URL: http://www.linuxjournal.com/article.php?sid=1219
+      :URL: http://www.linuxjournal.com/article/1219
       :Date: 1996
       :Keywords: device driver, module, loading/unloading modules,
         allocating resources.
@@ -361,7 +361,7 @@ On-line docs
     * Title: **Dynamic Kernels: Discovery**
 
       :Author: Alessandro Rubini.
-      :URL: http://www.linuxjournal.com/article.php?sid=1220
+      :URL: http://www.linuxjournal.com/article/1220
       :Date: 1996
       :Keywords: character driver, init_module, clean_up module,
         autodetection, mayor number, minor number, file operations,
@@ -375,7 +375,7 @@ On-line docs
     * Title: **The Devil's in the Details**
 
       :Author: Georg v. Zezschwitz and Alessandro Rubini.
-      :URL: http://www.linuxjournal.com/article.php?sid=1221
+      :URL: http://www.linuxjournal.com/article/1221
       :Date: 1996
       :Keywords: read(), write(), select(), ioctl(), blocking/non
         blocking mode, interrupt handler.
@@ -387,7 +387,7 @@ On-line docs
     * Title: **Dissecting Interrupts and Browsing DMA**
 
       :Author: Alessandro Rubini and Georg v. Zezschwitz.
-      :URL: http://www.linuxjournal.com/article.php?sid=1222
+      :URL: http://www.linuxjournal.com/article/1222
       :Date: 1996
       :Keywords: interrupts, irqs, DMA, bottom halves, task queues.
       :Description: Linux Journal Kernel Korner article. Here is its
@@ -403,7 +403,7 @@ On-line docs
     * Title: **Device Drivers Concluded**
 
       :Author: Georg v. Zezschwitz.
-      :URL: http://www.linuxjournal.com/article.php?sid=1287
+      :URL: http://www.linuxjournal.com/article/1287
       :Date: 1996
       :Keywords: address spaces, pages, pagination, page management,
         demand loading, swapping, memory protection, memory mapping, mmap,
@@ -417,7 +417,7 @@ On-line docs
     * Title: **Network Buffers And Memory Management**
 
       :Author: Alan Cox.
-      :URL: http://www.linuxjournal.com/article.php?sid=1312
+      :URL: http://www.linuxjournal.com/article/1312
       :Date: 1996
       :Keywords: sk_buffs, network devices, protocol/link layer
         variables, network devices flags, transmit, receive,
-- 
2.11.0.157.gd943d85

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

* Re: [PATCH] kernel-docs.rst: update broken linuxjournal links
  2017-11-30 10:47 [PATCH] kernel-docs.rst: update broken linuxjournal links Nguyễn Thái Ngọc Duy
@ 2017-12-02 15:39 ` Jonathan Corbet
  2017-12-04  9:06   ` Duy Nguyen
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Corbet @ 2017-12-02 15:39 UTC (permalink / raw)
  To: Nguyễn Thái Ngọc Duy; +Cc: linux-kernel, trivial

On Thu, 30 Nov 2017 17:47:25 +0700
Nguyễn Thái Ngọc Duy         <pclouds@gmail.com> wrote:

> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
> ---
>  Documentation/process/kernel-docs.rst | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)

So I'm reluctant to take patches without a changelog.  One would help in
this case...what is broken about these links?  They all work for me.  For
as long as LJ links will work in general, I guess.

Thanks,

jon

> diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst
> index b8cac85a4001..66040404ac9f 100644
> --- a/Documentation/process/kernel-docs.rst
> +++ b/Documentation/process/kernel-docs.rst
> @@ -322,7 +322,7 @@ On-line docs
>      * Title: **The Linux RAID-1, 4, 5 Code**
>  
>        :Author: Ingo Molnar, Gadi Oxman and Miguel de Icaza.
> -      :URL: http://www.linuxjournal.com/article.php?sid=2391
> +      :URL: http://www.linuxjournal.com/article/2391
>        :Date: 1997
>        :Keywords: RAID, MD driver.
>        :Description: Linux Journal Kernel Korner article. Here is its
> @@ -346,7 +346,7 @@ On-line docs
>      * Title: **Dynamic Kernels: Modularized Device Drivers**
>  
>        :Author: Alessandro Rubini.
> -      :URL: http://www.linuxjournal.com/article.php?sid=1219
> +      :URL: http://www.linuxjournal.com/article/1219
>        :Date: 1996
>        :Keywords: device driver, module, loading/unloading modules,
>          allocating resources.
> @@ -361,7 +361,7 @@ On-line docs
>      * Title: **Dynamic Kernels: Discovery**
>  
>        :Author: Alessandro Rubini.
> -      :URL: http://www.linuxjournal.com/article.php?sid=1220
> +      :URL: http://www.linuxjournal.com/article/1220
>        :Date: 1996
>        :Keywords: character driver, init_module, clean_up module,
>          autodetection, mayor number, minor number, file operations,
> @@ -375,7 +375,7 @@ On-line docs
>      * Title: **The Devil's in the Details**
>  
>        :Author: Georg v. Zezschwitz and Alessandro Rubini.
> -      :URL: http://www.linuxjournal.com/article.php?sid=1221
> +      :URL: http://www.linuxjournal.com/article/1221
>        :Date: 1996
>        :Keywords: read(), write(), select(), ioctl(), blocking/non
>          blocking mode, interrupt handler.
> @@ -387,7 +387,7 @@ On-line docs
>      * Title: **Dissecting Interrupts and Browsing DMA**
>  
>        :Author: Alessandro Rubini and Georg v. Zezschwitz.
> -      :URL: http://www.linuxjournal.com/article.php?sid=1222
> +      :URL: http://www.linuxjournal.com/article/1222
>        :Date: 1996
>        :Keywords: interrupts, irqs, DMA, bottom halves, task queues.
>        :Description: Linux Journal Kernel Korner article. Here is its
> @@ -403,7 +403,7 @@ On-line docs
>      * Title: **Device Drivers Concluded**
>  
>        :Author: Georg v. Zezschwitz.
> -      :URL: http://www.linuxjournal.com/article.php?sid=1287
> +      :URL: http://www.linuxjournal.com/article/1287
>        :Date: 1996
>        :Keywords: address spaces, pages, pagination, page management,
>          demand loading, swapping, memory protection, memory mapping, mmap,
> @@ -417,7 +417,7 @@ On-line docs
>      * Title: **Network Buffers And Memory Management**
>  
>        :Author: Alan Cox.
> -      :URL: http://www.linuxjournal.com/article.php?sid=1312
> +      :URL: http://www.linuxjournal.com/article/1312
>        :Date: 1996
>        :Keywords: sk_buffs, network devices, protocol/link layer
>          variables, network devices flags, transmit, receive,

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

* Re: [PATCH] kernel-docs.rst: update broken linuxjournal links
  2017-12-02 15:39 ` Jonathan Corbet
@ 2017-12-04  9:06   ` Duy Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Duy Nguyen @ 2017-12-04  9:06 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Linux Kernel, trivial

On Sat, Dec 2, 2017 at 10:39 PM, Jonathan Corbet <corbet@lwn.net> wrote:
> On Thu, 30 Nov 2017 17:47:25 +0700
> Nguyễn Thái Ngọc Duy         <pclouds@gmail.com> wrote:
>
>> Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
>> ---
>>  Documentation/process/kernel-docs.rst | 14 +++++++-------
>>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> So I'm reluctant to take patches without a changelog.  One would help in
> this case...what is broken about these links?  They all work for me.  For
> as long as LJ links will work in general, I guess.

Hmm.. it was broken for me and I had to resort back to archive.org
before realizing that the content was probably still there under a
different url. Anyway the old urls do work for me now. Please ignore
the patch.

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

end of thread, other threads:[~2017-12-04  9:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-30 10:47 [PATCH] kernel-docs.rst: update broken linuxjournal links Nguyễn Thái Ngọc Duy
2017-12-02 15:39 ` Jonathan Corbet
2017-12-04  9:06   ` Duy Nguyen

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