From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 92811901 for ; Thu, 11 Oct 2018 02:33:24 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2415934F for ; Thu, 11 Oct 2018 02:33:24 +0000 (UTC) Date: Wed, 10 Oct 2018 23:33:20 -0300 From: Mauro Carvalho Chehab To: James Bottomley Message-ID: <20181010233320.04981d6e@coco.lan> In-Reply-To: <1539202115.12644.9.camel@HansenPartnership.com> References: <1539202053.12644.8.camel@HansenPartnership.com> <1539202115.12644.9.camel@HansenPartnership.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: linux-kernel , ksummit-discuss@lists.linuxfoundation.org Subject: Re: [Ksummit-discuss] [PATCH v2 1/3] code-of-conduct: Fix the ambiguity about collecting email addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Em Wed, 10 Oct 2018 13:08:35 -0700 James Bottomley escreveu: > The current code of conduct has an ambiguity in the it considers publishi= ng > private information such as email addresses unacceptable behaviour. Since > the Linux kernel collects and publishes email addresses as part of the pa= tch > process, add an exception clause for email addresses ordinarily collected= by > the project to correct this ambiguity. >=20 > Fixes: 8a104f8b5867c682 ("Code of Conduct: Let's revamp it.") > Acked-by: Geert Uytterhoeven > Acked-by: Shuah Khan > Acked-by: Guenter Roeck > Reviewed-by: Alan Cox > Reviewed-by: Mauro Carvalho Chehab In time, please change my reviewed by to: Reviewed-by: Mauro Carvalho Chehab As I'm speaking for myself, not for my employer. > Signed-off-by: James Bottomley > --- > Documentation/process/code-of-conduct.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Documentation/process/code-of-conduct.rst b/Documentation/pr= ocess/code-of-conduct.rst > index ab7c24b5478c..aa40e34e7785 100644 > --- a/Documentation/process/code-of-conduct.rst > +++ b/Documentation/process/code-of-conduct.rst > @@ -31,7 +31,7 @@ Examples of unacceptable behavior by participants inclu= de: > * Trolling, insulting/derogatory comments, and personal or political att= acks > * Public or private harassment > * Publishing others=E2=80=99 private information, such as a physical or = electronic > - address, without explicit permission > + address not ordinarily collected by the project, without explicit perm= ission > * Other conduct which could reasonably be considered inappropriate in a > professional setting > =20 Thanks, Mauro