From patchwork Fri Jun 22 15:11:17 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bart Van Assche X-Patchwork-Id: 10482391 X-Patchwork-Delegate: jgg@ziepe.ca Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id F1D8360230 for ; Fri, 22 Jun 2018 15:11:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F032520950 for ; Fri, 22 Jun 2018 15:11:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E3DED28BB0; Fri, 22 Jun 2018 15:11:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3FF0B20950 for ; Fri, 22 Jun 2018 15:11:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933542AbeFVPLT (ORCPT ); Fri, 22 Jun 2018 11:11:19 -0400 Received: from esa2.hgst.iphmx.com ([68.232.143.124]:23384 "EHLO esa2.hgst.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933304AbeFVPLS (ORCPT ); Fri, 22 Jun 2018 11:11:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1529681372; x=1561217372; h=from:to:cc:subject:date:message-id; bh=zE8hqYb7gST/+P5fDKOZ+ih2++hmrXHvA7BeNXNNcho=; b=KOmQdoMogTLcmoTolMtTkj5paLv+HN3FqAVa1VeDxyLoLrYod0pKiTy7 cjLrd6uX4491xKoV2KgtD2whZRKtLFdCf4wQlpFIQ7sx1YMqZyplKvxZJ xlIYRzVI8XfkqXbT9boupLURAsNvllwh0+DHLm0bydYGrfstdNVFa9zXO 8or9HOun7OMEjkqYWsDKoNv3rtX5QFee55e2ZauwGZryEvKMI64XhudTw CZkM7wEs74tA5zq/omxsslFw66+MMvGFGwIyXrcpm8KQYATJxwAkQwWOw jXpy9yrd4LfEUhSKJhMci2fOt9lwdo8ogTLxmnRRXberCouW2DHuEkOb7 w==; X-IronPort-AV: E=Sophos;i="5.51,257,1526313600"; d="scan'208";a="178298359" Received: from h199-255-45-15.hgst.com (HELO uls-op-cesaep02.wdc.com) ([199.255.45.15]) by ob1.hgst.iphmx.com with ESMTP; 22 Jun 2018 23:29:31 +0800 Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep02.wdc.com with ESMTP; 22 Jun 2018 08:00:46 -0700 Received: from thinkpad-bart.sdcorp.global.sandisk.com ([10.111.67.248]) by uls-op-cesaip02.wdc.com with ESMTP; 22 Jun 2018 08:11:18 -0700 From: Bart Van Assche To: Jason Gunthorpe Cc: Doug Ledford , linux-rdma@vger.kernel.org, Bart Van Assche , Bart Van Assche , David Dillow Subject: [PATCH] MAINTAINERS: Update SRP entries Date: Fri, 22 Jun 2018 08:11:17 -0700 Message-Id: <20180622151117.6214-1-bart.vanassche@wdc.com> X-Mailer: git-send-email 2.17.1 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Reflect the acquisition of SanDisk by Western Digital in my e-mail address. Remove the reference to David Dillow's git tree since SRP patches are queued by Doug and Jason. Remove the reference to the OpenFabrics website since the srp_daemon source code has been moved from that website into the rdma-core project. Add an entry for the SRP target driver. Signed-off-by: Bart Van Assche Cc: Bart Van Assche Cc: David Dillow --- MAINTAINERS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..37a1d71f417e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12621,15 +12621,21 @@ S: Maintained F: drivers/scsi/sr* SCSI RDMA PROTOCOL (SRP) INITIATOR -M: Bart Van Assche +M: Bart Van Assche L: linux-rdma@vger.kernel.org S: Supported -W: http://www.openfabrics.org Q: http://patchwork.kernel.org/project/linux-rdma/list/ -T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git F: drivers/infiniband/ulp/srp/ F: include/scsi/srp.h +SCSI RDMA PROTOCOL (SRP) TARGET +M: Bart Van Assche +L: linux-rdma@vger.kernel.org +L: target-devel@vger.kernel.org +S: Supported +Q: http://patchwork.kernel.org/project/linux-rdma/list/ +F: drivers/infiniband/ulp/srpt/ + SCSI SG DRIVER M: Doug Gilbert L: linux-scsi@vger.kernel.org