Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1260230ybt; Sun, 14 Jun 2020 16:31:57 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzfbWyIQndzsI0d2J9JCd4x5YmPmNVkne/ydhGZ1Ucx6SBbhkNvTgWcIIaMEZ3wLp6nMD++ X-Received: by 2002:a17:906:c142:: with SMTP id dp2mr24270061ejc.541.1592177517403; Sun, 14 Jun 2020 16:31:57 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592177517; cv=none; d=google.com; s=arc-20160816; b=zvXSPMvxpQUtOcVDPAcNG3wlB9oqlOxfxFYNK+Rr/PWyChYHxN6UPWx2IKttDTii5S OnLHYCes4loafO5s4JPDwlCQGfsZroo/TjfFqXcONOW4c2Vz+Ajr8A5f42XsiB4g4+kM amLCDkq3KTg8sjirI3vMsqK6cs0ioFoJJXa8T68UPTw+v4/r5e495mr1sNsrC3UJVpbB ABzb0tZVRCsG2Z38CODNU1UbJ4o2zHFJdTB+GFVkiLCwJZWb828mEHQlyNbPlNUY6PBh h1aIX71iIa6GlCj4tsh6U8NeIa4q4NwuiG70lByGg5c3miB3n7BAauXwXYkN8G8iHt/o tRzw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:references:message-id :in-reply-to:subject:cc:to:from:date; bh=T8AeojZ70gQtwUIfOBVllsQmVJPPeOu8qbPVCHAGo8o=; b=Yr/KMKYtBb5UctRKhzqjKO0TgQxmo9IZXPuV59lyznXBEYVRBY2WDmLLAN+MGbZpt8 BdPncOiRMDXjEoJOfjtenCESWYaOTlC+pxjA7AjrZ4XeG01lnWDILaWp/SGvZLS0x1kQ hDVNRVCxYfPP4T+kYQpjyUtNLFI3l6ICsuRfZBTOFXvdQsj9wP+EHN4dxUVogUbxOZ7P PRKNdsC1olW5hhiRm8t2vUMYRM06WTfMWoZ3uzPdMXYCnEOKT57FGepfuGEGY4TTVxLJ +ASDy4n9+VLj2uFWT1t2Qm4XizQV8ZloKjrFQsFb89NKB17GsGIGQllBb4RvT0nOL3Im FjFA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j26si8023436ejs.623.2020.06.14.16.31.35; Sun, 14 Jun 2020 16:31:57 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728012AbgFNX3A (ORCPT + 99 others); Sun, 14 Jun 2020 19:29:00 -0400 Received: from kvm5.telegraphics.com.au ([98.124.60.144]:35186 "EHLO kvm5.telegraphics.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727928AbgFNX3A (ORCPT ); Sun, 14 Jun 2020 19:29:00 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by kvm5.telegraphics.com.au (Postfix) with ESMTP id BFEE1272D7; Sun, 14 Jun 2020 19:28:56 -0400 (EDT) Date: Mon, 15 Jun 2020 09:28:56 +1000 (AEST) From: Finn Thain To: Chris Boot cc: Chris Boot , linuxppc-dev@lists.ozlabs.org, target-devel@vger.kernel.org, linux-scsi@vger.kernel.org, linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Bart Van Assche , Chuhong Yuan , "Martin K . Petersen" , Nicholas Bellinger , Stefan Richter Subject: Re: [PATCH] scsi: target/sbp: remove firewire SBP target driver In-Reply-To: <7ad14946-5c25-fc49-1e48-72d37a607832@boo.tc> Message-ID: References: <01020172acd3d10f-3964f076-a820-43fc-9494-3f3946e9b7b5-000000@eu-west-1.amazonses.com> <7ad14946-5c25-fc49-1e48-72d37a607832@boo.tc> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 14 Jun 2020, Chris Boot wrote: > I expect that if someone finds this useful it can stick around (but > that's not my call). Who's call is that? If the patch had said "From: Martin K. Petersen" and "This driver is being removed because it has the following defects..." that would be some indication of a good-faith willingness to accept users as developers in the spirit of the GPL, which is what you seem to be alluding to (?). > I just don't have the time or inclination or hardware to be able to > maintain it anymore, so someone else would have to pick it up. > Which is why most drivers get orphaned, right?