From nobody Wed May 8 08:49:13 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=1568308888; cv=none; d=zoho.com; s=zohoarc; b=n2Trup2MMBcRM7k6iJfHSsQcfMVJ2qyD4EJO831daV2mbYlWZ3jcoPznFElI7tYSMkNo5bpuFiODNJmflmM6EeKvqXf5xwuFbLSWxMyHMDHdMFaMAhYzUu5XewmB1DArJuviH4e1W/p8TKKs2XFuvX57tr5Bz/pC1Ng9Tq6lMSQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568308888; 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=7yY/1uyqSF/Xb4J4SKZPWJvWiWctTApBYZYzwFr9+j0=; b=LwH0MPdRjohUcwqaCWISSKoj56A7ExzOVXqiWxzWUTpcVte5PFSHZZ3froPTKqGBohDHSV9thBFWQ6ibOEgEBuKlp9kfRPUDgeGe2jpQtLxSNhRBOsRCT5JTkWOoj07tC+r9+rxLp93UAEa+spq8g3ZuT3/OGmGyibnW6lPJjYY= 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 1568308888817770.6674023289713; Thu, 12 Sep 2019 10:21:28 -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 1i8Sl0-0003AA-GK; Thu, 12 Sep 2019 17:19:46 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8Sky-0003A5-M1 for xen-devel@lists.xenproject.org; Thu, 12 Sep 2019 17:19:44 +0000 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 831f9486-d581-11e9-b76c-bc764e2007e4; Thu, 12 Sep 2019 17:19:44 +0000 (UTC) Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8Skx-0006BY-Ip; Thu, 12 Sep 2019 17:19:43 +0000 Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by xenbits.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1i8Skx-00080k-Bt; Thu, 12 Sep 2019 17:19:43 +0000 X-Inumbo-ID: 831f9486-d581-11e9-b76c-bc764e2007e4 From: Lars Kurth To: xen-devel@lists.xenproject.org Date: Thu, 12 Sep 2019 18:19:23 +0100 Message-Id: <20190912171923.3050-1-lars.kurth@citrix.com> X-Mailer: git-send-email 2.13.0 Subject: [Xen-devel] [livepatch-build-tools] Add V: entry to maintainers 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" Usage of get_maintainers.pl now requires the V: entry under THE REST to identify a MAINTAINERS file in one of the Xen trees. See [1] [1] lists.xenproject.org/archives/html/xen-devel/2019-09/threads.html#00263 Signed-off-by: Lars Kurth --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index de2aedb..b92a8fe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9,3 +9,4 @@ L: xen-devel@lists.xenproject.org S: Supported F: * F: */ +V: xen-maintainers-1 --=20 2.13.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel