The following commit has been merged into the x86/urgent branch of tip: Commit-ID: 43d3b7f6a362c06a19f14ff432993780aaad7ffd Gitweb: https://git.kernel.org/tip/43d3b7f6a362c06a19f14ff432993780aaad7ffd Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Thu, 04 Nov 2021 10:59:55 +01:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Fri, 05 Nov 2021 14:16:44 +01:00 MAINTAINERS: Add some information to PARAVIRT_OPS entry Most patches for paravirt_ops are going through the tip tree, as those patches tend to touch x86 specific files a lot. Add the x86 ML and the tip tree to the PARAVIRT_OPS MAINTAINERS entry in order to reflect that. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20211104095955.4813-1-jgross@xxxxxxxx --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 96a96b1..0ad926b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14191,7 +14191,9 @@ M: Juergen Gross <jgross@xxxxxxxx> M: Deep Shah <sdeep@xxxxxxxxxx> M: "VMware, Inc." <pv-drivers@xxxxxxxxxx> L: virtualization@xxxxxxxxxxxxxxxxxxxxxxxxxx +L: x86@xxxxxxxxxx S: Supported +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core F: Documentation/virt/paravirt_ops.rst F: arch/*/include/asm/paravirt*.h F: arch/*/kernel/paravirt*