From nobody Sun May 5 16:07:42 2024 Delivered-To: importer@patchew.org Received-SPF: none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) client-ip=192.237.175.120; envelope-from=xen-devel-bounces@lists.xenproject.org; helo=lists.xenproject.org; Authentication-Results: mx.zohomail.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org ARC-Seal: i=1; a=rsa-sha256; t=1565893590; cv=none; d=zoho.com; s=zohoarc; b=b4RCr8v8ijossagY7fqPye1Aus52Ma555OXde5hTJSoaR5nSRes9Ya/Qzt7b2Q9AU0ruVCNQ4Q5IOhc4fLMqHw/pnpjCY+LE9+O7ECsFf8E4S4Qt/UCXL5Eyy0VIVeVmLdKqmI5DDfaIEpAh4KahS/ZLj/miHMitumjM4yRw7aY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1565893590; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=hgSTSvbXSoc6npvkHR9ftGgEjeKlXXlm7O/p4+Hso9Q=; b=WwIHcueNfVLkhYl9AfnjNe13Xm3fYA9QIYVjGPfwHz6lXBoST9OhY8PrnQLFu/v1YXXS8TfhtwzAyQPkmvDY22QKMqjHK6Clk/zRby9M25ZFFXnuK9GVE67u7ZE9GJMEIptRx4wBz/D4RtHQfV4D87qGUMr3UGPv3YTkoZHG+PQ= ARC-Authentication-Results: i=1; mx.zoho.com; spf=none (zoho.com: 192.237.175.120 is neither permitted nor denied by domain of lists.xenproject.org) smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Return-Path: Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) by mx.zohomail.com with SMTPS id 1565893590841265.1423337272139; Thu, 15 Aug 2019 11:26:30 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hyKQa-0003DP-ER; Thu, 15 Aug 2019 18:24:48 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hyKQZ-0003DK-Ao for xen-devel@lists.xenproject.org; Thu, 15 Aug 2019 18:24:47 +0000 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id f53dec2e-bf89-11e9-8ba6-12813bfff9fa; Thu, 15 Aug 2019 18:24:45 +0000 (UTC) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hyKQX-0005Tu-C2; Thu, 15 Aug 2019 18:24:45 +0000 Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by xenbits.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1hyKQX-0002j0-5b; Thu, 15 Aug 2019 18:24:45 +0000 X-Inumbo-ID: f53dec2e-bf89-11e9-8ba6-12813bfff9fa From: Lars Kurth To: xen-devel@lists.xenproject.org Date: Thu, 15 Aug 2019 19:16:27 +0100 Message-Id: <4c08e311d56967af4e9cb7863c2ecc3a90ceb83a.1565892726.git.lars.kurth@citrix.com> X-Mailer: git-send-email 2.13.0 Subject: [Xen-devel] [PATCH LIVEPATCH-BUILD-TOOLS] Introduce a MAINTAINERS file X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Lars Kurth , Ross Lagerwall , Konrad Rzeszutek Wilk MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Rationale: this will allow us to use get_maintainer.pl / add_maintainers.pl scripts from xen.git Signed-off-by: Lars Kurth Acked-by: Ross Lagerwall --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 MAINTAINERS diff --git a/MAINTAINERS b/MAINTAINERS new file mode 100644 index 0000000..de2aedb --- /dev/null +++ b/MAINTAINERS @@ -0,0 +1,11 @@ +This file follows the same conventions as outlined in +xen.git:MAINTAINERS. Please refer to the file in xen.git +for more information. + +THE REST +M: Konrad Rzeszutek Wilk +M: Ross Lagerwall +L: xen-devel@lists.xenproject.org +S: Supported +F: * +F: */ --=20 2.13.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel