The patch titled Subject: scripts/deprecated_terms: recommend denylist/allowlist instead of blacklist/whitelist has been added to the -mm tree. Its filename is scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: SeongJae Park <sjpark@xxxxxxxxx> Subject: 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@xxxxxxxxxx Signed-off-by: SeongJae Park <sjpark@xxxxxxxxx> Cc: Colin Ian King <colin.king@xxxxxxxxxxxxx> Cc: SeongJae Park <sj38.park@xxxxxxxxx> Cc: Jiri Slaby <jslaby@xxxxxxx> Cc: Michael Ellerman <mpe@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/deprecated_terms.txt | 2 ++ 1 file changed, 2 insertions(+) --- a/scripts/deprecated_terms.txt~scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist +++ a/scripts/deprecated_terms.txt @@ -3,3 +3,5 @@ # The format of each line is: # deprecated||suggested # +blacklist||denylist +whitelist||allowlist _ Patches currently in -mm which might be from sjpark@xxxxxxxxx are checkpatch-support-deprecated-terms-checking.patch scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist.patch