diff options
author | Juergen Gross <jgross@suse.com> | 2021-11-04 10:59:55 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2021-11-05 14:16:44 +0100 |
commit | 43d3b7f6a362c06a19f14ff432993780aaad7ffd (patch) | |
tree | 8477372245ce95da8a615c9b0d4c567215606084 /MAINTAINERS | |
parent | 30d02551ba4f681cfa605cedacf231b8641169f0 (diff) | |
download | linux-43d3b7f6a362c06a19f14ff432993780aaad7ffd.tar.gz linux-43d3b7f6a362c06a19f14ff432993780aaad7ffd.tar.bz2 linux-43d3b7f6a362c06a19f14ff432993780aaad7ffd.zip |
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@suse.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20211104095955.4813-1-jgross@suse.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 96a96b1529dd..0ad926ba362f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14191,7 +14191,9 @@ M: Juergen Gross <jgross@suse.com> M: Deep Shah <sdeep@vmware.com> M: "VMware, Inc." <pv-drivers@vmware.com> L: virtualization@lists.linux-foundation.org +L: x86@kernel.org 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* |