From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from isilmar-4.linta.de (isilmar-4.linta.de [136.243.71.142]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DD8E237C923; Thu, 23 Apr 2026 05:58:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=136.243.71.142 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776923884; cv=none; b=lNVCG4CY7kexMB8U2ZeJU+5ihOKje/70CVvhpc5sY6dkH9a9TRv2euS5MEzXEm8ObEW1+Pt/R5k72951JjeRjg5PayEAy2mw3ImetoStWbPxa8DLXk+Xd1XTY2zTdUtBQcrmtzobDrhrZ4rke8S7ubUcKZUeEnM8JCGgwVUlmFk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776923884; c=relaxed/simple; bh=17CWfY63CJpkL5X3N8B6Nj5ektoHahVkJ4AqnzUiJpo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LugwxR5VU2tuVSA9c05D9GQIPkQSYOpWprzFr5JZYfi5AROAMpj3VfXj9rX2gG3CqTiiUwcO3l05mzc0p8MQHCDOyKun2gdMPO7f01pvk3xlph0uFvpHLSODhn8E1oIUYI2LFQhnPXkmgnxjsHZFzOLA11IBGfIq+V52GT7JkeE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=dominikbrodowski.net; spf=pass smtp.mailfrom=dominikbrodowski.net; arc=none smtp.client-ip=136.243.71.142 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=dominikbrodowski.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=dominikbrodowski.net Received: by isilmar-4.linta.de (Postfix, from userid 1000) id A64F52006ED; Thu, 23 Apr 2026 05:49:24 +0000 (UTC) Date: Thu, 23 Apr 2026 07:49:24 +0200 From: Dominik Brodowski To: Andrew Lunn Cc: Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Jonathan Corbet , Shuah Khan , Geert Uytterhoeven , Michael Fritscher , Byron Stanoszek , Daniel Palmer , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-doc@vger.kernel.org Subject: Re: [PATCH net v2 13/15] drivers: net: 8390: pcnet: Remove this driver Message-ID: References: <20260422-v7-0-0-net-next-driver-removal-v1-v2-0-08a5b59784d5@lunn.ch> <20260422-v7-0-0-net-next-driver-removal-v1-v2-13-08a5b59784d5@lunn.ch> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260422-v7-0-0-net-next-driver-removal-v1-v2-13-08a5b59784d5@lunn.ch> On Wed, Apr 22, 2026 at 01:01:56PM -0500, Andrew Lunn wrote: > The pcnet was written by David A. Hindsh in 1999. It is an PCMCIA > device, so unlikely to be used with modern kernels. > > Signed-off-by: Andrew Lunn > --- > drivers/net/ethernet/8390/Kconfig | 11 - > drivers/net/ethernet/8390/Makefile | 1 - > drivers/net/ethernet/8390/pcnet_cs.c | 1717 ---------------------------------- NACK for this one. This is the most common PCMCIA networking device, so should be removed only once the rest of the PCMCIA subsystem is removed. For the other removals of PCMCIA device drivers in this series: Acked-by: Dominik Brodowski Thanks, Dominik