diff mbox series

[v2] cxl: Update MAINTAINERS

Message ID 168921298745.190279.14706856880354094471.stgit@dwillia2-xfh.jf.intel.com
State Accepted
Commit 004ff1b049dda0ec484328a78fc550a9cfc0942b
Headers show
Series [v2] cxl: Update MAINTAINERS | expand

Commit Message

Dan Williams July 13, 2023, 1:50 a.m. UTC
Ben, thank you for all the work to get the CXL subsystem off the ground
and establishing QEMU as a place where hardware vendors can collaborate
on the new advancements and mechanisms appearing in the CXL
specification.

Jonathan, thank you for your continued review and collaboration, you have
been a defacto CXL maintainer for a while now.

Davidlohr, thank you for getting the background command infrastructure
off the ground and your leadership on and off the lists.

Dave Jiang, thank you for yor continued attention to all the
cross-subsytem plumbing issues that CXL continues to create.

Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
Cc: Ben Widawsky <bwidawsk@kernel.org>
Cc: Adam Manzanares <a.manzanares@samsung.com>
Cc: Alison Schofield <alison.schofield@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Acked-by: Davidlohr Bueso <dave@stgolabs.net>
Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Reviewed-by: Adam Manzanares <a.manzanares@samsung.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
Changes in v2:
- Show Dave Jiang his due as well.

 MAINTAINERS |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Verma, Vishal L July 13, 2023, 5:38 a.m. UTC | #1
On Wed, 2023-07-12 at 18:50 -0700, Dan Williams wrote:
> Ben, thank you for all the work to get the CXL subsystem off the ground
> and establishing QEMU as a place where hardware vendors can collaborate
> on the new advancements and mechanisms appearing in the CXL
> specification.
> 
> Jonathan, thank you for your continued review and collaboration, you have
> been a defacto CXL maintainer for a while now.
> 
> Davidlohr, thank you for getting the background command infrastructure
> off the ground and your leadership on and off the lists.
> 
> Dave Jiang, thank you for yor continued attention to all the
> cross-subsytem plumbing issues that CXL continues to create.
> 
> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
> Cc: Ben Widawsky <bwidawsk@kernel.org>
> Cc: Adam Manzanares <a.manzanares@samsung.com>
> Cc: Alison Schofield <alison.schofield@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Acked-by: Davidlohr Bueso <dave@stgolabs.net>
> Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> Reviewed-by: Adam Manzanares <a.manzanares@samsung.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>

Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>

> ---
> Changes in v2:
> - Show Dave Jiang his due as well.
> 
>  MAINTAINERS |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..82de99b6b340 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5140,10 +5140,12 @@ S:      Maintained
>  F:     include/linux/compiler_attributes.h
>  
>  COMPUTE EXPRESS LINK (CXL)
> +M:     Davidlohr Bueso <dave@stgolabs.net>
> +M:     Jonathan Cameron <jonathan.cameron@huawei.com>
> +M:     Dave Jiang <dave.jiang@intel.com>
>  M:     Alison Schofield <alison.schofield@intel.com>
>  M:     Vishal Verma <vishal.l.verma@intel.com>
>  M:     Ira Weiny <ira.weiny@intel.com>
> -M:     Ben Widawsky <bwidawsk@kernel.org>
>  M:     Dan Williams <dan.j.williams@intel.com>
>  L:     linux-cxl@vger.kernel.org
>  S:     Maintained
>
Adam Manzanares July 13, 2023, 4:13 p.m. UTC | #2
On Wed, Jul 12, 2023 at 06:50:36PM -0700, Dan Williams wrote:
> Ben, thank you for all the work to get the CXL subsystem off the ground
> and establishing QEMU as a place where hardware vendors can collaborate
> on the new advancements and mechanisms appearing in the CXL
> specification.
> 
> Jonathan, thank you for your continued review and collaboration, you have
> been a defacto CXL maintainer for a while now.
> 
> Davidlohr, thank you for getting the background command infrastructure
> off the ground and your leadership on and off the lists.
> 
> Dave Jiang, thank you for yor continued attention to all the
> cross-subsytem plumbing issues that CXL continues to create.
> 

Thanks Dave, we notice and appreciate all of your contributions
as well. 

While we are at it, thanks to you Dan, we can't forget
how much you have contributed here as well as the community
you've helped to create.


> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
> Cc: Ben Widawsky <bwidawsk@kernel.org>
> Cc: Adam Manzanares <a.manzanares@samsung.com>
> Cc: Alison Schofield <alison.schofield@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Acked-by: Davidlohr Bueso <dave@stgolabs.net>
> Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> Reviewed-by: Adam Manzanares <a.manzanares@samsung.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> Changes in v2:
> - Show Dave Jiang his due as well.
> 
>  MAINTAINERS |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..82de99b6b340 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5140,10 +5140,12 @@ S:	Maintained
>  F:	include/linux/compiler_attributes.h
>  
>  COMPUTE EXPRESS LINK (CXL)
> +M:	Davidlohr Bueso <dave@stgolabs.net>
> +M:	Jonathan Cameron <jonathan.cameron@huawei.com>
> +M:	Dave Jiang <dave.jiang@intel.com>
>  M:	Alison Schofield <alison.schofield@intel.com>
>  M:	Vishal Verma <vishal.l.verma@intel.com>
>  M:	Ira Weiny <ira.weiny@intel.com>
> -M:	Ben Widawsky <bwidawsk@kernel.org>
>  M:	Dan Williams <dan.j.williams@intel.com>
>  L:	linux-cxl@vger.kernel.org
>  S:	Maintained
>
Dave Jiang July 13, 2023, 4:58 p.m. UTC | #3
On 7/12/23 18:50, Dan Williams wrote:
> Ben, thank you for all the work to get the CXL subsystem off the ground
> and establishing QEMU as a place where hardware vendors can collaborate
> on the new advancements and mechanisms appearing in the CXL
> specification.
> 
> Jonathan, thank you for your continued review and collaboration, you have
> been a defacto CXL maintainer for a while now.
> 
> Davidlohr, thank you for getting the background command infrastructure
> off the ground and your leadership on and off the lists.
> 
> Dave Jiang, thank you for yor continued attention to all the
> cross-subsytem plumbing issues that CXL continues to create.
> 
> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
> Cc: Ben Widawsky <bwidawsk@kernel.org>
> Cc: Adam Manzanares <a.manzanares@samsung.com>
> Cc: Alison Schofield <alison.schofield@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Acked-by: Davidlohr Bueso <dave@stgolabs.net>
> Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> Reviewed-by: Adam Manzanares <a.manzanares@samsung.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>

Acked-by: Dave Jiang <dave.jiang@intel.com>

Thanks Dan!

> ---
> Changes in v2:
> - Show Dave Jiang his due as well.
> 
>   MAINTAINERS |    4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..82de99b6b340 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5140,10 +5140,12 @@ S:	Maintained
>   F:	include/linux/compiler_attributes.h
>   
>   COMPUTE EXPRESS LINK (CXL)
> +M:	Davidlohr Bueso <dave@stgolabs.net>
> +M:	Jonathan Cameron <jonathan.cameron@huawei.com>
> +M:	Dave Jiang <dave.jiang@intel.com>
>   M:	Alison Schofield <alison.schofield@intel.com>
>   M:	Vishal Verma <vishal.l.verma@intel.com>
>   M:	Ira Weiny <ira.weiny@intel.com>
> -M:	Ben Widawsky <bwidawsk@kernel.org>
>   M:	Dan Williams <dan.j.williams@intel.com>
>   L:	linux-cxl@vger.kernel.org
>   S:	Maintained
>
Alison Schofield July 13, 2023, 8:38 p.m. UTC | #4
On Wed, Jul 12, 2023 at 06:50:36PM -0700, Dan Williams wrote:
> Ben, thank you for all the work to get the CXL subsystem off the ground
> and establishing QEMU as a place where hardware vendors can collaborate
> on the new advancements and mechanisms appearing in the CXL
> specification.
> 
> Jonathan, thank you for your continued review and collaboration, you have
> been a defacto CXL maintainer for a while now.

:)

> 
> Davidlohr, thank you for getting the background command infrastructure
> off the ground and your leadership on and off the lists.

:)

> 
> Dave Jiang, thank you for yor continued attention to all the
> cross-subsytem plumbing issues that CXL continues to create.

:)

> 
> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
> Cc: Ben Widawsky <bwidawsk@kernel.org>
> Cc: Adam Manzanares <a.manzanares@samsung.com>
> Cc: Alison Schofield <alison.schofield@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Acked-by: Davidlohr Bueso <dave@stgolabs.net>
> Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> Reviewed-by: Adam Manzanares <a.manzanares@samsung.com>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>

Reviewed-by: Alison Schofield <alison.schofield@intel.com>

> ---
> Changes in v2:
> - Show Dave Jiang his due as well.
> 
>  MAINTAINERS |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3be1bdfe8ecc..82de99b6b340 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5140,10 +5140,12 @@ S:	Maintained
>  F:	include/linux/compiler_attributes.h
>  
>  COMPUTE EXPRESS LINK (CXL)
> +M:	Davidlohr Bueso <dave@stgolabs.net>
> +M:	Jonathan Cameron <jonathan.cameron@huawei.com>
> +M:	Dave Jiang <dave.jiang@intel.com>
>  M:	Alison Schofield <alison.schofield@intel.com>
>  M:	Vishal Verma <vishal.l.verma@intel.com>
>  M:	Ira Weiny <ira.weiny@intel.com>
> -M:	Ben Widawsky <bwidawsk@kernel.org>
>  M:	Dan Williams <dan.j.williams@intel.com>
>  L:	linux-cxl@vger.kernel.org
>  S:	Maintained
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 3be1bdfe8ecc..82de99b6b340 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5140,10 +5140,12 @@  S:	Maintained
 F:	include/linux/compiler_attributes.h
 
 COMPUTE EXPRESS LINK (CXL)
+M:	Davidlohr Bueso <dave@stgolabs.net>
+M:	Jonathan Cameron <jonathan.cameron@huawei.com>
+M:	Dave Jiang <dave.jiang@intel.com>
 M:	Alison Schofield <alison.schofield@intel.com>
 M:	Vishal Verma <vishal.l.verma@intel.com>
 M:	Ira Weiny <ira.weiny@intel.com>
-M:	Ben Widawsky <bwidawsk@kernel.org>
 M:	Dan Williams <dan.j.williams@intel.com>
 L:	linux-cxl@vger.kernel.org
 S:	Maintained