diff options
author | Nicholas Piggin <[email protected]> | 2023-06-08 12:45:04 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2023-06-09 23:29:50 +1000 |
commit | 7cc99ed87e4aeb3738e6ea7dc4d3ae28ad943601 (patch) | |
tree | b06359967094139b56be97b2734189856151bef4 | |
parent | b8d96bac4a50b8c8adb195e8efae7ea5599c7abf (diff) |
KVM: PPC: Update MAINTAINERS
Michael is merging KVM PPC patches via the powerpc tree and KVM topic
branches. He doesn't necessarily have time to be across all of KVM so
is reluctant to call himself maintainer, but for the mechanics of how
patches flow upstream, it is maintained and does make sense to have
some contact people in MAINTAINERS.
So add Michael Ellerman as KVM PPC maintainer and myself as reviewer.
Split out the subarchs that don't get so much attention.
Signed-off-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 773df6da1148..a0e0a194cf40 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11374,7 +11374,13 @@ F: arch/mips/include/uapi/asm/kvm* F: arch/mips/kvm/ KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc) +M: Michael Ellerman <[email protected]> +R: Nicholas Piggin <[email protected]> +S: Maintained (Book3S 64-bit HV) +S: Odd fixes (Book3S 64-bit PR) +S: Orphan (Book3E and 32-bit) T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/ppc-kvm F: arch/powerpc/include/asm/kvm* F: arch/powerpc/include/uapi/asm/kvm* |