[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 3/8] scripts/tracetool: Replace the word 'whitelist'
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 3/8] scripts/tracetool: Replace the word 'whitelist' |
Date: |
Fri, 5 Feb 2021 18:18:12 +0100 |
Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the words "whitelist"
appropriately.
[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
scripts/tracetool/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/tracetool/__init__.py b/scripts/tracetool/__init__.py
index 96b1cd69a52..5bc94d95cfc 100644
--- a/scripts/tracetool/__init__.py
+++ b/scripts/tracetool/__init__.py
@@ -100,7 +100,7 @@ def validate_type(name):
if bit == "const":
continue
if bit not in ALLOWED_TYPES:
- raise ValueError("Argument type '%s' is not in whitelist. "
+ raise ValueError("Argument type '%s' is not allowed. "
"Only standard C types and fixed size integer "
"types should be used. struct, union, and "
"other complex pointer types should be "
--
2.26.2
- [PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 1/8] ui: Replace the word 'whitelist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 2/8] tools/virtiofsd: Replace the word 'whitelist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 3/8] scripts/tracetool: Replace the word 'whitelist',
Philippe Mathieu-Daudé <=
- [PATCH v2 4/8] scripts/device-crash-test: Replace the word 'whitelist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 5/8] seccomp: Replace the word 'blacklist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 6/8] qemu-options: Replace the word 'blacklist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 7/8] tests/fp/fp-test: Replace the word 'blacklist', Philippe Mathieu-Daudé, 2021/02/05
- [PATCH v2 8/8] hw/vfio/pci-quirks: Replace the word 'blacklist', Philippe Mathieu-Daudé, 2021/02/05