2022-09-15 03:21:38

by Vishnu Dasa

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Add header files under VMWARE VMCI DRIVER

From: Vishnu Dasa <[email protected]>

Add include/linux/vmw_vmci* files under VMWARE VMCI DRIVER.

Acked-by: Bryan Tan <[email protected]>
Signed-off-by: Vishnu Dasa <[email protected]>
Suggested-by: Stefano Garzarella <[email protected]>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9475aa701a3f..7c6f7fbba31a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21860,6 +21860,7 @@ R: VMware PV-Drivers Reviewers <[email protected]>
L: [email protected]
S: Supported
F: drivers/misc/vmw_vmci/
+F: include/linux/vmw_vmci*

VMWARE VMMOUSE SUBDRIVER
M: Zack Rusin <[email protected]>
--
2.35.1


2022-09-15 17:40:56

by Stefano Garzarella

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Add header files under VMWARE VMCI DRIVER

On Wed, Sep 14, 2022 at 08:13:21PM -0700, [email protected] wrote:
>From: Vishnu Dasa <[email protected]>
>
>Add include/linux/vmw_vmci* files under VMWARE VMCI DRIVER.
>
>Acked-by: Bryan Tan <[email protected]>
>Signed-off-by: Vishnu Dasa <[email protected]>
>Suggested-by: Stefano Garzarella <[email protected]>
>---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)

Acked-by: Stefano Garzarella <[email protected]>