* [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