Srivatsa S. Bhat
2023-May-12 16:49 UTC
[PATCH 1/3] MAINTAINERS: Update maintainers for paravirt-ops
From: "Srivatsa S. Bhat (VMware)" <srivatsa at csail.mit.edu> I have decided to change employers and I'm not sure if I'll be able to spend as much time on the paravirt-ops subsystem going forward. So, I would like to remove myself from the maintainer role for paravirt-ops. Remove Srivatsa from the maintainers entry and add Ajay Kaher as an additional reviewer for paravirt-ops. Also, add an entry to CREDITS for Srivatsa. Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> Acked-by: Alexey Makhalov <amakhalov at vmware.com> Acked-by: Ajay Kaher <akaher at vmware.com> --- CREDITS | 4 ++++ MAINTAINERS | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 2d9da9a7defa..5d48f1a201f2 100644 --- a/CREDITS +++ b/CREDITS @@ -383,6 +383,10 @@ E: tomas at nocrew.org W: http://tomas.nocrew.org/ D: dsp56k device driver +N: Srivatsa S. Bhat +E: srivatsa at csail.mit.edu +D: Maintainer of Generic Paravirt-Ops subsystem + N: Ross Biro E: ross.biro at gmail.com D: Original author of the Linux networking code diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d3163..2d8d000353b5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15929,7 +15929,7 @@ F: include/uapi/linux/ppdev.h PARAVIRT_OPS INTERFACE M: Juergen Gross <jgross at suse.com> -M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> +R: Ajay Kaher <akaher at vmware.com> R: Alexey Makhalov <amakhalov at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: virtualization at lists.linux-foundation.org -- 2.25.1
Srivatsa S. Bhat
2023-May-12 16:49 UTC
[PATCH 2/3] MAINTAINERS: Update maintainers for VMware hypervisor interface
From: "Srivatsa S. Bhat (VMware)" <srivatsa at csail.mit.edu> I have decided to change employers, so I would like to remove myself from the maintainer role for VMware-supported subsystems. Remove Srivatsa from the maintainers entry for VMware hypervisor interface and add Ajay Kaher as a co-maintainer. Also, update CREDITS for Srivatsa. Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> Acked-by: Ajay Kaher <akaher at vmware.com> Acked-by: Alexey Makhalov <amakhalov at vmware.com> --- CREDITS | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 5d48f1a201f2..313435c93e2c 100644 --- a/CREDITS +++ b/CREDITS @@ -386,6 +386,7 @@ D: dsp56k device driver N: Srivatsa S. Bhat E: srivatsa at csail.mit.edu D: Maintainer of Generic Paravirt-Ops subsystem +D: Maintainer of VMware hypervisor interface N: Ross Biro E: ross.biro at gmail.com diff --git a/MAINTAINERS b/MAINTAINERS index 2d8d000353b5..309d4cc325f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22493,7 +22493,7 @@ S: Supported F: drivers/misc/vmw_balloon.c VMWARE HYPERVISOR INTERFACE -M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> +M: Ajay Kaher <akaher at vmware.com> M: Alexey Makhalov <amakhalov at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: virtualization at lists.linux-foundation.org -- 2.25.1
Srivatsa S. Bhat
2023-May-12 16:49 UTC
[PATCH net 3/3] MAINTAINERS: Update maintainers for VMware virtual PTP clock driver
From: "Srivatsa S. Bhat (VMware)" <srivatsa at csail.mit.edu> I have decided to change employers, so I would like to remove myself from the maintainer role for VMware-supported subsystems. Remove Srivatsa from the maintainers entry for VMware virtual PTP clock driver (ptp_vmw) and add Ajay Kaher as an additional reviewer. Also, update CREDITS for Srivatsa. Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> Acked-by: Ajay Kaher <akaher at vmware.com> Acked-by: Alexey Makhalov <amakhalov at vmware.com> Acked-by: Deep Shah <sdeep at vmware.com> --- CREDITS | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index 313435c93e2c..670c256aff5d 100644 --- a/CREDITS +++ b/CREDITS @@ -387,6 +387,7 @@ N: Srivatsa S. Bhat E: srivatsa at csail.mit.edu D: Maintainer of Generic Paravirt-Ops subsystem D: Maintainer of VMware hypervisor interface +D: Maintainer of VMware virtual PTP clock driver (ptp_vmw) N: Ross Biro E: ross.biro at gmail.com diff --git a/MAINTAINERS b/MAINTAINERS index 309d4cc325f9..a00bea4d7438 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22520,8 +22520,8 @@ F: drivers/scsi/vmw_pvscsi.c F: drivers/scsi/vmw_pvscsi.h VMWARE VIRTUAL PTP CLOCK DRIVER -M: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> M: Deep Shah <sdeep at vmware.com> +R: Ajay Kaher <akaher at vmware.com> R: Alexey Makhalov <amakhalov at vmware.com> R: VMware PV-Drivers Reviewers <pv-drivers at vmware.com> L: netdev at vger.kernel.org -- 2.25.1
Juergen Gross
2023-May-13 10:11 UTC
[PATCH 1/3] MAINTAINERS: Update maintainers for paravirt-ops
On 12.05.23 18:49, Srivatsa S. Bhat wrote:> From: "Srivatsa S. Bhat (VMware)" <srivatsa at csail.mit.edu> > > I have decided to change employers and I'm not sure if I'll be able to > spend as much time on the paravirt-ops subsystem going forward. So, I > would like to remove myself from the maintainer role for paravirt-ops. > > Remove Srivatsa from the maintainers entry and add Ajay Kaher as an > additional reviewer for paravirt-ops. Also, add an entry to CREDITS > for Srivatsa. > > Signed-off-by: Srivatsa S. Bhat (VMware) <srivatsa at csail.mit.edu> > Acked-by: Alexey Makhalov <amakhalov at vmware.com> > Acked-by: Ajay Kaher <akaher at vmware.com>Acked-by: Juergen Gross <jgross at suse.com> Juergen -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_0xB0DE9DD628BF132F.asc Type: application/pgp-keys Size: 3098 bytes Desc: OpenPGP public key URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20230513/24f2233a/attachment.bin> -------------- next part -------------- A non-text attachment was scrubbed... Name: OpenPGP_signature Type: application/pgp-signature Size: 495 bytes Desc: OpenPGP digital signature URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20230513/24f2233a/attachment.sig>