Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp512515ybt; Mon, 6 Jul 2020 15:13:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyxBLUL3NEsvgTklnSUbPW2bQoKdQZ0/qlyc8bJYtbuvfPW1Tixn50jvGFbCCG2FF0NVKxg X-Received: by 2002:a50:e1c5:: with SMTP id m5mr58421122edl.47.1594073634257; Mon, 06 Jul 2020 15:13:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594073634; cv=none; d=google.com; s=arc-20160816; b=QKJDcyIMOMX3NdpXsIRl84ZOBFoz/dpNsSqMNWfluxl3YuLv7AduD/ynaph/tS4lMj Q3fGIjpvudChjMpwDeXoYylceRn3g2iE57JbM0j/7n9kyxY8cX1dzPMujt/rneSlLaCa 13bYfgALPVEuF0dqIWlKy1hdGqTyeL8Jqu1qfbyQg7VA0nVUJpgEUM9nsr/KKV/nVpsW +c2NqO10aut1OagKvI3NQ9NoJf3YaIVhIc+jVZ+YSHPLJLHNn0Tm7ghQJQ+xjAWZh7Oe a4ncn9hqJY5bmhCaYO9GkhgcU0YBhlc7kfPSAA05NzG13pA9GPClTQoKfj8ZuKW32EYG xPkA== 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=hfaFNcQlYVd+C/LSBpIFjaaNEtrUOIwNjpBu4kATm2o=; b=F6Luoi0qnc4e21mqTzzJAxK+Vf/5zVqsxp3mbDoMYgr95924GcWGP2kUCtC8UBTJww A/igYvUKkXwSDjSjVVLNGvYeHOQY6QnQsyMQTS5rn6pkxLbgogqgQWhgGxSSixd0iF8u WbyGyyabkaeHHbjrlfCmvoEgMPwn3xxtflSrET/YVPAyrQXwX3+ZvO+pjBaBSw60HURG CmevLRvFkZjYSSqm1IRqLdHDlatySxDlu0etlro9eTAluZflmk1nMfxxaemt+KpE9Noo tWpScaYLJS21U6K2Nc5E+bww+V5gka7HsoIGdhZB/xfnja8lgZkJjUW4+Nsan55zohL7 PB6g== 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 e6si13300333edq.556.2020.07.06.15.13.31; Mon, 06 Jul 2020 15:13:54 -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 S1727074AbgGFWKz (ORCPT + 99 others); Mon, 6 Jul 2020 18:10:55 -0400 Received: from mail.kernel.org ([198.145.29.99]:43528 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726329AbgGFWKz (ORCPT ); Mon, 6 Jul 2020 18:10:55 -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 2BB9B206E9; Mon, 6 Jul 2020 22:10:54 +0000 (UTC) Date: Mon, 6 Jul 2020 18:10:52 -0400 From: Steven Rostedt To: Pavel Begunkov Cc: Dan Williams , ksummit-discuss@lists.linuxfoundation.org, Greg Kroah-Hartman , linux-kernel@vger.kernel.org, tech-board-discuss@lists.linuxfoundation.org, Chris Mason , torvalds@linux-foundation.org Subject: Re: [Tech-board-discuss] [PATCH] CodingStyle: Inclusive Terminology Message-ID: <20200706181052.174c290a@oasis.local.home> In-Reply-To: <1cceba0f-c8ad-260d-9a09-5417bee32d50@gmail.com> References: <159389297140.2210796.13590142254668787525.stgit@dwillia2-desk3.amr.corp.intel.com> <1cceba0f-c8ad-260d-9a09-5417bee32d50@gmail.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 00:31:49 +0300 Pavel Begunkov wrote: > > diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst > > index 2657a55c6f12..4b15ab671089 100644 > > --- a/Documentation/process/coding-style.rst > > +++ b/Documentation/process/coding-style.rst > > @@ -319,6 +319,18 @@ If you are afraid to mix up your local variable names, you have another > > problem, which is called the function-growth-hormone-imbalance syndrome. > > See chapter 6 (Functions). > > > > +For symbol names, avoid introducing new usage of the words 'slave' and > > +'blacklist'. Recommended replacements for 'slave' are: 'secondary', > > +'subordinate', 'replica', 'responder', 'follower', 'proxy', or > > +'performer'. Recommended replacements for blacklist are: 'blocklist' or > > +'denylist'. > > "Subordinate" means that they are unequal, and inequality is a big issue. This And if two objects are unequal, then that seems to be an appropriate term. We are not concerned about the inequality of devices. -- Steve