From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 728CCE7C4EC for ; Wed, 4 Oct 2023 18:52:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244288AbjJDSw1 (ORCPT ); Wed, 4 Oct 2023 14:52:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243740AbjJDSw0 (ORCPT ); Wed, 4 Oct 2023 14:52:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 71092A7; Wed, 4 Oct 2023 11:52:22 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6A96C433C8; Wed, 4 Oct 2023 18:52:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696445542; bh=x4Pg5cXI3dCKI7KGq5PPllrfX7jO8ITvdEruIzR40UA=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=VzZFwcE3SXKBH55CeuvlpjLwmP1bWb8ikJ6s5jkw+LmkcV4L2zIXuppz7Hi1cLLyq KU4Im2Mx7mNHkm/LayF9xGz4oJpj/S+GfE8WjCE/ganc8cg8GrDvcKlKoh/csUH4B1 qlL6g1N1r+ga0JBsk45D8vz4M5qJHxWKKh7qPXOkNlGs58KRHNOGTfP49X9pYhTQwk lb5sCiJIrlXGvB6CEryfmPXMZZX5IT6ttRQJSFZuBM2jYiQ+ge6y3gbFhJbHbIZj0t om9F8loyB34QmwIp+oWS70Q9SIHwbMLv/M2VRRFgHbHLsGsoTsRv1vSS6NJO0kalfs J6er07+2ZqL1A== Date: Wed, 4 Oct 2023 11:52:20 -0700 From: Jakub Kicinski To: Greg Kroah-Hartman Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spdx@vger.kernel.org, Prarit Bhargava , Christoph Hellwig , Vitaly Kuznetsov , jschlst@samba.org, Doug Brown , Arnd Bergmann Subject: Re: [PATCH] net: appletalk: remove cops support Message-ID: <20231004115220.5c3776eb@kernel.org> In-Reply-To: <20230927090029.44704-2-gregkh@linuxfoundation.org> References: <20230927090029.44704-2-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 27 Sep 2023 11:00:30 +0200 Greg Kroah-Hartman wrote: > The COPS Appletalk support is very old, never said to actually work > properly, and the firmware code for the devices are under a very suspect > license. Remove it all to clear up the license issue, if it is still > needed and actually used by anyone, we can add it back later once the > license is cleared up. Nice, Doug and Arnd also mentioned this in the past so let me add them to the CC as I apply this...