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 B5CA2BA4B for ; Mon, 9 Oct 2023 19:27:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="zH4xbDsi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E32B5C433C8; Mon, 9 Oct 2023 19:27:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696879643; bh=bMuuJuCXLdqxidHDsH8QCILci9B9gM7g0lwjeG1YW4U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=zH4xbDsiAQHqh6hl8mrAxYcwj8mNztG5SYCp7m1W3xhND77GB3rwmbtQwUEp7F3Uw UXe/oyvEukMz43DGszMtGlflcZmRQhICRgJmWArRZ+8XMfEb+Vrx2HHsLCjAQ+S73w 9gcdagDN42f8J6TBq09O0xKebvtnByN6FBpnEVDI= Date: Mon, 9 Oct 2023 21:27:20 +0200 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: netdev@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Arnd Bergmann , Doug Brown , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] appletalk: remove ipddp driver Message-ID: <2023100910-hydrogen-unless-9916@gregkh> References: <20231009141139.1766345-1-arnd@kernel.org> 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: <20231009141139.1766345-1-arnd@kernel.org> On Mon, Oct 09, 2023 at 04:10:28PM +0200, Arnd Bergmann wrote: > From: Arnd Bergmann > > After the cops driver is removed, ipddp is now the only > CONFIG_DEV_APPLETALK but as far as I can tell, this also has no users > and can be removed, making appletalk support purely based on ethertalk, > using ethernet hardware. > > Link: https://lore.kernel.org/netdev/e490dd0c-a65d-4acf-89c6-c06cb48ec880@app.fastmail.com/ > Link: https://lore.kernel.org/netdev/9cac4fbd-9557-b0b8-54fa-93f0290a6fb8@schmorgal.com/ > Cc: Doug Brown > Signed-off-by: Arnd Bergmann > --- Acked-by: Greg Kroah-Hartman