linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] dc395x stale reference cleanup
@ 2023-05-10  9:39 Bagas Sanjaya
  2023-05-10  9:39 ` [PATCH v2 1/3] MAINTAINERS: Drop DC395x list and site Bagas Sanjaya
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2023-05-10  9:39 UTC (permalink / raw)
  To: Linux SCSI, Linux Documentation, Linux Kernel Mailing List,
	Linux Kernel Janitors
  Cc: Oliver Neukum, Ali Akcaagac, Jamie Lenehan, Jonathan Corbet,
	Bagas Sanjaya

A small stale reference cleanup series for DC395x driver. The shortlog
below should be self-explanatory.

This series is based on fixes branch of scsi tree.

Changes since v1 [1]:
  * Do not explicitly mention linux-scsi list in MAINTAINERS
  * Keep the attribution to the 2.4 driver but reword it to remove mention
    to 2.5/2.6 version
  * Use web.archive.org snapshot of 2.4 driver link.

Bagas Sanjaya (3):
  MAINTAINERS: Drop DC395x list and site
  Documentation: scsi: dc395x: Replace non-functional twibble.org list
  Documentation: scsi: dc395x: Reword original driver attribution

 Documentation/scsi/dc395x.rst | 11 ++++-------
 MAINTAINERS                   |  3 ---
 2 files changed, 4 insertions(+), 10 deletions(-)

Range-diff against v1 [1]:
1:  aaec6b1333457f ! 1:  8db1313161119c MAINTAINERS: Drop DC395x list and site
    @@ Commit message
         Emails to DC395x list bounce (550 error) and visiting the site returns
         404 page.
     
    -    Drop both twibble.org links, replacing the list with linux-scsi list.
    +    Drop both twibble.org links. The driver should now be covered by
    +    linux-scsi list.
     
         Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
     
    @@ MAINTAINERS: DC395x SCSI driver
      M:	Ali Akcaagac <aliakc@web.de>
      M:	Jamie Lenehan <lenehan@twibble.org>
     -L:	dc395x@twibble.org
    -+L:	linux-scsi@vger.kernel.org
      S:	Maintained
     -W:	http://twibble.org/dist/dc395x/
     -W:	http://lists.twibble.org/mailman/listinfo/dc395x/
2:  af1800664dcc46 ! 2:  70a3006779bcb6 Documentation: scsi: dc395x: Replace non-functional twibble.org list
    @@ Metadata
      ## Commit message ##
         Documentation: scsi: dc395x: Replace non-functional twibble.org list
     
    -    Now that the mailing list has been replaced in MAINTAINERS with
    -    linux-scsi list, do the same in the documentation.
    +    Sync mailing list address in the documentation to follow MAINTAINERS.
     
         Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
     
3:  ed579e038a7984 ! 3:  379a2d4ceed777 Documentation: scsi: dc395x: Remove reference to 2.4 driver
    @@ Metadata
     Author: Bagas Sanjaya <bagasdotme@gmail.com>
     
      ## Commit message ##
    -    Documentation: scsi: dc395x: Remove reference to 2.4 driver
    +    Documentation: scsi: dc395x: Reword original driver attribution
     
    -    The 2.4 driver link returns 404. As no one runs 2.4 kernel anymore,
    -    remove the stale reference.
    +    The Linux kernel isn't in 2.6.x anymore, but rather the major version
    +    has advanced much (currently 6.x). Reword the attribution.
     
    +    Also, replace 404'ed 2.4 driver link with web.archive.org snapshot [1].
    +
    +    Link: https://web.archive.org/web/20140129181343/http://www.garloff.de/kurt/linux/dc395/ [1]
         Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
     
      ## Documentation/scsi/dc395x.rst ##
    @@ Documentation/scsi/dc395x.rst: be safe to use. Testing with hard disks has not b
     -driver (which this driver started from) at
     -http://www.garloff.de/kurt/linux/dc395/
     -
    ++This driver is evolved from `the original 2.4 driver
    ++<https://web.archive.org/web/20140129181343/http://www.garloff.de/kurt/linux/dc395/>`_.
      Problems, questions and patches should be submitted to the `Linux SCSI
      mailing list <linux-scsi@vger.kernel.org>`_.
      
[1]: https://lore.kernel.org/linux-doc/20230505082704.16228-1-bagasdotme@gmail.com/

base-commit: 1a7edd041f2d252f251523ba3f2eaead076a8f8d
-- 
An old man doll... just what I always wanted! - Clara


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

* [PATCH v2 1/3] MAINTAINERS: Drop DC395x list and site
  2023-05-10  9:39 [PATCH v2 0/3] dc395x stale reference cleanup Bagas Sanjaya
