public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: update mediator information in CoC docs
@ 2022-09-01 21:23 Shuah Khan
  2022-09-02  7:57 ` Bagas Sanjaya
  2022-09-21 20:04 ` Jonathan Corbet
  0 siblings, 2 replies; 4+ messages in thread
From: Shuah Khan @ 2022-09-01 21:23 UTC (permalink / raw)
  To: gregkh, corbet; +Cc: Shuah Khan, linux-doc, linux-kernel, joanna.lee

Update mediator information in the CoC interpretation document.

Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
---
 Documentation/process/code-of-conduct-interpretation.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/code-of-conduct-interpretation.rst b/Documentation/process/code-of-conduct-interpretation.rst
index e899f14a4ba2..4f8a06b00f60 100644
--- a/Documentation/process/code-of-conduct-interpretation.rst
+++ b/Documentation/process/code-of-conduct-interpretation.rst
@@ -51,7 +51,7 @@ the Technical Advisory Board (TAB) or other maintainers if you're
 uncertain how to handle situations that come up.  It will not be
 considered a violation report unless you want it to be.  If you are
 uncertain about approaching the TAB or any other maintainers, please
-reach out to our conflict mediator, Mishi Choudhary <mishi@linux.com>.
+reach out to our conflict mediator, Joanna Lee <joanna.lee@gesmer.com>.
 
 In the end, "be kind to each other" is really what the end goal is for
 everybody.  We know everyone is human and we all fail at times, but the
-- 
2.34.1


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

* Re: [PATCH] docs: update mediator information in CoC docs
  2022-09-01 21:23 [PATCH] docs: update mediator information in CoC docs Shuah Khan
@ 2022-09-02  7:57 ` Bagas Sanjaya
  2022-09-02 16:05   ` Shuah Khan
  2022-09-21 20:04 ` Jonathan Corbet
  1 sibling, 1 reply; 4+ messages in thread
From: Bagas Sanjaya @ 2022-09-02  7:57 UTC (permalink / raw)
  To: Shuah Khan, gregkh, corbet; +Cc: linux-doc, linux-kernel, joanna.lee

On 9/2/22 04:23, Shuah Khan wrote:
> @@ -51,7 +51,7 @@ the Technical Advisory Board (TAB) or other maintainers if you're
>  uncertain how to handle situations that come up.  It will not be
>  considered a violation report unless you want it to be.  If you are
>  uncertain about approaching the TAB or any other maintainers, please
> -reach out to our conflict mediator, Mishi Choudhary <mishi@linux.com>.
> +reach out to our conflict mediator, Joanna Lee <joanna.lee@gesmer.com>.
>  

Why had Mishi be replaced with Joanna?

-- 
An old man doll... just what I always wanted! - Clara

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

* Re: [PATCH] docs: update mediator information in CoC docs
  2022-09-02  7:57 ` Bagas Sanjaya
@ 2022-09-02 16:05   ` Shuah Khan
  0 siblings, 0 replies; 4+ messages in thread
From: Shuah Khan @ 2022-09-02 16:05 UTC (permalink / raw)
  To: Bagas Sanjaya, gregkh, corbet
  Cc: linux-doc, linux-kernel, joanna.lee, Shuah Khan

On 9/2/22 01:57, Bagas Sanjaya wrote:
> On 9/2/22 04:23, Shuah Khan wrote:
>> @@ -51,7 +51,7 @@ the Technical Advisory Board (TAB) or other maintainers if you're
>>   uncertain how to handle situations that come up.  It will not be
>>   considered a violation report unless you want it to be.  If you are
>>   uncertain about approaching the TAB or any other maintainers, please
>> -reach out to our conflict mediator, Mishi Choudhary <mishi@linux.com>.
>> +reach out to our conflict mediator, Joanna Lee <joanna.lee@gesmer.com>.
>>   
> 
> Why had Mishi be replaced with Joanna?
> 

Mishi is unable to continue to serve on the committee due
to her current commitments.

thanks,
-- Shuah

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

* Re: [PATCH] docs: update mediator information in CoC docs
  2022-09-01 21:23 [PATCH] docs: update mediator information in CoC docs Shuah Khan
  2022-09-02  7:57 ` Bagas Sanjaya
@ 2022-09-21 20:04 ` Jonathan Corbet
  1 sibling, 0 replies; 4+ messages in thread
From: Jonathan Corbet @ 2022-09-21 20:04 UTC (permalink / raw)
  To: Shuah Khan, gregkh; +Cc: Shuah Khan, linux-doc, linux-kernel, joanna.lee

Shuah Khan <skhan@linuxfoundation.org> writes:

> Update mediator information in the CoC interpretation document.
>
> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
> ---
>  Documentation/process/code-of-conduct-interpretation.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/code-of-conduct-interpretation.rst b/Documentation/process/code-of-conduct-interpretation.rst
> index e899f14a4ba2..4f8a06b00f60 100644
> --- a/Documentation/process/code-of-conduct-interpretation.rst
> +++ b/Documentation/process/code-of-conduct-interpretation.rst
> @@ -51,7 +51,7 @@ the Technical Advisory Board (TAB) or other maintainers if you're
>  uncertain how to handle situations that come up.  It will not be
>  considered a violation report unless you want it to be.  If you are
>  uncertain about approaching the TAB or any other maintainers, please
> -reach out to our conflict mediator, Mishi Choudhary <mishi@linux.com>.
> +reach out to our conflict mediator, Joanna Lee <joanna.lee@gesmer.com>.
>  
>  In the end, "be kind to each other" is really what the end goal is for
>  everybody.  We know everyone is human and we all fail at times, but the

Applied (finally), thanks.

I stuck a Cc: stable on there, it seems this should be updated in all of
the distributed kernels.

Thanks,

jon

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

end of thread, other threads:[~2022-09-21 20:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-01 21:23 [PATCH] docs: update mediator information in CoC docs Shuah Khan
2022-09-02  7:57 ` Bagas Sanjaya
2022-09-02 16:05   ` Shuah Khan
2022-09-21 20:04 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox