diff options
author | 2021-04-06 14:10:33 +0100 | |
---|---|---|
committer | 2021-04-07 17:37:51 +0100 | |
commit | 1a219e08ecd76a047b231f6e860c0a7d4dfb49b7 (patch) | |
tree | 7881012a8ab3446ccdbbee862078bdf34440ebd2 | |
parent | KVM: arm64: Fix error return code in init_hyp_mode() (diff) | |
download | linux-dev-1a219e08ecd76a047b231f6e860c0a7d4dfb49b7.tar.xz linux-dev-1a219e08ecd76a047b231f6e860c0a7d4dfb49b7.zip |
KVM: arm64: Mark the kvmarm ML as moderated for non-subscribers
The kvmarm mailing list is moderated for non-subscriber, but that
was never advertised. Fix this with the hope that people will
eventually subscribe before posting, saving me the hassle of
letting their post through eventually.
Signed-off-by: Marc Zyngier <maz@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 803bd0551512..54b4f2bcfe19 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9768,7 +9768,7 @@ R: James Morse <james.morse@arm.com> R: Alexandru Elisei <alexandru.elisei@arm.com> R: Suzuki K Poulose <suzuki.poulose@arm.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) -L: kvmarm@lists.cs.columbia.edu +L: kvmarm@lists.cs.columbia.edu (moderated for non-subscribers) S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git F: arch/arm64/include/asm/kvm* |