From patchwork Tue Nov 26 13:30:23 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Julien Grall X-Patchwork-Id: 11262401 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 15A0B6C1 for ; Tue, 26 Nov 2019 13:31:17 +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 F0C0D2071A for ; Tue, 26 Nov 2019 13:31:16 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F0C0D2071A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org 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 1iZavE-0003J9-Fi; Tue, 26 Nov 2019 13:30:28 +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 1iZavD-0003J4-2K for xen-devel@lists.xenproject.org; Tue, 26 Nov 2019 13:30:27 +0000 X-Inumbo-ID: e7c832c6-1050-11ea-a3a2-12813bfff9fa Received: from mail-wm1-f67.google.com (unknown [209.85.128.67]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id e7c832c6-1050-11ea-a3a2-12813bfff9fa; Tue, 26 Nov 2019 13:30:26 +0000 (UTC) Received: by mail-wm1-f67.google.com with SMTP id n188so3340383wme.1 for ; Tue, 26 Nov 2019 05:30:26 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=4MU0JsPwWPECeo8Skl4zCCTpRBnpB8uZZ6g4AZNquBM=; b=boydBgIGMthRC7Tb3oTLAMmwfeVjTG3ZSXCNjw5i2EV8WPAYm+w/p5f7r6V1TQT08k hZmeFTNbifdC9gv0fu8HDvf5fxoveZzadePMh0FpuOcM+kpS2a8iE2rO65aqIekIHAq4 EPVcygoTUQqVUzTJCaT+TwOLxfjOoNsfS6hrE4XSBipgnOadquSLNn4/DOk3ndGLYBlX ZQ1zVomgn7Z4Z9dIFhsntPrB2MuzcoUB+1VoAvAcCU+jqeMwQt3dw6Y9BNHMjb/1I/oE IA2VLabl91Ye4veWyYtiLSITfSrxyWGGjSktA7GiqkpKUwB6c9C4Hl+jfDhL4Kj4Owwn 5DOw== X-Gm-Message-State: APjAAAXnnBbtR82Wvo1uwSB5J78tPnuMtQaFW3hewTUcpUX/YdklqHo2 A7trbN88tzh2ai2SL6bA4TNK5h70OHU= X-Google-Smtp-Source: APXvYqyKno4GvQ8Wjsd5qjxzH5288ey6c7NiU+vhNvTWbqKk7jnas1/EvO73SSRk3VhttgHOWWTvSA== X-Received: by 2002:a1c:3941:: with SMTP id g62mr4202096wma.165.1574775025562; Tue, 26 Nov 2019 05:30:25 -0800 (PST) Received: from a483e7b01a66.ant.amazon.com (54-240-197-236.amazon.com. [54.240.197.236]) by smtp.gmail.com with ESMTPSA id e7sm1714375wrp.43.2019.11.26.05.30.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 26 Nov 2019 05:30:25 -0800 (PST) From: Julien Grall To: xen-devel@lists.xenproject.org Date: Tue, 26 Nov 2019 13:30:23 +0000 Message-Id: <20191126133023.48592-1-julien@xen.org> X-Mailer: git-send-email 2.24.0 MIME-Version: 1.0 Subject: [Xen-devel] [PATCH] MAINTAINERS: Update path to the livepatch documentation 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: Stefano Stabellini , Julien Grall , Wei Liu , Konrad Rzeszutek Wilk , George Dunlap , Andrew Cooper , Ian Jackson , Jan Beulich Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Commit d661611d08 "docs/markdown: Switch to using pandoc, and fix underscore escaping" converted the livepatch documentation from markdown to pandoc. Update MAINTAINERS to reflect the change so the correct maintainers are CCed to the patches. Fixes: d661611d08 ("docs/markdown: Switch to using pandoc, and fix underscore escaping") Signed-off-by: Julien Grall Acked-by: Jan Beulich --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 28e7eb554e..9c827ad759 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -304,7 +304,7 @@ LIVEPATCH M: Konrad Rzeszutek Wilk M: Ross Lagerwall S: Supported -F: docs/misc/livepatch.markdown +F: docs/misc/livepatch.pandoc F: tools/misc/xen-livepatch.c F: xen/arch/*/livepatch* F: xen/arch/*/*/livepatch*