[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200610065223.29894-3-sjpark@amazon.com>
Date: Wed, 10 Jun 2020 08:52:23 +0200
From: SeongJae Park <sjpark@...zon.com>
To: <akpm@...ux-foundation.org>, <apw@...onical.com>, <joe@...ches.com>
CC: <colin.king@...onical.com>, <sj38.park@...il.com>,
<linux-kernel@...r.kernel.org>, SeongJae Park <sjpark@...zon.de>
Subject: [PATCH v3 2/2] scripts/deprecated_terms: Recommend blocklist/allowlist instead of blacklist/whitelist
From: SeongJae Park <sjpark@...zon.de>
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 <sjpark@...zon.de>
---
scripts/deprecated_terms.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/deprecated_terms.txt b/scripts/deprecated_terms.txt
index 6faa06451c3d..102a0c82c6a0 100644
--- a/scripts/deprecated_terms.txt
+++ b/scripts/deprecated_terms.txt
@@ -3,3 +3,5 @@
# The format of each line is:
# deprecated||suggested
#
+blacklist||blocklist
+whitelist||allowlist
--
2.17.1
Powered by blists - more mailing lists