From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE133ECDE32 for ; Wed, 17 Oct 2018 08:24:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BCF5621527 for ; Wed, 17 Oct 2018 08:24:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BCF5621527 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727304AbeJQQTa (ORCPT ); Wed, 17 Oct 2018 12:19:30 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:35094 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726957AbeJQQTa (ORCPT ); Wed, 17 Oct 2018 12:19:30 -0400 Received: from ramsan.of.borg ([84.194.111.163]) by baptiste.telenet-ops.be with bizsmtp id oYQu1y00A3XaVaC01YQur1; Wed, 17 Oct 2018 10:24:54 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1gCh8Q-00054q-4G; Wed, 17 Oct 2018 10:24:54 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1gCg6h-0007qG-VD; Wed, 17 Oct 2018 09:19:03 +0200 From: Geert Uytterhoeven To: ksummit-discuss@lists.linuxfoundation.org Cc: Frank Rowand , Arnaldo Carvalho de Melo , Tomi Valkeinen , James Bottomley , linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] code-of-conduct: Remove explicit list of discrimination factors Date: Wed, 17 Oct 2018 09:19:01 +0200 Message-Id: <20181017071902.30102-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.17.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Fixes: 8a104f8b5867c682 ("Code of Conduct: Let's revamp it.") Signed-off-by: Geert Uytterhoeven --- The use of "race" may also conflict with the United Nation's views on this matter, cfr. e.g. the UNESCO's "Four statements on the race question"[1][2] and "Declaration on Race and Racial Prejudice"[3]. [1] https://en.wikipedia.org/wiki/The_Race_Question [2] http://unesdoc.unesco.org/images/0012/001229/122962eo.pdf [3] http://portal.unesco.org/en/ev.php-URL_ID=13161&URL_DO=DO_TOPIC&URL_SECTION=201.html --- Documentation/process/code-of-conduct.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation/process/code-of-conduct.rst b/Documentation/process/code-of-conduct.rst index ab7c24b5478c6b30..e472c9f86ff00b34 100644 --- a/Documentation/process/code-of-conduct.rst +++ b/Documentation/process/code-of-conduct.rst @@ -6,10 +6,7 @@ Our Pledge In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and -our community a harassment-free experience for everyone, regardless of age, body -size, disability, ethnicity, sex characteristics, gender identity and -expression, level of experience, education, socio-economic status, nationality, -personal appearance, race, religion, or sexual identity and orientation. +our community a harassment-free experience for everyone. Our Standards ============= -- 2.17.1