public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bagas Sanjaya <bagasdotme@gmail.com>
To: Linux SCSI <linux-scsi@vger.kernel.org>,
	Linux Documentation <linux-doc@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Linux Kernel Janitors <kernel-janitors@vger.kernel.org>
Cc: Oliver Neukum <oliver@neukum.org>, Ali Akcaagac <aliakc@web.de>,
	Jamie Lenehan <lenehan@twibble.org>,
	Jonathan Corbet <corbet@lwn.net>,
	Bagas Sanjaya <bagasdotme@gmail.com>
Subject: [PATCH v2 0/3] dc395x stale reference cleanup
Date: Wed, 10 May 2023 16:39:30 +0700	[thread overview]
Message-ID: <20230510093933.19985-1-bagasdotme@gmail.com> (raw)

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


             reply	other threads:[~2023-05-10  9:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-10  9:39 Bagas Sanjaya [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230510093933.19985-1-bagasdotme@gmail.com \
    --to=bagasdotme@gmail.com \
    --cc=aliakc@web.de \
    --cc=corbet@lwn.net \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=lenehan@twibble.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=oliver@neukum.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox