From patchwork Wed Sep 21 22:08:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Gunthorpe X-Patchwork-Id: 9344269 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 D0073607D4 for ; Wed, 21 Sep 2016 22:08:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BAB232A1A7 for ; Wed, 21 Sep 2016 22:08:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AF8B22A4BB; Wed, 21 Sep 2016 22:08:58 +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=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, 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 E0B1F2A1A7 for ; Wed, 21 Sep 2016 22:08:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753010AbcIUWI4 (ORCPT ); Wed, 21 Sep 2016 18:08:56 -0400 Received: from quartz.orcorp.ca ([184.70.90.242]:41340 "EHLO quartz.orcorp.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754689AbcIUWIz (ORCPT ); Wed, 21 Sep 2016 18:08:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=obsidianresearch.com; s=rsa1; h=References:In-Reply-To:Message-Id:Date:Subject:To:From; bh=cm/qnKyVHYwlclXR1R6sQi33SEdBO7zEy5Dg5y3cIkE=; b=SagSmhlpPf1wIY3w5eBq/cz8LO0RDxLc3k0x3N8RCyaSqzcMcjubDOxZ1ZHiLbN+ioFZNKMTV7+auicGsewRZD8gvGzZCUvnN3hfAu/9f7PUAi+P483nWjcWxZtjupTQUcpwTSCm4PFNbEi3KWw1fDT1ndsG/Ddg3iE28eA4BzA=; Received: from [10.0.0.151] (helo=jggl.edm.orcorp.ca) by quartz.orcorp.ca with esmtps (TLS1.2:ECDHE_RSA_AES_128_CBC_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1bmphF-0003vd-S5 for linux-rdma@vger.kernel.org; Wed, 21 Sep 2016 16:08:53 -0600 From: Jason Gunthorpe To: linux-rdma@vger.kernel.org Subject: [PATCH 02/23] Move the AUTHORS files into MAINTAINERS Date: Wed, 21 Sep 2016 16:08:28 -0600 Message-Id: <1474495729-17604-3-git-send-email-jgunthorpe@obsidianresearch.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1474495729-17604-1-git-send-email-jgunthorpe@obsidianresearch.com> References: <1474495729-17604-1-git-send-email-jgunthorpe@obsidianresearch.com> X-Broken-Reverse-DNS: no host name found for IP address 10.0.0.151 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 Mark historical past authors using the 'H:' tag. We don't need this information sprinkled throughout the tree. Signed-off-by: Jason Gunthorpe --- MAINTAINERS | 13 +++++++++++++ ibacm/AUTHORS | 1 - iwpmd/AUTHORS | 2 -- libcxgb3/AUTHORS | 1 - libcxgb4/AUTHORS | 1 - libhfi1verbs/AUTHORS | 1 - libi40iw/AUTHORS | 1 - libibcm/AUTHORS | 2 -- libibumad/AUTHORS | 3 --- libibverbs/AUTHORS | 4 ---- libipathverbs/AUTHORS | 1 - libmlx4/AUTHORS | 2 -- libmlx5/AUTHORS | 2 -- libmthca/AUTHORS | 2 -- libnes/AUTHORS | 1 - libocrdma/AUTHORS | 1 - librdmacm/AUTHORS | 1 - 17 files changed, 13 insertions(+), 26 deletions(-) delete mode 100644 ibacm/AUTHORS delete mode 100644 iwpmd/AUTHORS delete mode 100644 libcxgb3/AUTHORS delete mode 100644 libcxgb4/AUTHORS delete mode 100644 libhfi1verbs/AUTHORS delete mode 100644 libi40iw/AUTHORS delete mode 100644 libibcm/AUTHORS delete mode 100644 libibumad/AUTHORS delete mode 100644 libibverbs/AUTHORS delete mode 100644 libipathverbs/AUTHORS delete mode 100644 libmlx4/AUTHORS delete mode 100644 libmlx5/AUTHORS delete mode 100644 libmthca/AUTHORS delete mode 100644 libnes/AUTHORS delete mode 100644 libocrdma/AUTHORS delete mode 100644 librdmacm/AUTHORS diff --git a/ibacm/AUTHORS b/ibacm/AUTHORS deleted file mode 100644 index f76b870b4dba..000000000000 diff --git a/iwpmd/AUTHORS b/iwpmd/AUTHORS deleted file mode 100644 index 10d4e6567693..000000000000 diff --git a/libcxgb3/AUTHORS b/libcxgb3/AUTHORS deleted file mode 100644 index 5d9d2e254c6c..000000000000 diff --git a/libcxgb4/AUTHORS b/libcxgb4/AUTHORS deleted file mode 100644 index 5d9d2e254c6c..000000000000 diff --git a/libhfi1verbs/AUTHORS b/libhfi1verbs/AUTHORS deleted file mode 100644 index 669766569127..000000000000 diff --git a/libi40iw/AUTHORS b/libi40iw/AUTHORS deleted file mode 100644 index 64c97fbe1f34..000000000000 diff --git a/libibcm/AUTHORS b/libibcm/AUTHORS deleted file mode 100644 index a694ab7046b6..000000000000 diff --git a/libibumad/AUTHORS b/libibumad/AUTHORS deleted file mode 100644 index d09c13fe2781..000000000000 diff --git a/libibverbs/AUTHORS b/libibverbs/AUTHORS deleted file mode 100644 index fcea3504a516..000000000000 diff --git a/libipathverbs/AUTHORS b/libipathverbs/AUTHORS deleted file mode 100644 index 48d6abcd54b9..000000000000 diff --git a/libmlx4/AUTHORS b/libmlx4/AUTHORS deleted file mode 100644 index 4d0f22c2632b..000000000000 diff --git a/libmlx5/AUTHORS b/libmlx5/AUTHORS deleted file mode 100644 index 11cba6b7cb32..000000000000 diff --git a/libmthca/AUTHORS b/libmthca/AUTHORS deleted file mode 100644 index 165aea78cd02..000000000000 diff --git a/libnes/AUTHORS b/libnes/AUTHORS deleted file mode 100644 index 64c97fbe1f34..000000000000 diff --git a/libocrdma/AUTHORS b/libocrdma/AUTHORS deleted file mode 100644 index b930ad385164..000000000000 diff --git a/librdmacm/AUTHORS b/librdmacm/AUTHORS deleted file mode 100644 index f76b870b4dba..000000000000 diff --git a/MAINTAINERS b/MAINTAINERS index 71e8724f87ac..b39529feec9b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11,6 +11,7 @@ Descriptions of section entries: F: providers/* all files in drivers/net, but not below F: */net/* all files in "any top level directory"/net One pattern per line. Multiple F: lines acceptable. + H: Historical authors L: Mailing list that is relevant to this area M: Designated reviewer: FullName These reviewers should be CCed on patches. @@ -73,22 +74,30 @@ F: libipathverbs/ IWARP PORT MAPPER DAEMON (for iwarp kernel providers) M: Tatyana Nikolova +H: Robert Sharp S: Supported F: iwpmd/ LIBIBCM USERSPACE LIBRARY FOR IB CONNECTION MANAGEMENT (/dev/infiniband/ucmX) M: Sean Hefty +H: Libor Michalek S: Obsolete F: libibcm/ LIBIBUMAD USERSPACE LIBRARY FOR SMP AND GMP MAD PROCESSING (/dev/infiniband/umadX) M: Hal Rosenstock +H: Sasha Khapyorsky +H: Shahar Frank S: Supported F: libibumad/ LIBIBVERBS USERSPACE LIBRARY FOR RDMA VERBS (/dev/infiniband/uverbsX) M: Doug Ledford M: Yishai Hadas +H: Michael S. Tsirkin +H: Sean Hefty +H: Dotan Barak +H: Roland Dreier S: Supported F: libibverbs/ @@ -99,16 +108,20 @@ F: librdmacm/ MLX4 USERSPACE PROVIDER (for mlx4_ib.ko) M: Yishai Hadas +H: Roland Dreier S: Supported F: libmlx4/ MLX5 USERSPACE PROVIDER (for mlx5_ib.ko) M: Yishai Hadas +H: Eli Cohen S: Supported F: libmlx5/ MTHCA USERSPACE PROVIDER (for ib_mthca.ko) M: Vladimir Sokolovsky +H: Michael S. Tsirkin +H: Roland Dreier S: Supported F: libmthca/