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=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, 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 F2272C433DF for ; Tue, 9 Jun 2020 12:56:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CDEFB206A4 for ; Tue, 9 Jun 2020 12:56:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591707375; bh=+VryJQNxBWFkv8bTOekG/WnjLqz8V0x6+guPU02MGxs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=FpMCBJz6JVCLxJwTgeKieE/RyFs24BFka1eVjTPf74sQfhvnZg4cgptEoJPUelQ/s 5MokpES22t44HGOAlion9bYCwkJfNP1jlCrZX6GkXxnGEbZsBoTs1xvpiTRuj0oMpl lXgVb1Qb5INY8Cu0GGtaIyjbPNu4AEQ4a3vqiB84= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728802AbgFIM4L (ORCPT ); Tue, 9 Jun 2020 08:56:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:59620 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728423AbgFIM4L (ORCPT ); Tue, 9 Jun 2020 08:56:11 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 B56532064C; Tue, 9 Jun 2020 12:56:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591707370; bh=+VryJQNxBWFkv8bTOekG/WnjLqz8V0x6+guPU02MGxs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=sTrAAGOEV2VsmInG5ZAcOt2AoE3vMJVilEDKOnlBcXtUTbS1JERhsgVLJQe4Mu/cT bgSxD3AlMUu//uObVFFOSEC7r/Uydq1+/G0Q426lu4C/1MJJHt0yYI1v4zKmhTmbJZ wcVQhY+rcnsoRqByLAl5KdYeUbW5lapmcimokXdw= Date: Tue, 9 Jun 2020 14:56:07 +0200 From: Greg KH To: SeongJae Park Cc: akpm@linux-foundation.org, colin.king@canonical.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, SeongJae Park Subject: Re: [PATCH v2] scripts/spelling: Recommend blocklist/allowlist instead of blacklist/whitelist Message-ID: <20200609125607.GB827447@kroah.com> References: <20200609122549.26304-1-sjpark@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200609122549.26304-1-sjpark@amazon.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.