From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 1E3781DF27D; Fri, 23 Jan 2026 18:11:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769191918; cv=none; b=BYc1ZMNaNLt3XmN79TIDCIavz0WOvcbC4Hj+cXNUqAc3iP/UCwQ5QGC7e/wcah4Hvqa+Rznru6CTG2YHD7+JmjfquwDWMYXiQV03qoBldHVZPQ6MxbGshaPHCFg6q1m5lhDeKxbo7he+J0w/OdFjItTSqezTIohQ9VKdid26llQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769191918; c=relaxed/simple; bh=gAu59N+pafJqOnym+UnaH+Jh421RCCkXaq2oHeKQwyc=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=FP3bwLHfS0MH0qPhW5RhUYNPEFHVNGGTDdy1q0xPuObqFj2oeyJP+TfxsTPYJWa9vdnNMfTqvnsAWGvEPYRdnlcVj9SfTS90ZqjL7zChqVp/h4Y8mkmeCvPJ0dMfbwmWec9Nb6KNIbgajb+wkV7LzuWrNc4gCkMEeTWiG0ok2qY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LvwePtsh; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LvwePtsh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6BA38C4CEF1; Fri, 23 Jan 2026 18:11:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769191917; bh=gAu59N+pafJqOnym+UnaH+Jh421RCCkXaq2oHeKQwyc=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=LvwePtshB6UIxrIW7FGsza5eXIE59STNMmWVvsp2x4a0k7oWK6L/nkvXpMny6Y0N0 t1cdNdNtomNAL3LXCy81O3+dMW1wArBcJCl+kTme6UinW/FePbJLAAar2b2SDVFT37 PaylQ2U63tbJdsnNnJHNmqToZ0U+MctQUu60NCBxSfkfQQyfIOro8BndVP7AzGfySX 2dCTNodn3jt9yar2BXHmcyWJQ8BRNrjOiSTV8OP3+A2n86eGGvfxkDSYZbZAs0Hp0p T7BiYPgnI7LNHfD+t1UwdrFrqfbNWOeRRTX4v3Mt34WgC66PjoejENdtnUgLXhIovk A+IwYQ8ILJicQ== Date: Fri, 23 Jan 2026 12:11:56 -0600 From: Bjorn Helgaas To: Ethan Nelson-Moore Cc: netdev@vger.kernel.org, linux-doc@vger.kernel.org, linux-pci@vger.kernel.org, linux-mips@vger.kernel.org, linux-s390@vger.kernel.org, rust-for-linux@vger.kernel.org, Jon Mason , Jonathan Corbet , Linas Vepstas , Mahesh J Salgaonkar , Oliver O'Halloran , Bjorn Helgaas , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , Thomas Bogendoerfer , Madhavan Srinivasan , Michael Ellerman , Nicholas Piggin , "Christophe Leroy (CS GROUP)" , Heiko Carstens , Vasily Gorbik , Alexander Gordeev , Christian Borntraeger , Sven Schnelle , Andrew Lunn , Danilo Krummrich , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Miguel Ojeda , Boqun Feng , Gary Guo , =?utf-8?B?QmrDtnJu?= Roy Baron , Benno Lossin , Andreas Hindborg , Alice Ryhl , Trevor Gross , Andrew Morton , Martin =?utf-8?Q?Kepplinger-Novakovi=C4=87?= , Pavel Machek , MD Danish Anwar , Mengyuan Lou , Pablo Neira Ayuso , Huacai Chen , Theodore Ts'o , Takashi Iwai , Eric Biggers , Madadi Vineeth Reddy , Ard Biesheuvel , "Martin K. Petersen" , Frederic Barrat , Andrew Donnellan , Herbert Xu , Vadim Fedorenko , Lorenzo Bianconi , Dong Yibo , Lukas Bulwahn , Vivian Wang , Thomas Gleixner , Ingo Molnar Subject: Re: [PATCH net-next] net: ethernet: neterion: s2io: remove unused driver Message-ID: <20260123181156.GA84531@bhelgaas> 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: <20260123033233.16906-1-enelsonmoore@gmail.com> On Thu, Jan 22, 2026 at 07:30:41PM -0800, Ethan Nelson-Moore wrote: > ... Remove the driver, and move the former maintainer > to the CREDITS file (restoring credit for the vxge driver, which was > removed in commit f05643a0f60b ("eth: remove neterion/vxge"). > include/linux/pci_ids.h | 6 - Not sure there's value in removing the IDs from pci_ids.h. It may lead to unnecessary conflicts later for stable and other backports. > +++ b/include/linux/pci_ids.h > @@ -2445,12 +2445,6 @@ > #define PCI_DEVICE_ID_ARECA_1680 0x1680 > #define PCI_DEVICE_ID_ARECA_1681 0x1681 > > -#define PCI_VENDOR_ID_S2IO 0x17d5 > -#define PCI_DEVICE_ID_S2IO_WIN 0x5731 > -#define PCI_DEVICE_ID_S2IO_UNI 0x5831 > -#define PCI_DEVICE_ID_HERC_WIN 0x5732 > -#define PCI_DEVICE_ID_HERC_UNI 0x5832 > - > #define PCI_VENDOR_ID_SITECOM 0x182d > #define PCI_DEVICE_ID_SITECOM_DC105V2 0x3069