[PATCH] Hyper-V: add myself as maintainer

longli@linux.microsoft.com posted 1 patch 3 months, 3 weeks ago
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
[PATCH] Hyper-V: add myself as maintainer
Posted by longli@linux.microsoft.com 3 months, 3 weeks ago
From: Long Li <longli@microsoft.com>

Also include MANA RDMA driver in the Hyper-V maintained list.

Signed-off-by: Long Li <longli@microsoft.com>
---
 MAINTAINERS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a8a770714101..6912af480f9d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11399,6 +11399,7 @@ M:	"K. Y. Srinivasan" <kys@microsoft.com>
 M:	Haiyang Zhang <haiyangz@microsoft.com>
 M:	Wei Liu <wei.liu@kernel.org>
 M:	Dexuan Cui <decui@microsoft.com>
+M:	Long Li <longli@microsoft.com>
 L:	linux-hyperv@vger.kernel.org
 S:	Supported
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git
@@ -11416,6 +11417,7 @@ F:	arch/x86/kernel/cpu/mshyperv.c
 F:	drivers/clocksource/hyperv_timer.c
 F:	drivers/hid/hid-hyperv.c
 F:	drivers/hv/
+F:	drivers/infiniband/hw/mana/
 F:	drivers/input/serio/hyperv-keyboard.c
 F:	drivers/iommu/hyperv-iommu.c
 F:	drivers/net/ethernet/microsoft/
@@ -11435,6 +11437,7 @@ F:	include/hyperv/hvhdk_mini.h
 F:	include/linux/hyperv.h
 F:	include/net/mana
 F:	include/uapi/linux/hyperv.h
+F:	include/uapi/rdma/mana-abi.h
 F:	net/vmw_vsock/hyperv_transport.c
 F:	tools/hv/
 
-- 
2.34.1
Re: [PATCH] Hyper-V: add myself as maintainer
Posted by Wei Liu 3 months, 3 weeks ago
On Fri, Oct 17, 2025 at 02:58:14PM -0700, longli@linux.microsoft.com wrote:
> From: Long Li <longli@microsoft.com>
> 
> Also include MANA RDMA driver in the Hyper-V maintained list.
> 
> Signed-off-by: Long Li <longli@microsoft.com>

I changed the subject to "MAINTAINERS: Add Long Li as a Hyper-V maintainer".

Applied to hyperv-next.

Wei