From patchwork Tue Nov 26 12:30:27 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Wieczorkiewicz, Pawel" X-Patchwork-Id: 11262111 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E37C1109A for ; Tue, 26 Nov 2019 12:31:16 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C0A1C2068E for ; Tue, 26 Nov 2019 12:31:16 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=amazon.de header.i=@amazon.de header.b="jzIREb9r" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C0A1C2068E Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=amazon.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.89) (envelope-from ) id 1iZZzI-00069m-Aa; Tue, 26 Nov 2019 12:30:36 +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 1iZZzH-00069f-0H for xen-devel@lists.xenproject.org; Tue, 26 Nov 2019 12:30:35 +0000 X-Inumbo-ID: 8b0664c0-1048-11ea-a39f-12813bfff9fa Received: from smtp-fw-6002.amazon.com (unknown [52.95.49.90]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 8b0664c0-1048-11ea-a39f-12813bfff9fa; Tue, 26 Nov 2019 12:30:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.de; i=@amazon.de; q=dns/txt; s=amazon201209; t=1574771435; x=1606307435; h=from:to:cc:subject:date:message-id:mime-version; bh=JqMBrsG0pfRAq6B2tsNquQJufW7iW/igGeW8pd9N+b0=; b=jzIREb9rd1hMJeQ/aeGGjuVqBPwIVmOiAzY79eLQrHAtEVCwbzR0OgYy MxnUolnTQnC9LPmtNxWVSHo/s+M0RaKTcPvcsPxoxoeyTeyOaO0lH+XNa hFci6oBpbFSJlUjH0pJgc/h1k07JU+ThgZFzTWkkQFvfePTaioFdZ8W5f c=; IronPort-SDR: OXjOsu3cPioaJ0TTVBC0AA4u8bIsaiLAvSB17ueV1XJncvitIZ0Vee34oRmRE2hbRU9fZoflMd hyN7OD+sC8NA== X-IronPort-AV: E=Sophos;i="5.69,245,1571702400"; d="scan'208";a="4944320" Received: from iad6-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-2a-d0be17ee.us-west-2.amazon.com) ([10.124.125.6]) by smtp-border-fw-out-6002.iad6.amazon.com with ESMTP; 26 Nov 2019 12:30:34 +0000 Received: from EX13MTAUEA001.ant.amazon.com (pdx4-ws-svc-p6-lb7-vlan3.pdx.amazon.com [10.170.41.166]) by email-inbound-relay-2a-d0be17ee.us-west-2.amazon.com (Postfix) with ESMTPS id C9698A285B; Tue, 26 Nov 2019 12:30:32 +0000 (UTC) Received: from EX13D05EUB003.ant.amazon.com (10.43.166.253) by EX13MTAUEA001.ant.amazon.com (10.43.61.82) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 26 Nov 2019 12:30:31 +0000 Received: from EX13MTAUEB001.ant.amazon.com (10.43.60.96) by EX13D05EUB003.ant.amazon.com (10.43.166.253) with Microsoft SMTP Server (TLS) id 15.0.1367.3; Tue, 26 Nov 2019 12:30:31 +0000 Received: from dev-dsk-wipawel-1a-0c4e6d58.eu-west-1.amazon.com (10.4.134.33) by mail-relay.amazon.com (10.43.60.129) with Microsoft SMTP Server id 15.0.1367.3 via Frontend Transport; Tue, 26 Nov 2019 12:30:30 +0000 From: Pawel Wieczorkiewicz To: Date: Tue, 26 Nov 2019 12:30:27 +0000 Message-ID: <20191126123027.9032-1-wipawel@amazon.de> X-Mailer: git-send-email 2.16.5 MIME-Version: 1.0 Precedence: Bulk Subject: [Xen-devel] [PATCH] MAINTAINERS: Add mandatory V: version identifier X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.23 List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Pawel Wieczorkiewicz , Lars Kurth , Ross Lagerwall , Konrad Rzeszutek Wilk Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" This seems required by the Xen repo's add_maintainers.pl script. Signed-off-by: Pawel Wieczorkiewicz --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index de2aedb..aa04d06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9,3 +9,4 @@ L: xen-devel@lists.xenproject.org S: Supported F: * F: */ +V: xen-maintainers-1