2022-09-06 17:58:06

by Vishnu Dasa

[permalink] [raw]
Subject: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers

From: Vishnu Dasa <[email protected]>

This series updates a few existing maintainer entries for VMware
supported drivers and adds a new entry for vsock vmci transport
driver.

Vishnu Dasa (3):
MAINTAINERS: Change VMware PVSCSI driver entry to upper case
MAINTAINERS: Change status of some VMware drivers
MAINTAINERS: Add a new entry for VMWARE VSOCK VMCI TRANSPORT DRIVER

MAINTAINERS | 26 +++++++++++++++++++-------
1 file changed, 19 insertions(+), 7 deletions(-)

--
2.35.1


2022-09-06 18:11:50

by Vishnu Dasa

[permalink] [raw]
Subject: [PATCH 1/3] MAINTAINERS: Change VMware PVSCSI driver entry to upper case

From: Vishnu Dasa <[email protected]>

Change 'VMware PVSCSI driver' entry to upper case.

This is a trivial change being done for uniformity.

Signed-off-by: Vishnu Dasa <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 38f9ef4b53ec..b75eb23a099b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -21834,7 +21834,7 @@ L: [email protected]
S: Maintained
F: drivers/infiniband/hw/vmw_pvrdma/

-VMware PVSCSI driver
+VMWARE PVSCSI DRIVER
M: Vishal Bhakta <[email protected]>
R: VMware PV-Drivers Reviewers <[email protected]>
L: [email protected]
--
2.35.1

2022-09-07 08:01:38

by Stefano Garzarella

[permalink] [raw]
Subject: Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers

On Tue, Sep 06, 2022 at 10:27:19AM -0700, [email protected] wrote:
>From: Vishnu Dasa <[email protected]>
>
>This series updates a few existing maintainer entries for VMware
>supported drivers and adds a new entry for vsock vmci transport
>driver.
>

Since you are updating MAINTAINERS, what about adding
"include/linux/vmw_vmci*" under "VMWARE VMCI DRIVER"?

Thanks,
Stefano

2022-09-10 10:08:08

by Vishnu Dasa

[permalink] [raw]
Subject: Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers


> On Sep 7, 2022, at 12:51 AM, Stefano Garzarella <[email protected]> wrote:
>
> On Tue, Sep 06, 2022 at 10:27:19AM -0700, [email protected] wrote:
>> From: Vishnu Dasa <[email protected]>
>>
>> This series updates a few existing maintainer entries for VMware
>> supported drivers and adds a new entry for vsock vmci transport
>> driver.
>>
>
> Since you are updating MAINTAINERS, what about adding "include/linux/vmw_vmci*" under "VMWARE VMCI DRIVER"?

I'll send a separate patch for this. Thanks!!

> Thanks,
> Stefano

2022-09-19 17:55:36

by Jakub Kicinski

[permalink] [raw]
Subject: Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers

On Tue, 6 Sep 2022 10:27:19 -0700 [email protected] wrote:
> From: Vishnu Dasa <[email protected]>
>
> This series updates a few existing maintainer entries for VMware
> supported drivers and adds a new entry for vsock vmci transport
> driver.

Just to be sure - who are you expecting to take these in?

2022-09-20 08:35:22

by Stefano Garzarella

[permalink] [raw]
Subject: Re: [PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers

On Mon, Sep 19, 2022 at 10:41:47AM -0700, Jakub Kicinski wrote:
>On Tue, 6 Sep 2022 10:27:19 -0700 [email protected] wrote:
>> From: Vishnu Dasa <[email protected]>
>>
>> This series updates a few existing maintainer entries for VMware
>> supported drivers and adds a new entry for vsock vmci transport
>> driver.
>
>Just to be sure - who are you expecting to take these in?
>

FYI Greg already queued this series in his char-misc-next branch:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/log/?h=char-misc-next

Thanks,
Stefano