All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers
@ 2022-03-29 18:42 Dennis Dalessandro
  2022-03-30  7:45 ` Leon Romanovsky
  2022-04-04 13:39 ` Jason Gunthorpe
  0 siblings, 2 replies; 5+ messages in thread
From: Dennis Dalessandro @ 2022-03-29 18:42 UTC (permalink / raw)
  To: leonro, jgg; +Cc: linux-rdma

Remove Mike's contact from maintainers file.

Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
---
 MAINTAINERS |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index ea3e6c9..9dc04be 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8506,7 +8506,6 @@ F:	include/linux/cciss*.h
 F:	include/uapi/linux/cciss*.h
 
 HFI1 DRIVER
-M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
 M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
 L:	linux-rdma@vger.kernel.org
 S:	Supported
@@ -14358,7 +14357,6 @@ F:	drivers/char/hw_random/optee-rng.c
 
 OPA-VNIC DRIVER
 M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
-M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
 L:	linux-rdma@vger.kernel.org
 S:	Supported
 F:	drivers/infiniband/ulp/opa_vnic
@@ -15756,7 +15754,6 @@ F:	include/uapi/linux/qemu_fw_cfg.h
 
 QIB DRIVER
 M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
-M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
 L:	linux-rdma@vger.kernel.org
 S:	Supported
 F:	drivers/infiniband/hw/qib/
@@ -16271,7 +16268,6 @@ F:	drivers/net/ethernet/rdc/r6040.c
 
 RDMAVT - RDMA verbs software
 M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
-M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
 L:	linux-rdma@vger.kernel.org
 S:	Supported
 F:	drivers/infiniband/sw/rdmavt


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers
  2022-03-29 18:42 [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers Dennis Dalessandro
@ 2022-03-30  7:45 ` Leon Romanovsky
  2022-03-30 12:49   ` Dennis Dalessandro
  2022-04-04 13:39 ` Jason Gunthorpe
  1 sibling, 1 reply; 5+ messages in thread
From: Leon Romanovsky @ 2022-03-30  7:45 UTC (permalink / raw)
  To: Dennis Dalessandro; +Cc: jgg, linux-rdma

On Tue, Mar 29, 2022 at 02:42:21PM -0400, Dennis Dalessandro wrote:
> Remove Mike's contact from maintainers file.
> 
> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> ---
>  MAINTAINERS |    4 ----
>  1 file changed, 4 deletions(-)

What about rdma-core?

Thanks

> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ea3e6c9..9dc04be 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8506,7 +8506,6 @@ F:	include/linux/cciss*.h
>  F:	include/uapi/linux/cciss*.h
>  
>  HFI1 DRIVER
> -M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
>  M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
>  L:	linux-rdma@vger.kernel.org
>  S:	Supported
> @@ -14358,7 +14357,6 @@ F:	drivers/char/hw_random/optee-rng.c
>  
>  OPA-VNIC DRIVER
>  M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> -M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
>  L:	linux-rdma@vger.kernel.org
>  S:	Supported
>  F:	drivers/infiniband/ulp/opa_vnic
> @@ -15756,7 +15754,6 @@ F:	include/uapi/linux/qemu_fw_cfg.h
>  
>  QIB DRIVER
>  M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> -M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
>  L:	linux-rdma@vger.kernel.org
>  S:	Supported
>  F:	drivers/infiniband/hw/qib/
> @@ -16271,7 +16268,6 @@ F:	drivers/net/ethernet/rdc/r6040.c
>  
>  RDMAVT - RDMA verbs software
>  M:	Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> -M:	Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
>  L:	linux-rdma@vger.kernel.org
>  S:	Supported
>  F:	drivers/infiniband/sw/rdmavt
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers
  2022-03-30  7:45 ` Leon Romanovsky
@ 2022-03-30 12:49   ` Dennis Dalessandro
  2022-03-30 12:59     ` Leon Romanovsky
  0 siblings, 1 reply; 5+ messages in thread
From: Dennis Dalessandro @ 2022-03-30 12:49 UTC (permalink / raw)
  To: Leon Romanovsky; +Cc: jgg, linux-rdma

On 3/30/22 3:45 AM, Leon Romanovsky wrote:
> On Tue, Mar 29, 2022 at 02:42:21PM -0400, Dennis Dalessandro wrote:
>> Remove Mike's contact from maintainers file.
>>
>> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
>> ---
>>  MAINTAINERS |    4 ----
>>  1 file changed, 4 deletions(-)
> 
> What about rdma-core?
> 
> Thanks
> 
On the way.

-Denny

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers
  2022-03-30 12:49   ` Dennis Dalessandro
@ 2022-03-30 12:59     ` Leon Romanovsky
  0 siblings, 0 replies; 5+ messages in thread
From: Leon Romanovsky @ 2022-03-30 12:59 UTC (permalink / raw)
  To: Dennis Dalessandro; +Cc: jgg, linux-rdma

On Wed, Mar 30, 2022 at 08:49:45AM -0400, Dennis Dalessandro wrote:
> On 3/30/22 3:45 AM, Leon Romanovsky wrote:
> > On Tue, Mar 29, 2022 at 02:42:21PM -0400, Dennis Dalessandro wrote:
> >> Remove Mike's contact from maintainers file.
> >>
> >> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> >> ---
> >>  MAINTAINERS |    4 ----
> >>  1 file changed, 4 deletions(-)
> > 
> > What about rdma-core?
> > 
> > Thanks
> > 
> On the way.

Thanks

BTW, Jason didn't plan to send another PR to Linus in this cycle, so
this patch will be picked in -rc1.

> 
> -Denny

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers
  2022-03-29 18:42 [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers Dennis Dalessandro
  2022-03-30  7:45 ` Leon Romanovsky
@ 2022-04-04 13:39 ` Jason Gunthorpe
  1 sibling, 0 replies; 5+ messages in thread
From: Jason Gunthorpe @ 2022-04-04 13:39 UTC (permalink / raw)
  To: Dennis Dalessandro; +Cc: leonro, linux-rdma

On Tue, Mar 29, 2022 at 02:42:21PM -0400, Dennis Dalessandro wrote:
> Remove Mike's contact from maintainers file.
> 
> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
> ---
>  MAINTAINERS |    4 ----
>  1 file changed, 4 deletions(-)

Applied to for-rc, thanks

Jason

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-04-04 13:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 18:42 [PATCH for-next] MAINTAINERS: Update qib and hfi1 related drivers Dennis Dalessandro
2022-03-30  7:45 ` Leon Romanovsky
2022-03-30 12:49   ` Dennis Dalessandro
2022-03-30 12:59     ` Leon Romanovsky
2022-04-04 13:39 ` Jason Gunthorpe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.