From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88BCFC7EE23 for ; Fri, 5 May 2023 13:35:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231936AbjEENe4 (ORCPT ); Fri, 5 May 2023 09:34:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232656AbjEENer (ORCPT ); Fri, 5 May 2023 09:34:47 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2EC3B20744; Fri, 5 May 2023 06:34:45 -0700 (PDT) Received: from localhost (mdns.lwn.net [45.79.72.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 6DC352E0; Fri, 5 May 2023 13:34:44 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 6DC352E0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1683293684; bh=w04Zo7BcX+6Af1rwKux5ePS/r/kQhsU0gpGtqtR4SZw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=C1VF1ZUvQF8OvDl6RXc5JnI0y/YZ3Yeu2BFssQEuo3t3GpDzJl/+O4CRyhrsQzwbq 16J2Ig9CWlMXsx/kCJxpOxNXIGNIfuxCJ34XMlugCMB9DaWSjduEPFNJQl1fDvoGuO aKqZioqs7bKpKZm/8LDqYCreaDDnguGIW/XAlYf8AlBi8LJnx6iZM24JZf/4sW2ntQ DOHeyt/2qEfFMhUjwGxoDypaQT79FrScdyeZt4dCQVNKd+BmxrkW5WN+IkRJOCThnm G7vOBdXldsN1qL+nyxzrbJoCwhKtc+S53ZqyiYg1TBsrN75RUDgAPFIqL9aw1Adl7M Z6J7TKVL2eH2A== From: Jonathan Corbet To: Finn Thain , Bagas Sanjaya Cc: Linux SCSI , Linux Documentation , Linux Kernel Mailing List , Linux Kernel Janitors , Oliver Neukum , Ali Akcaagac , Jamie Lenehan , "James E.J. Bottomley" , "Martin K. Petersen" Subject: Re: [PATCH 3/3] Documentation: scsi: dc395x: Remove reference to 2.4 driver In-Reply-To: References: <20230505082704.16228-1-bagasdotme@gmail.com> <20230505082704.16228-4-bagasdotme@gmail.com> Date: Fri, 05 May 2023 07:34:43 -0600 Message-ID: <87pm7enbpo.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Finn Thain writes: > On Fri, 5 May 2023, Bagas Sanjaya wrote: > >> The 2.4 driver link returns 404. > > It's still potentially useful: > https://web.archive.org/web/20140129181343/http://www.garloff.de/kurt/linux/dc395/ > >> As no one runs 2.4 kernel anymore, > > Would it make a difference if someone does run that? Were you planning to > delete the source code for the 2.4 kernel too? Most of the 2.4 code has indeed been deleted *from current kernels*. It's not clear to me why 2.4 documentation should be immune to that same process. If we keep every 20-year-old reference, our docs will be even cruftier and less useful than they are now. Thanks, jon