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=-6.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 022DCC433E0 for ; Tue, 9 Jun 2020 13:06:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D462520734 for ; Tue, 9 Jun 2020 13:06:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="TieoZhNs" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728046AbgFINGD (ORCPT ); Tue, 9 Jun 2020 09:06:03 -0400 Received: from smtp-fw-4101.amazon.com ([72.21.198.25]:15805 "EHLO smtp-fw-4101.amazon.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726083AbgFINGC (ORCPT ); Tue, 9 Jun 2020 09:06:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1591707962; x=1623243962; h=from:to:cc:subject:date:message-id:in-reply-to: mime-version; bh=0XeOyj+5k20ROXk3Q1DUjE/n+U5532PlRrUIVZVWxW0=; b=TieoZhNsaXXnKyU2V5emQU3cq85Mq7ArVGz4k7NB0pflCCY5M7m6rACq MCadI8ma9uf1gunI3Ci2jG0osAasA6k18dPuQuO8vStNBy2iXH23Ls2ij qsgwxkJwrCbmHCOTwI/FT6NdlUMIEduQcTdAEZZd7UBxpQdkJKIj4tpDi s=; IronPort-SDR: j5J0W5atFLcNtse/m+nzXHtGxqZSvtfVxwsQR+KE5MBnv/WqLlye7Yy6lmuxWQ6fdzXuIqmPWO Sk+dNKPiksEQ== X-IronPort-AV: E=Sophos;i="5.73,492,1583193600"; d="scan'208";a="35280945" Received: from iad12-co-svc-p1-lb1-vlan3.amazon.com (HELO email-inbound-relay-1d-37fd6b3d.us-east-1.amazon.com) ([10.43.8.6]) by smtp-border-fw-out-4101.iad4.amazon.com with ESMTP; 09 Jun 2020 13:06:01 +0000 Received: from EX13MTAUEA002.ant.amazon.com (iad55-ws-svc-p15-lb9-vlan2.iad.amazon.com [10.40.159.162]) by email-inbound-relay-1d-37fd6b3d.us-east-1.amazon.com (Postfix) with ESMTPS id DDBC0282917; Tue, 9 Jun 2020 13:05:58 +0000 (UTC) Received: from EX13D31EUA001.ant.amazon.com (10.43.165.15) by EX13MTAUEA002.ant.amazon.com (10.43.61.77) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 9 Jun 2020 13:05:58 +0000 Received: from u886c93fd17d25d.ant.amazon.com (10.43.161.145) by EX13D31EUA001.ant.amazon.com (10.43.165.15) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 9 Jun 2020 13:05:54 +0000 From: SeongJae Park To: Greg KH CC: SeongJae Park , , , , , SeongJae Park Subject: Re: Re: [PATCH v2] scripts/spelling: Recommend blocklist/allowlist instead of blacklist/whitelist Date: Tue, 9 Jun 2020 15:05:38 +0200 Message-ID: <20200609130538.3573-1-sjpark@amazon.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200609125607.GB827447@kroah.com> (raw) MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.43.161.145] X-ClientProxiedBy: EX13d09UWC002.ant.amazon.com (10.43.162.102) To EX13D31EUA001.ant.amazon.com (10.43.165.15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 9 Jun 2020 14:56:07 +0200 Greg KH wrote: > On Tue, Jun 09, 2020 at 02:25:49PM +0200, SeongJae Park wrote: > > From: SeongJae Park > > > > This commit recommends the patches to replace 'blacklist' and > > 'whitelist' with the 'blocklist' and 'allowlist', because the new > > suggestions are incontrovertible, doesn't make people hurt, and more > > self-explanatory. > > > > Signed-off-by: SeongJae Park > > --- > > scripts/spelling.txt | 2 ++ > > 1 file changed, 2 insertions(+) > > > > This is not the correct way to submit patches for inclusion in the > stable kernel tree. Please read: > https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html > for how to do this properly. Sorry, I only mistakenly Cc-ed stable@vger.kernel.org. Please don't pull this in the stable tree. Thanks, SeongJae Park > > >