linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer
@ 2023-03-23  4:07 Zqiang
  2023-03-23 19:15 ` Joel Fernandes
  0 siblings, 1 reply; 4+ messages in thread
From: Zqiang @ 2023-03-23  4:07 UTC (permalink / raw)
  To: paulmck, frederic, joel, rcu, linux-kernel

I have spent about two years studying and contributing to RCU,
and sharing RCU-related knowledge within my team, if possible,
please consider me as R ;-).

Signed-off-by: Zqiang <qiang1.zhang@intel.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d5bc223f305..b304d3c7b45b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17642,6 +17642,7 @@ R:	Steven Rostedt <rostedt@goodmis.org>
 R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
 R:	Lai Jiangshan <jiangshanlai@gmail.com>
 R:	Joel Fernandes <joel@joelfernandes.org>
+R:	Zqiang <qiang1.zhang@intel.com>
 L:	rcu@vger.kernel.org
 S:	Supported
 W:	http://www.rdrop.com/users/paulmck/RCU/
-- 
2.25.1


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

* Re: [PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer
  2023-03-23  4:07 [PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer Zqiang
@ 2023-03-23 19:15 ` Joel Fernandes
  2023-03-24  2:23   ` Zhang, Qiang1
  0 siblings, 1 reply; 4+ messages in thread
From: Joel Fernandes @ 2023-03-23 19:15 UTC (permalink / raw)
  To: Zqiang; +Cc: paulmck, frederic, rcu, linux-kernel

On Thu, Mar 23, 2023 at 12:07:29PM +0800, Zqiang wrote:
> I have spent about two years studying and contributing to RCU,
> and sharing RCU-related knowledge within my team, if possible,
> please consider me as R ;-).
> 
> Signed-off-by: Zqiang <qiang1.zhang@intel.com>

I am pulling this and the one adding Boqun for 6.4 based on discussion with Paul.

Congrats. ;-)

thanks,

 - Joel


> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d5bc223f305..b304d3c7b45b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17642,6 +17642,7 @@ R:	Steven Rostedt <rostedt@goodmis.org>
>  R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>  R:	Lai Jiangshan <jiangshanlai@gmail.com>
>  R:	Joel Fernandes <joel@joelfernandes.org>
> +R:	Zqiang <qiang1.zhang@intel.com>
>  L:	rcu@vger.kernel.org
>  S:	Supported
>  W:	http://www.rdrop.com/users/paulmck/RCU/
> -- 
> 2.25.1
> 

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

* RE: [PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer
  2023-03-23 19:15 ` Joel Fernandes
@ 2023-03-24  2:23   ` Zhang, Qiang1
  2023-03-28  2:38     ` Joel Fernandes
  0 siblings, 1 reply; 4+ messages in thread
From: Zhang, Qiang1 @ 2023-03-24  2:23 UTC (permalink / raw)
  To: Joel Fernandes; +Cc: paulmck, frederic, rcu, linux-kernel

>On Thu, Mar 23, 2023 at 12:07:29PM +0800, Zqiang wrote:
> I have spent about two years studying and contributing to RCU,
> and sharing RCU-related knowledge within my team, if possible,
> please consider me as R ;-).
> 
> Signed-off-by: Zqiang <qiang1.zhang@intel.com>
>
>I am pulling this and the one adding Boqun for 6.4 based on discussion with Paul.

Thanks Joel,  looking forward to our more discussions😊.

>
>Congrats. ;-)
>
>thanks,
>
> - Joel
>
>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d5bc223f305..b304d3c7b45b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17642,6 +17642,7 @@ R:	Steven Rostedt <rostedt@goodmis.org>
>  R:	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>  R:	Lai Jiangshan <jiangshanlai@gmail.com>
>  R:	Joel Fernandes <joel@joelfernandes.org>
> +R:	Zqiang <qiang1.zhang@intel.com>
>  L:	rcu@vger.kernel.org
>  S:	Supported
>  W:	http://www.rdrop.com/users/paulmck/RCU/
> -- 
> 2.25.1
> 

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

* Re: [PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer
  2023-03-24  2:23   ` Zhang, Qiang1
@ 2023-03-28  2:38     ` Joel Fernandes
  0 siblings, 0 replies; 4+ messages in thread
From: Joel Fernandes @ 2023-03-28  2:38 UTC (permalink / raw)
  To: Zhang, Qiang1; +Cc: paulmck, frederic, rcu, linux-kernel



> On Mar 23, 2023, at 10:24 PM, Zhang, Qiang1 <qiang1.zhang@intel.com> wrote:
> 
> 
>> 
>> On Thu, Mar 23, 2023 at 12:07:29PM +0800, Zqiang wrote:
>> I have spent about two years studying and contributing to RCU,
>> and sharing RCU-related knowledge within my team, if possible,
>> please consider me as R ;-).
>> 
>> Signed-off-by: Zqiang <qiang1.zhang@intel.com>
>> 
>> I am pulling this and the one adding Boqun for 6.4 based on discussion with Paul.
> 
> Thanks Joel,  looking forward to our more discussions

Same here!!! Thanks. :-)

- Joel 




> 
>> 
>> Congrats. ;-)
>> 
>> thanks,
>> 
>> - Joel
>> 
>> 
>> ---
>> MAINTAINERS | 1 +
>> 1 file changed, 1 insertion(+)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 8d5bc223f305..b304d3c7b45b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -17642,6 +17642,7 @@ R:    Steven Rostedt <rostedt@goodmis.org>
>> R:    Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
>> R:    Lai Jiangshan <jiangshanlai@gmail.com>
>> R:    Joel Fernandes <joel@joelfernandes.org>
>> +R:    Zqiang <qiang1.zhang@intel.com>
>> L:    rcu@vger.kernel.org
>> S:    Supported
>> W:    http://www.rdrop.com/users/paulmck/RCU/
>> -- 
>> 2.25.1
>> 

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

end of thread, other threads:[~2023-03-28  2:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23  4:07 [PATCH] MAINTAINERS: Add Zqiang as a RCU reviewer Zqiang
2023-03-23 19:15 ` Joel Fernandes
2023-03-24  2:23   ` Zhang, Qiang1
2023-03-28  2:38     ` Joel Fernandes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).