From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from winds.org (winds.org [68.75.195.9]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0562F284693; Tue, 21 Apr 2026 20:53:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=68.75.195.9 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776804799; cv=none; b=V7KRisv04vHnvRFFCn4SA7KCpTnwPXVTW/2p/qa0htLUAg9XTLgusCUf1yGJbIQGR2is4yUhwquU9gMj/HVdu1Wy7qewXVGHvCv/yiLoDK1n5iCMLIdY0+IQgXzR0rGYJrNIuc8D8d2O54OzGuOk3lxwA01BoaYY1rHa1OkEmyc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776804799; c=relaxed/simple; bh=QoFZGLINUdvi6hni0vd5/nD8B8jGX/+CNG7TXvDoxS0=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References: MIME-Version:Content-Type; b=SchCJpNtSyo25c23VGWrwpibVdrXi1JNic9dlvteJG829LLgAGqq8sM6mtW1pvexFFphdFJti2nrRMPgCQ9IcrGbMfryoWGcyNagg8xwN3RBma8JK+JfIVBTa36SW+3LfNWJl0sAQm/rWE0draSh6jukjKkRAdnRimH4++7gfZE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=winds.org; spf=pass smtp.mailfrom=winds.org; arc=none smtp.client-ip=68.75.195.9 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=winds.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=winds.org Received: by winds.org (Postfix, from userid 100) id 1F55B8F95F82; Tue, 21 Apr 2026 16:44:11 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by winds.org (Postfix) with ESMTP id 1E49A13369000; Tue, 21 Apr 2026 16:44:11 -0400 (EDT) Date: Tue, 21 Apr 2026 16:44:11 -0400 (EDT) From: Byron Stanoszek To: Andrew Lunn cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Jonathan Corbet , Shuah Khan , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH net 00/18] Remove a number of ISA and PCMCIA Ethernet drivers In-Reply-To: <20260421-v7-0-0-net-next-driver-removal-v1-v1-0-69517c689d1f@lunn.ch> Message-ID: <71d319ef-cd49-e8a8-70dd-cf0763ac6305@winds.org> References: <20260421-v7-0-0-net-next-driver-removal-v1-v1-0-69517c689d1f@lunn.ch> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed On Tue, 21 Apr 2026, Andrew Lunn wrote: > These old drivers have not been much of a Maintenance burden until > recently. Now there are more newbies using AI and fuzzers finding > issues, resulting in more work for Maintainers. Fixing these old > drivers make little sense, if it is not clear they have users. > > drivers: net: 3com: 3c59x: Remove this driver Hi Andrew, I happen to still use this driver on several hundred industrial PC installations that were outfitted with 3com 3C905-B & CX cards 15+ years ago. The old hardware still runs, therefore those cards haven't needed to be replaced. I keep these systems up to date with the latest Linux kernel roughly once per year. I understand the maintenance burden, but I would be delighted to continue receiving bug fixes for this driver via the mainline Linux kernel if you are still willing to continue to support it. Thanks and best regards, -Byron