summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sjpark@amazon.de>2020-07-01 16:19:31 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2020-07-02 08:37:54 +1000
commit965bf2a47e258a2168706199bae0ece5b4ba142c (patch)
tree06b026f3d683ad329c75f09b3067edc592c90038
parentd0943fce687022477b222bbe2b7bdfbe2f1699ab (diff)
downloadlinux-965bf2a47e258a2168706199bae0ece5b4ba142c.tar.gz
linux-965bf2a47e258a2168706199bae0ece5b4ba142c.tar.xz
scripts/deprecated_terms: recommend denylist/allowlist instead of blacklist/whitelist
This commit recommends that patches replace 'blacklist' and 'whitelist' with 'denylist' and 'allowlist', because the new suggestions are incontrovertible, doesn't make people hurt, and are more self-explanatory. Link: http://lkml.kernel.org/r/20200611062550.20113-3-sjpark@amazon.com Signed-off-by: SeongJae Park <sjpark@amazon.de> Cc: Colin Ian King <colin.king@canonical.com> Cc: SeongJae Park <sj38.park@gmail.com> Cc: Jiri Slaby <jslaby@suse.cz> Cc: Michael Ellerman <mpe@ellerman.id.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--scripts/deprecated_terms.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/deprecated_terms.txt b/scripts/deprecated_terms.txt
index 6faa06451c3d..4512ef5d5ffa 100644
--- a/scripts/deprecated_terms.txt
+++ b/scripts/deprecated_terms.txt
@@ -3,3 +3,5 @@
# The format of each line is:
# deprecated||suggested
#
+blacklist||denylist
+whitelist||allowlist