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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 C3A98C433E0 for ; Thu, 11 Jun 2020 06:35:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A42E4207C3 for ; Thu, 11 Jun 2020 06:35:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726635AbgFKGfa (ORCPT ); Thu, 11 Jun 2020 02:35:30 -0400 Received: from smtprelay0090.hostedemail.com ([216.40.44.90]:52340 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725805AbgFKGf3 (ORCPT ); Thu, 11 Jun 2020 02:35:29 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay05.hostedemail.com (Postfix) with ESMTP id 6CAFA1803106D; Thu, 11 Jun 2020 06:35:28 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: art98_5a13b2226dd1 X-Filterd-Recvd-Size: 1414 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf17.hostedemail.com (Postfix) with ESMTPA; Thu, 11 Jun 2020 06:35:25 +0000 (UTC) Message-ID: Subject: Re: [PATCH v4 0/2] Recommend denylist/allowlist instead of blacklist/whitelist From: Joe Perches To: SeongJae Park , akpm@linux-foundation.org, apw@canonical.com Cc: SeongJae Park , colin.king@canonical.com, sj38.park@gmail.com, jslaby@suse.cz, linux-kernel@vger.kernel.org Date: Wed, 10 Jun 2020 23:35:24 -0700 In-Reply-To: <20200611062550.20113-1-sjpark@amazon.com> References: <20200611062550.20113-1-sjpark@amazon.com> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.2-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-06-11 at 08:25 +0200, SeongJae Park wrote: > From: SeongJae Park > > This patchset 1) adds support of deprecated terms in the 'checkpatch.pl' > and 2) set the 'blacklist' and 'whitelist' as deprecated with > replacement suggestion of 'denylist' and 'allowlist', because the > suggestions are incontrovertible, doesn't make people hurt, and more > self-explanatory. While the checkpatch implementation is better, I'm still very "meh" about the whole concept.