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 48F726A0E for ; Sun, 7 Oct 2018 17:53:44 +0000 (UTC) Received: from mail-pg1-f193.google.com (mail-pg1-f193.google.com [209.85.215.193]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id E7F32466 for ; Sun, 7 Oct 2018 17:53:43 +0000 (UTC) Received: by mail-pg1-f193.google.com with SMTP id a5-v6so6778774pgv.13 for ; Sun, 07 Oct 2018 10:53:43 -0700 (PDT) Sender: Guenter Roeck To: James Bottomley , ksummit-discuss@lists.linuxfoundation.org References: <1538861738.4088.5.camel@HansenPartnership.com> <1538861799.4088.6.camel@HansenPartnership.com> From: Guenter Roeck Message-ID: <6f59a5cb-8a23-228c-34a1-5750b50c5c98@roeck-us.net> Date: Sun, 7 Oct 2018 10:53:41 -0700 MIME-Version: 1.0 In-Reply-To: <1538861799.4088.6.camel@HansenPartnership.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Cc: linux-kernel Subject: Re: [Ksummit-discuss] [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 10/06/2018 02:36 PM, James Bottomley wrote: > From 4a614e9440148894207bef5bf69e74071baceb3b Mon Sep 17 00:00:00 2001 > From: James Bottomley > Date: Sat, 6 Oct 2018 14:21:56 -0700 > Subject: [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email > addresses > > The current code of conduct has an ambiguity in the it considers publishing > private information such as email addresses unacceptable behaviour. Since > the Linux kernel collects and publishes email addresses as part of the patch > process, add an exception clause for email addresses ordinarily collected by > the project to correct this ambiguity. > > Signed-off-by: James Bottomley Acked-by: Guenter Roeck > --- > Documentation/process/code-of-conduct.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/process/code-of-conduct.rst b/Documentation/process/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 include: > * Trolling, insulting/derogatory comments, and personal or political attacks > * Public or private harassment > * Publishing others’ private information, such as a physical or electronic > - address, without explicit permission > + address not ordinarily collected by the project, without explicit permission > * Other conduct which could reasonably be considered inappropriate in a > professional setting > >