Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp2456303imm; Sun, 7 Oct 2018 04:40:25 -0700 (PDT) X-Google-Smtp-Source: ACcGV60SvdKynkp/0TU+j91TVqOu4eqY41XCvgAm4yXX5QjPntyRiIkvfjqgjo1q5lPUFEbyLHbZ X-Received: by 2002:a63:2323:: with SMTP id j35-v6mr17358887pgj.337.1538912425585; Sun, 07 Oct 2018 04:40:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538912425; cv=none; d=google.com; s=arc-20160816; b=lF0F+QIfR/8DDp6JFNB0Ilm5bPi2slwW4IQcJvpbsdJMaB3K7TdSURX94E3f9J3ZbK L05+Tjl45KJ/TYGwKsakke1Aus25TtXou9Yt7KYXMmaxNNTMXMjT7mfP1DDsQALrinbN OG6hV4thEKgRzfMztEfl1sAQXsCC6QyeQy1+PEDBB52iyOKKciZMw9Ry9gKXquO1guhs D3OaBEdE/wPcXfI3EWW42r0miTbTLRh8ehHw8MrmfV7T6sX3darLCOYHIQsCfOqnpyaj n1qdZN1tQmuMwHIMsvFMSV9sC+MDoVipngC9ghNhL606tq4S3QL9LkEnmOPk5qB/DvSy rfnQ== 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=vJnW3lTBk2GvtoAR85lyXtxsMX0zN8Nw5tTSFhmMlCs=; b=e7tDfwkoxPp7bIq+oQPfBLaLRjN66n99HCm4NHQL4hpEQ3YBpcV3vFu8N7HYgNof+I W5yc3emdFzhqss+A2N1JykmdUGg7yuaRTwH3jx8SQ5TCSnNbnUYgTLSD43dDlh5D6fnn PuzQJG4dg5HFM8KysDPYAkQAjT5/EfA8oS73ZxIwTOR9wPac3kyRK2xpzWOrdfIOXRex ApSEqZcfOVxTwQt3Wm81oAqLc28yhcA27mhbkovjW1BBY8HX5wF3YjyBF0siX8MJmQak W6RBC8Kg3aTtrkYw+iRYTNpDkLF5ziRAXMblygg+Y0VPAbYua3BS789bVGpjsL558le4 b/kg== 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 33-v6si15571753plv.241.2018.10.07.04.39.29; Sun, 07 Oct 2018 04:40:25 -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 S1726488AbeJGSmT (ORCPT + 99 others); Sun, 7 Oct 2018 14:42:19 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:55831 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726367AbeJGSmT (ORCPT ); Sun, 7 Oct 2018 14:42:19 -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 relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 92CBF40002; Sun, 7 Oct 2018 11:35:16 +0000 (UTC) Date: Sun, 7 Oct 2018 04:35:14 -0700 From: Josh Triplett To: Geert Uytterhoeven Cc: ksummit-discuss@lists.linuxfoundation.org, James Bottomley , linux-kernel@vger.kernel.org Subject: Re: [Ksummit-discuss] [PATCH] code-of-conduct: Remove explicit list of discrimination factors Message-ID: <20181007113514.GA21217@localhost> References: <20181007085102.17795-1-geert@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181007085102.17795-1-geert@linux-m68k.org> 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 Sun, Oct 07, 2018 at 10:51:02AM +0200, Geert Uytterhoeven wrote: > Providing an explicit list of discrimination factors may give the false > impression that discrimination based on other unlisted factors would be > allowed. > > Avoid any ambiguity by removing the list, to ensure "a harassment-free > experience for everyone", period. I would suggest reading the commit message that added this in the first place. "Explicit guidelines have demonstrated success in other projects and other areas of the kernel." See also various comparisons of codes of conduct, which make the same point. The point of this list is precisely to serve as one such explicit guideline; removing it would rather defeat the purpose. In any case, this is not the appropriate place for such patches, any more than it's the place for patches to the GPL.