@ 2023-05-10  9:39 ` Bagas Sanjaya
  2023-05-10  9:39 ` [PATCH v2 2/3] Documentation: scsi: dc395x: Replace non-functional twibble.org list Bagas Sanjaya
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2023-05-10  9:39 UTC (permalink / raw)
  To: Linux SCSI, Linux Documentation, Linux Kernel Mailing List,
	Linux Kernel Janitors
  Cc: Oliver Neukum, Ali Akcaagac, Jamie Lenehan, Jonathan Corbet,
	Bagas Sanjaya

Emails to DC395x list bounce (550 error) and visiting the site returns
404 page.

Drop both twibble.org links. The driver should now be covered by
linux-scsi list.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 MAINTAINERS | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e57..ca88932ee04e2f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5716,10 +5716,7 @@ DC395x SCSI driver
 M:	Oliver Neukum <oliver@neukum.org>
 M:	Ali Akcaagac <aliakc@web.de>
 M:	Jamie Lenehan <lenehan@twibble.org>
-L:	dc395x@twibble.org
 S:	Maintained
-W:	http://twibble.org/dist/dc395x/
-W:	http://lists.twibble.org/mailman/listinfo/dc395x/
 F:	Documentation/scsi/dc395x.rst
 F:	drivers/scsi/dc395x.*
 
-- 
An old man doll... just what I always wanted! - Clara


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

* [PATCH v2 2/3] Documentation: scsi: dc395x: Replace non-functional twibble.org list
  2023-05-10  9:39 [PATCH v2 0/3] dc395x stale reference cleanup Bagas Sanjaya
  2023-05-10  9:39 ` [PATCH v2 1/3] MAINTAINERS: Drop DC395x list and site Bagas Sanjaya
@ 2023-05-10  9:39 ` Bagas Sanjaya
  2023-05-10  9:39 ` [PATCH v2 3/3] Documentation: scsi: dc395x: Reword original driver attribution Bagas Sanjaya
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2023-05-10  9:39 UTC (permalink / raw)
  To: Linux SCSI, Linux Documentation, Linux Kernel Mailing List,
	Linux Kernel Janitors
  Cc: Oliver Neukum, Ali Akcaagac, Jamie Lenehan, Jonathan Corbet,
	Bagas Sanjaya

Sync mailing list address in the documentation to follow MAINTAINERS.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/scsi/dc395x.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/scsi/dc395x.rst b/Documentation/scsi/dc395x.rst
index d779e782b1cbe1..c413b629809bcd 100644
--- a/Documentation/scsi/dc395x.rst
+++ b/Documentation/scsi/dc395x.rst
@@ -15,9 +15,8 @@ This is a 2.5 only driver. For a 2.4 driver please see the original
 driver (which this driver started from) at
 http://www.garloff.de/kurt/linux/dc395/
 
-Problems, questions and patches should be submitted to the mailing
-list. Details on the list, including archives, are available at
-http://lists.twibble.org/mailman/listinfo/dc395x/
+Problems, questions and patches should be submitted to the `Linux SCSI
+mailing list <linux-scsi@vger.kernel.org>`_.
 
 Parameters
 ----------
-- 
An old man doll... just what I always wanted! - Clara


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

* [PATCH v2 3/3] Documentation: scsi: dc395x: Reword original driver attribution
  2023-05-10  9:39 [PATCH v2 0/3] dc395x stale reference cleanup Bagas Sanjaya
  2023-05-10  9:39 ` [PATCH v2 1/3] MAINTAINERS: Drop DC395x list and site Bagas Sanjaya
  2023-05-10  9:39 ` [PATCH v2 2/3] Documentation: scsi: dc395x: Replace non-functional twibble.org list Bagas Sanjaya
@ 2023-05-10  9:39 ` Bagas Sanjaya
  2023-05-17  1:47 ` [PATCH v2 0/3] dc395x stale reference cleanup Martin K. Petersen
  2023-05-22 22:46 ` Martin K. Petersen
  4 siblings, 0 replies; 6+ messages in thread
From: Bagas Sanjaya @ 2023-05-10  9:39 UTC (permalink / raw)
  To: Linux SCSI, Linux Documentation, Linux Kernel Mailing List,
	Linux Kernel Janitors
  Cc: Oliver Neukum, Ali Akcaagac, Jamie Lenehan, Jonathan Corbet,
	Bagas Sanjaya

The Linux kernel isn't in 2.6.x anymore, but rather the major version
has advanced much (currently 6.x). Reword the attribution.

Also, replace 404'ed 2.4 driver link with web.archive.org snapshot [1].

