[PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'

Philippe Mathieu-Daudé posted 8 patches 4 years, 9 months ago
Test checkpatch passed
Failed in applying to current master (apply log)
There is a newer version of this series
hw/vfio/pci.h                         |  2 +-
hw/vfio/pci-quirks.c                  | 14 ++++++-------
hw/vfio/pci.c                         |  4 ++--
softmmu/qemu-seccomp.c                | 16 +++++++-------
tests/fp/fp-test.c                    |  8 +++----
tools/virtiofsd/passthrough_ll.c      |  6 +++---
tools/virtiofsd/passthrough_seccomp.c | 12 +++++------
ui/console.c                          |  2 +-
ui/vnc-auth-sasl.c                    |  4 ++--
hw/vfio/trace-events                  |  2 +-
qemu-options.hx                       |  6 +++---
scripts/device-crash-test             | 30 +++++++++++++--------------
scripts/tracetool/__init__.py         |  2 +-
13 files changed, 54 insertions(+), 54 deletions(-)
[PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
Follow the inclusive terminology from the "Conscious Language in your
Open Source Projects" guidelines [*] and replace the words "blacklist"
and "whitelist" appropriately.

Since v1:
- dropped qemu-guest-agent patches
- addressed review comments
- added R-b tags

Missing review: PATCH #6 "qemu-options: Replace the word 'blacklist'"

Series expected to go via the qemu-trivial@ tree.

[*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md

Philippe Mathieu-Daudé (8):
  ui: Replace the word 'whitelist'
  tools/virtiofsd: Replace the word 'whitelist'
  scripts/tracetool: Replace the word 'whitelist'
  scripts/device-crash-test: Replace the word 'whitelist'
  seccomp: Replace the word 'blacklist'
  qemu-options: Replace the word 'blacklist'
  tests/fp/fp-test: Replace the word 'blacklist'
  hw/vfio/pci-quirks: Replace the word 'blacklist'

 hw/vfio/pci.h                         |  2 +-
 hw/vfio/pci-quirks.c                  | 14 ++++++-------
 hw/vfio/pci.c                         |  4 ++--
 softmmu/qemu-seccomp.c                | 16 +++++++-------
 tests/fp/fp-test.c                    |  8 +++----
 tools/virtiofsd/passthrough_ll.c      |  6 +++---
 tools/virtiofsd/passthrough_seccomp.c | 12 +++++------
 ui/console.c                          |  2 +-
 ui/vnc-auth-sasl.c                    |  4 ++--
 hw/vfio/trace-events                  |  2 +-
 qemu-options.hx                       |  6 +++---
 scripts/device-crash-test             | 30 +++++++++++++--------------
 scripts/tracetool/__init__.py         |  2 +-
 13 files changed, 54 insertions(+), 54 deletions(-)

-- 
2.26.2


Re: [PATCH v2 0/8] misc: Replace the words 'blacklist/whitelist'
Posted by Philippe Mathieu-Daudé 4 years, 8 months ago
Hi Laurent,

On 2/5/21 6:18 PM, Philippe Mathieu-Daudé wrote:
> Follow the inclusive terminology from the "Conscious Language in your
> Open Source Projects" guidelines [*] and replace the words "blacklist"
> and "whitelist" appropriately.
> 

> Series expected to go via the qemu-trivial@ tree.

I forgot to Cc qemu-trivial@ :/ The series is now fully reviewed :)

> [*] https://github.com/conscious-lang/conscious-lang-docs/blob/main/faq.md
> 
> Philippe Mathieu-Daudé (8):
>   ui: Replace the word 'whitelist'
>   tools/virtiofsd: Replace the word 'whitelist'
>   scripts/tracetool: Replace the word 'whitelist'
>   scripts/device-crash-test: Replace the word 'whitelist'
>   seccomp: Replace the word 'blacklist'
>   qemu-options: Replace the word 'blacklist'
>   tests/fp/fp-test: Replace the word 'blacklist'
>   hw/vfio/pci-quirks: Replace the word 'blacklist'