Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp3736282imm; Mon, 8 Oct 2018 08:43:20 -0700 (PDT) X-Google-Smtp-Source: ACcGV63Nx5KFUz8euUGLhgJ0njDuGkxBxDX7qztFsU6UbhDHkGZjslq9yIcJgQ7qfOxENKTEmNMp X-Received: by 2002:a63:e645:: with SMTP id p5-v6mr20813358pgj.218.1539013400671; Mon, 08 Oct 2018 08:43:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539013400; cv=none; d=google.com; s=arc-20160816; b=TSG9vwB20yxKJ2VFR2A9dm3Wpj4ZxaQnqXBEoUPk6fV2asA1hToMNgpXcyi7VuZ3QD /hvgz8OtChc/14YExHN/dEp92S5NgKbxXOzBF6ZrggtJ6rRR8SigXTS6cMU9wRilnG2d ZxvpYKAxt23MQqz4nhCGKaqTW3qcOj9ADo3PtPyGjWmWMm7/FH2YGLzeFTuaN7bZFGk0 q3hyM5MH2lzDgsvU+wzdahZ5CkKvPMCicxgqrShnbEtMzxy4Q97m02NA7xoer/e28vyY iddHc0P/34gXG6xeBH7UmdWCg8QMaSvtDCt46MFkVzGasWiWS6PSPgcG9REGKfdZJyn9 GQTg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=RRPDyduG5u1S7mOFU/H/r2OQbj+5VZFj30gzkXXFQnw=; b=wyHuhVySZd6gLHvBpakuh/NSYQguQ3Vkc20e6l0WlMiR+bxWb/g5we9orU3nfRA5vz xViNePOgFFK8CQR42KHtMEbC0ndBZkatgyoy4z70d2aEuVGbfhsOsEdjyS2Ma2WhlxRN DX02FzRAwVD4jq4ECt2kxcyAd5zLozxgapVGdmYr11GQ8YDvX2TzS8FbjI1wNsNdp716 Rp4RP21/m04j3oyvdPHEg/BsCyDH3WmJgwM8bGU9XsEiiq8+bnKttZpsa4tBswD+R876 6a/N2qQAQWI6cjoL6Zwc7EQEEU/EbM8STWqerFQcanudUMfwmiDf1XSOemqp2hPCP1pB 3C0A== 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 w17-v6si18020499plp.335.2018.10.08.08.43.04; Mon, 08 Oct 2018 08:43:20 -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 S1726764AbeJHWzP (ORCPT + 99 others); Mon, 8 Oct 2018 18:55:15 -0400 Received: from www.llwyncelyn.cymru ([82.70.14.225]:51798 "EHLO fuzix.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726391AbeJHWzP (ORCPT ); Mon, 8 Oct 2018 18:55:15 -0400 Received: from alans-desktop (82-70-14-226.dsl.in-addr.zen.co.uk [82.70.14.226]) by fuzix.org (8.15.2/8.15.2) with ESMTP id w98FglCT014024; Mon, 8 Oct 2018 16:42:48 +0100 Date: Mon, 8 Oct 2018 16:42:47 +0100 From: Alan Cox To: Josh Triplett Cc: Geert Uytterhoeven , 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: <20181008164247.48b60ba7@alans-desktop> In-Reply-To: <20181007113514.GA21217@localhost> References: <20181007085102.17795-1-geert@linux-m68k.org> <20181007113514.GA21217@localhost> Organization: Intel Corporation X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > In any case, this is not the appropriate place for such patches, any > more than it's the place for patches to the GPL. I disagree. We had the GPLv2 or GPLv3 discussion on the kernel mailing list. The syscall clarification was discussed on the list. The EXPORT_SYMBOL and EXPORT_SYMBOL_GPL stuff was discussed on the list. Alan