From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 88E67233924; Tue, 19 May 2026 22:46:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779230787; cv=none; b=KTZTqdfn9OosGFq6LJ3v+RojAp9KmHHPLAK1eju8G5jOeZaWVgzDyG8vyoqHKSu9FbyZEDMD4X5cbJG6dSBydbv2DomyA9fJ/zR2m/TJS1f/H3n8krQMMSi8l1j21PDfuQiewi9AXAC4HNKiCPEdAYAc/6U6OVqU76YWU5jyRH8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779230787; c=relaxed/simple; bh=CCPmPTbfFv5he77EFc/fjGyY6j6WEa645ygiEI0mMfw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=RFdl9Qu+zznFQidMiydTfEJITsYWO61+8LBH0b3y7D0UEhQ6/ptSzFu5O6YcXXY10njyS72UnAxW7HdKLvmT/Gh1VCFgKRkARhiMbUFka0WsKGhKS01gn3lfl16hFWyzhMzMuiQfCSRcrAHmGVShRlAHttULc1AJLL8ThAMQDBs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gIoGyJ1Z; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gIoGyJ1Z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B61891F000E9; Tue, 19 May 2026 22:46:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779230786; bh=9dxkO42r5a+IWZjuGgvUPHesx13P6vVGJsquyNsJLyU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=gIoGyJ1ZP7MOqHD05kodIcTJaOWhFpxJygkgkE4y0wUtgmRaixFCq5u9L8dPAHqwc 5JLeNUIimJIyAbrQ/CebvSc7//r04PwUmaa/axybfnFDDHGoAulfx2sNs7sIxI1Pvw 9QovZc0gFdW7w4HekBIlv5FPhaTTAph0pswSwLO/yhWZVMGGx/JcM5i5ZM3V1QdW0o 95QG2FD1ph7d+jw4Mv7UHAeNynJ76BVqrtGl4w4ugQF9kECPdXACL+aHBsA59+wSyf oXiH2tWBoDfvY7AnXTkiUkPE05uHyzDm1iLSKXeW1+BCrQYngLM+LxQis8R2AqzOL/ YJKoBaaHoJfIg== Date: Tue, 19 May 2026 15:46:24 -0700 From: Jakub Kicinski To: Francois Romieu Cc: Lukas Bulwahn , Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: drop obsolete 3C509 NETWORK DRIVER section Message-ID: <20260519154624.109b6ffd@kernel.org> In-Reply-To: <20260519142345.GA2451985@electric-eye.fr.zoreil.com> References: <20260519040532.277078-1-lukas.bulwahn@redhat.com> <20260519142345.GA2451985@electric-eye.fr.zoreil.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 19 May 2026 16:23:45 +0200 Francois Romieu wrote: > Lukas Bulwahn : > > Commit 91f3a27ae9f66 ("drivers: net: 3com: 3c509: Remove this driver") > > removes the 3c509 network driver, but misses to also remove the MAINTAINERS > > section 3C509 NETWORK DRIVER. > > > > Simply drop the obsolete 3C509 NETWORK DRIVER section. > > Actually, the maintainer section was recently added. Yes, the driver is coming back.