Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp1047375ybt; Tue, 7 Jul 2020 06:39:52 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxlCV5YPT3Qy3hIjOkwyBg1HAh9Aui+ITM1CNClhmKeYoRmO7K4LMBhg8SrUbcOwKfxmSvW X-Received: by 2002:aa7:d341:: with SMTP id m1mr48398492edr.50.1594129191948; Tue, 07 Jul 2020 06:39:51 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594129191; cv=none; d=google.com; s=arc-20160816; b=tstuKBRjmsGdgOf5HA8ss4ZCPvn2xVIWuej8PYUKqNfKxD3845IZDidGZLwBulNq0i gPyDei4kOJkFqnBI8PxK/vXXQo+hDSrm/HoxTWs7o7oy+yXSfXENKLTblO9t4xU76FAL zgIgdK8Wo64zU6apcs5ucx6X/MOSlsnAtlNwTfh8f4RrR9v/o6Z7brZ28juvS7t1EKJ0 vQiCFb4NJOQZkWiOoPNQbPiWq6LB9zzyA3QvToIJY6akFnlg6AboVNB3Z1X1EK+aPq/L 5wCXTAiEaRCJe3XQnQicPvaP/aOQjkpGkwan67VIqsLu8UcKt5LAisfpRqCoUUZHL67C vxQQ== 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 :references:in-reply-to:message-id:subject:cc:to:from:date; bh=uBjkX3O073bICaP3xVRdBRecs2MQ/+l9LhjqDfkdvtE=; b=TqeH+SbMcROMsXXrO2airKHz4XE0VEnDb6MotCwCnB9oDqwoLEbwEMMmaETbaPZGqy yI3ghuOZUG3gYzEIkVvrjm53RMkhb4ZkpXc4rls9szqyouRnXLwkg+eh4gGSofb2IaUv Ni2SNybpPJKCYkc8ZGSH4vLVNXNUK04egXq9nboJz4kFPDAuRYhC7Cpf3IX2MUYXNZvc tMYZtlCJxUxZ00FG0AOcDENtxdPVsyemdktLdiD0lFGy8Mx6Ksb35kY0X3c42biY+1Ft FVfTgbT5e2bwJ70ffIisHxvI+m/OqqeDJvfvHad4nofaXq0Z265HttKfLc47QvPPKDrf I7vw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e24si16000873edy.323.2020.07.07.06.39.28; Tue, 07 Jul 2020 06:39:51 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728231AbgGGNha (ORCPT + 99 others); Tue, 7 Jul 2020 09:37:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:55916 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725944AbgGGNh3 (ORCPT ); Tue, 7 Jul 2020 09:37:29 -0400 Received: from oasis.local.home (cpe-66-24-58-225.stny.res.rr.com [66.24.58.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id ABF8420771; Tue, 7 Jul 2020 13:37:28 +0000 (UTC) Date: Tue, 7 Jul 2020 09:37:27 -0400 From: Steven Rostedt To: Mike Rapoport Cc: Kees Cook , ksummit , Greg Kroah-Hartman , LKML , tech-board-discuss@lists.linuxfoundation.org, Andy Lutomirski , Chris Mason Subject: Re: [Tech-board-discuss] [Ksummit-discuss] [PATCH] CodingStyle: Inclusive Terminology Message-ID: <20200707093727.22aa39e2@oasis.local.home> In-Reply-To: <20200707064921.GA9411@linux.ibm.com> References: <159389297140.2210796.13590142254668787525.stgit@dwillia2-desk3.amr.corp.intel.com> <202007062234.A90F922DF@keescook> <20200707064921.GA9411@linux.ibm.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-pc-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 On Tue, 7 Jul 2020 09:49:21 +0300 Mike Rapoport wrote: > > But that's all fine. The change is easy to do and is more descriptive > > even if I can't find terms that don't collide with my internal grammar > > checker. ;) > > How about yeslist and nolist? ;-) I was thinking good-list / bad-list. /me that has been doing a lot of git bisect lately... -- Steve