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 6FCFDE810B1 for ; Wed, 27 Sep 2023 09:26:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230478AbjI0J0j (ORCPT ); Wed, 27 Sep 2023 05:26:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230204AbjI0J0g (ORCPT ); Wed, 27 Sep 2023 05:26:36 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A207F3; Wed, 27 Sep 2023 02:26:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=qfYeV0mrUskADI6kvUE3qnG1PQGSpjmorA6QIfYZs4E=; b=T0I0TLBW7+PUBIN/h5ANXCHLiI okhgJ9NsFg/rdLas2o0yGamLfpYUCdOzttLZYJwMzStw1KteKcFykQN4GtztPZfHkBwGHdJ6/elbF EDFWskh1i8J24IRoufVN/OUoUIUhUS3WkJ/9FmDnKUgxWC/kExEBSX/2tg6eW3e4fwqNyXdamM4er EzgxL5bQnCckge9cdIhavxE7GYgKOKWrqDZ93xMKH2cUmWMNGONr+qYIxM3K8tFyHuDopFTDgWSZO GS41L/NqK+jta2t2RCBZtoBmcR/lVPhMtkgOXJdxg9uukH6WAMgO/TU9sASogTbCKap9JHDArJo9T PpZNXyRg==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qlQoR-000T6Z-2P; Wed, 27 Sep 2023 09:26:31 +0000 Date: Wed, 27 Sep 2023 02:26:31 -0700 From: Christoph Hellwig 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 Subject: Re: [PATCH] net: appletalk: remove cops support Message-ID: References: <20230927090029.44704-2-gregkh@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230927090029.44704-2-gregkh@linuxfoundation.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-spdx@vger.kernel.org On Wed, Sep 27, 2023 at 11:00:30AM +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. Looks good: Acked-by: Christoph Hellwig