[PATCH] MAINTAINERS: name the kvmarm/kvmarm next branch
Matthias Goergens
matthias.goergens at gmail.com
Wed Sep 23 20:35:36 PDT 2026
The T: entry for KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64) names
kvmarm/kvmarm without a branch. The repository's HEAD (master,
0225fd5e0a6a) is a commit from 2020-05-01 that mainline already
contains. linux-next pulls next from this repository (Next/Trees,
next-20260923), and on 2026-09-24 that branch carried work not yet in
mainline. Name the branch so the entry identifies where development
happens.
Documentation/process/submitting-patches.rst sends contributors to the
T: entry to find the tree to prepare patches against, so a branch-less
entry whose HEAD is already in mainline points them at the wrong tree.
Signed-off-by: Matthias Goergens <matthias.goergens at gmail.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index cc3cae2e378b..8394e0a1c149 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14301,7 +14301,7 @@ R: Zenghui Yu <yuzenghui at huawei.com>
L: linux-arm-kernel at lists.infradead.org (moderated for non-subscribers)
L: kvmarm at lists.linux.dev
S: Maintained
-T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git next
F: Documentation/virt/kvm/arm/
F: Documentation/virt/kvm/devices/arm*
F: arch/arm64/include/asm/kvm*
base-commit: 40288c9206c17eb66a603262e06a58d300d0f279
--
2.55.0
More information about the linux-arm-kernel
mailing list