Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp3712050imm; Mon, 8 Oct 2018 08:21:32 -0700 (PDT) X-Google-Smtp-Source: ACcGV614Xq5B7h8JItu+k3knbKn3Y83tJVhI0zIfsjou956tklw4m+PFGh7MCoAL81yWW4M5J4OX X-Received: by 2002:a63:5747:: with SMTP id h7-v6mr21670963pgm.423.1539012092764; Mon, 08 Oct 2018 08:21:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539012092; cv=none; d=google.com; s=arc-20160816; b=tJbjHQhEB/jXvmfgZ1GE57V6BQpGWoKTozBysEIIIegh64LwgagiJnXfnK/L65l6Sm jt4aqvAjcythK3pZx7ss9Ti9P/nWqUlunB7FumHProtB8aBpbXHLSlYtE15EEcHSbED6 TQ3F2kvS+TNLdYpIA/8P4RWwN4lP/A/gGoTMeCEQVTdBJ7AglH++aNmMMjhK7fKOOd3v N7GM5ntLqHXkXMk15fDvGZStnXjmRBS+hOhuspHjI9GbI2kit7nB/riozv5i7pcy2+2n /N1EC7/ZdGtZBBJTk6vpcMowEwL/R7o+a7op2L9FJACZZHQppLGoAwWSNxdjDK5Mql/K U1Gg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=baJ43V6kLpqYUEK4rd3rlkAnVCOa6IEqwUUm5B/cCfw=; b=kvjlUhM69DFJtNT8EnE6Cn7F0TKko0oja91qNgEFrMOhwDbxUcZ/lFLP9fS4miMJol kuMPgEvGy1ZunDZfIiEEQBvSQZ3ESZTrkY0LU5aSW1SKx1eQnz2G4CzBuZD4ZsbRfsWJ VVk3TSDoI5stjkNVUKEItJKd9nLcmeJ3gpI0GSk4hIMoPTG3P7Mi2vCXQ+T3dSIMpL/B wHUgLqK8y1H9TolLMjv74RyqZMEh/dBye9ZYmLXT1X2NMk63I3QwXEmHcq4FqALSzWuR Rqr8QuGGo52iVez5U6Uup4ABX/MUPXVFZ3q03WA3DV4UaOGZFA0tFjEGMAsLWgZOIxTY 7OrA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v13-v6si17520255pgq.26.2018.10.08.08.21.17; Mon, 08 Oct 2018 08:21:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726563AbeJHWdF (ORCPT + 99 others); Mon, 8 Oct 2018 18:33:05 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34717 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726451AbeJHWdF (ORCPT ); Mon, 8 Oct 2018 18:33:05 -0400 X-Originating-IP: 50.39.174.102 Received: from localhost (50-39-174-102.bvtn.or.frontiernet.net [50.39.174.102]) (Authenticated sender: josh@joshtriplett.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 42CB41BF20E; Mon, 8 Oct 2018 15:20:47 +0000 (UTC) Date: Mon, 8 Oct 2018 08:20:44 -0700 From: Josh Triplett To: James Bottomley Cc: ksummit-discuss@lists.linuxfoundation.org, linux-kernel Subject: Re: [Ksummit-discuss] [PATCH 1/2] code-of-conduct: Fix the ambiguity about collecting email addresses Message-ID: <20181008152043.GA5796@localhost> References: <1538861738.4088.5.camel@HansenPartnership.com> <1538861799.4088.6.camel@HansenPartnership.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1538861799.4088.6.camel@HansenPartnership.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Oct 06, 2018 at 02:36:39PM -0700, James Bottomley wrote: > 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. Upstream has now adopted a FAQ, which addresses this and many other questions. See https://www.contributor-covenant.org/faq . Might I suggest adding that link to the bottom of the document, instead? (And then, optionally, submitting entries for that FAQ.)