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.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 52719C433E0 for ; Fri, 12 Jun 2020 07:06:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 382E1207D8 for ; Fri, 12 Jun 2020 07:06:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726502AbgFLHF7 (ORCPT ); Fri, 12 Jun 2020 03:05:59 -0400 Received: from smtprelay0051.hostedemail.com ([216.40.44.51]:47208 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726287AbgFLHF7 (ORCPT ); Fri, 12 Jun 2020 03:05:59 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 8C16C180A7FF5; Fri, 12 Jun 2020 07:05:58 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: war82_46171af26dda X-Filterd-Recvd-Size: 1713 Received: from XPS-9350.home (unknown [47.151.136.130]) (Authenticated sender: joe@perches.com) by omf19.hostedemail.com (Postfix) with ESMTPA; Fri, 12 Jun 2020 07:05:56 +0000 (UTC) Message-ID: Subject: Re: Re: [PATCH v4 0/2] Recommend denylist/allowlist instead of blacklist/whitelist From: Joe Perches To: SeongJae Park Cc: Jiri Slaby , akpm@linux-foundation.org, apw@canonical.com, SeongJae Park , colin.king@canonical.com, sj38.park@gmail.com, linux-kernel@vger.kernel.org, kristen.c.accardi@intel.com, mishi@linux.com, skhan@linuxfoundation.org, gregkh@linuxfoundation.org Date: Fri, 12 Jun 2020 00:05:55 -0700 In-Reply-To: <20200612064009.31523-1-sjpark@amazon.com> References: <20200612064009.31523-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 Fri, 2020-06-12 at 08:40 +0200, SeongJae Park wrote: > On Thu, 11 Jun 2020 03:43:32 -0700 Joe Perches wrote: > > On Thu, 2020-06-11 at 10:32 +0200, Jiri Slaby wrote: > > > On 11. 06. 20, 10:30, SeongJae Park wrote: > > > > For example, as it seems at least you and I agree on the f-word to hug > > > > replacement, we could add ``fuck||hug`` in the `deprecated_terms.txt` file to > > > > avoid future spread of the f-words. [] > > $ git grep -i '\bfuck' | wc -l > > 15 > > I'm not understanding what you're meaning with this. Could I ask your > explanation, please? Just that there are 15 instances of that word in the kernel. cheers, Joe