Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1480750ybh; Mon, 13 Jul 2020 21:42:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx/jh3jrDdezJc0F+N2QpmyLsqSrzFYjU6SdE88mJYZ9y4UFXzPVsjqdCkTUWdEFCaw0Yve X-Received: by 2002:a50:fe18:: with SMTP id f24mr2693521edt.14.1594701762324; Mon, 13 Jul 2020 21:42:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594701762; cv=none; d=google.com; s=arc-20160816; b=e/5J4R7E8Qh6ecxl/8uAPn25yVlP6m8R1QRCfMR0R8I1mce258NPjM/HtGDapTO7g7 mcWoHxapqnyzui0UR+BwCpdXyvy+08BENAqc3D8rE2Y9mJg2VcITi22bsPjHnQ7Sodpo mTAHi0l+2V7UsPpcnPAhYEtC9/3ri5YL8GY7QNRDTFKYy/o6GKr2qP3lJkkAJUfNdcA+ /ez2QaYoGznNL+AfL7HGieax+zQhy1iYoQH1Yt0oZgFYsdq5WnOQDbjIHtVFAu/gi4C2 6H7ofc2lAqK8fL+LEXqzBweWfYS6FIYYLyiGCtYAB0mULLB9sZraFxcQf9lhl7fOJazc ACiQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=zQ2VivBbKfg4CqK5wASsKNyI/Qmxd4NsfQx/IVZU0Po=; b=VxiY6P3I6fr0QdszZADNzDe/c2QyBSdLztV84rNZ2g/FdvaBgzi+ACuTv/7AMb08UB UPpIsjLY2SKoVgu0Y5MM5yi7wOYda88mRVtaD92HOvYPfwjEi9FQrzl8lv9N7CCuRYp4 LQobKTQBs1WuY3NYolqhRbRarIdZCo4fw/alaeU/bQ3VIgFaEbYNaDEiMD/UqsmAVdRd fUI2EeIAEJ87CR3zEzW/qLmENZOOyqD3DiCFHvnz77u4nf3qUP0efAyLAPPnQbgE4m4c CStXCLAh32l/4SmflJnuifduf1newWaTivcv/7FCnsbZLPEzuet9zaU+kvsZj93qAeHW 8zOA== 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 mb18si11362586ejb.384.2020.07.13.21.42.18; Mon, 13 Jul 2020 21:42:42 -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 S1725876AbgGNEkA (ORCPT + 99 others); Tue, 14 Jul 2020 00:40:00 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:53533 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725355AbgGNEkA (ORCPT ); Tue, 14 Jul 2020 00:40:00 -0400 X-Originating-IP: 50.39.163.217 Received: from localhost (50-39-163-217.bvtn.or.frontiernet.net [50.39.163.217]) (Authenticated sender: josh@joshtriplett.org) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id B67221BF206; Tue, 14 Jul 2020 04:39:52 +0000 (UTC) Date: Mon, 13 Jul 2020 21:39:49 -0700 From: josh@joshtriplett.org To: Takashi Iwai Cc: Dan Williams , ksummit-discuss@lists.linuxfoundation.org, Greg Kroah-Hartman , SeongJae Park , linux-kernel@vger.kernel.org, tech-board-discuss@lists.linuxfoundation.org, James Bottomley , Dave Airlie , Christian Brauner , Dan Carpenter Subject: Re: [Ksummit-discuss] [PATCH v3] CodingStyle: Inclusive Terminology Message-ID: <20200714043949.GB25423@localhost> References: <159423201991.2466245.8461410729774664077.stgit@dwillia2-desk3.amr.corp.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 13, 2020 at 10:02:24AM +0200, Takashi Iwai wrote: > On Wed, 08 Jul 2020 20:14:27 +0200, > Dan Williams wrote: > > > > +Recommended replacements for 'blacklist/whitelist' are: > > + 'denylist / allowlist' > > + 'blocklist / passlist' > > I started looking through the tree now and noticed there are lots of > patterns like "whitelisted" or "blacklisted". How can the words fit > for those? Actually, there are two cases like: > > - Foo is blacklisted > - Allow to load the non-whitelisted cards > > Currently I'm replacing the former with "Foo is in denylist", but not > sure about the latter case. I thought Kees mentioned about this, but > don't remember the proposal... I find that "blocklist" works well as a verb: "foo is blocklisted", "blocklist foo", or in some cases just "block foo" or "deny foo". For the second case, phrasings like "allow loading non-safelisted cards" or "allow loading cards not on the passlist" seem clear.