Link: https://web.archive.org/web/20140129181343/http://www.garloff.de/kurt/linux/dc395/ [1]
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
---
 Documentation/scsi/dc395x.rst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/Documentation/scsi/dc395x.rst b/Documentation/scsi/dc395x.rst
index c413b629809bcd..8b06d8fc7a9c42 100644
--- a/Documentation/scsi/dc395x.rst
+++ b/Documentation/scsi/dc395x.rst
@@ -11,10 +11,8 @@ be safe to use. Testing with hard disks has not been done to any
 great degree and caution should be exercised if you want to attempt
 to use this driver with hard disks.
 
-This is a 2.5 only driver. For a 2.4 driver please see the original
-driver (which this driver started from) at
-http://www.garloff.de/kurt/linux/dc395/
-
+This driver is evolved from `the original 2.4 driver
+<https://web.archive.org/web/20140129181343/http://www.garloff.de/kurt/linux/dc395/>`_.
 Problems, questions and patches should be submitted to the `Linux SCSI
 mailing list <linux-scsi@vger.kernel.org>`_.
 
-- 
An old man doll... just what I always wanted! - Clara


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

* Re: [PATCH v2 0/3] dc395x stale reference cleanup
  2023-05-10  9:39 [PATCH v2 0/3] dc395x stale reference cleanup Bagas Sanjaya
                   ` (2 preceding siblings ...)
  2023-05-10  9:39 ` [PATCH v2 3/3] Documentation: scsi: dc395x: Reword original driver attribution Bagas Sanjaya
@ 2023-05-17  1:47 ` Martin K. Petersen
  2023-05-22 22:46 ` Martin K. Petersen
  4 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2023-05-17  1:47 UTC (permalink / raw)
  To: Bagas Sanjaya
  Cc: Linux SCSI, Linux Documentation, Linux Kernel Mailing List,
	Linux Kernel Janitors, Oliver Neukum, Ali Akcaagac,
	Jamie Lenehan, Jonathan Corbet


Bagas,

> A small stale reference cleanup series for DC395x driver. The shortlog
> below should be self-explanatory.

Applied to 6.5/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH v2 0/3] dc395x stale reference cleanup
  2023-05-10  9:39 [PATCH v2 0/3] dc395x stale reference cleanup Bagas Sanjaya
                   ` (3 preceding siblings ...)
  2023-05-17  1:47 ` [PATCH v2 0/3] dc395x stale reference cleanup Martin K. Petersen
@ 2023-05-22 22:46 ` Martin K. Petersen
  4 siblings, 0 replies; 6+ messages in thread
From: Martin K. Petersen @ 2023-05-22 22:46 UTC (permalink / raw)
  To: Linux SCSI, Linux Documentation, Linux Kernel Mailing List,
	Linux Kernel Janitors, Bagas Sanjaya
  Cc: Martin K . Petersen, Oliver Neukum, Ali Akcaagac, Jamie Lenehan,
	Jonathan Corbet

On Wed, 10 May 2023 16:39:30 +0700, Bagas Sanjaya wrote:

> A small stale reference cleanup series for DC395x driver. The shortlog
> below should be self-explanatory.
> 
> This series is based on fixes branch of scsi tree.
> 
> Changes since v1 [1]:
>   * Do not explicitly mention linux-scsi list in MAINTAINERS
>   * Keep the attribution to the 2.4 driver but reword it to remove mention
>     to 2.5/2.6 version
>   * Use web.archive.org snapshot of 2.4 driver link.
> 
> [...]

Applied to 6.5/scsi-queue, thanks!

[1/3] MAINTAINERS: Drop DC395x list and site
      https://git.kernel.org/mkp/scsi/c/332aac6f0dc0
[2/3] Documentation: scsi: dc395x: Replace non-functional twibble.org list
      https://git.kernel.org/mkp/scsi/c/7a94a131aa10
[3/3] Documentation: scsi: dc395x: Reword original driver attribution
      https://git.kernel.org/mkp/scsi/c/16853cd8f6d4

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2023-05-22 22:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-10  9:39 [PATCH v2 0/3] dc395x stale reference cleanup Bagas Sanjaya
2023-05-10  9:39 ` [PATCH v2 1/3] MAINTAINERS: Drop DC395x list and site Bagas Sanjaya
2023-05-10  9:39 ` [PATCH v2 2/3] Documentation: scsi: dc395x: Replace non-functional twibble.org list Bagas Sanjaya
2023-05-10  9:39 ` [PATCH v2 3/3] Documentation: scsi: dc395x: Reword original driver attribution Bagas Sanjaya
2023-05-17  1:47 ` [PATCH v2 0/3] dc395x stale reference cleanup Martin K. Petersen
2023-05-22 22:46 ` Martin K. Petersen

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