Re: [PATCH] device-crash-test: Remove problematic language

2021-02-02 Thread Thomas Huth
On 02/02/2021 20.12, Eduardo Habkost wrote: Replace "whitelist" in the device-crash-test script with "rule list". I'm using "rule list" instead of "allow list" or "pass list" because the list is not used only for expected/allowed errors. It also contain rules specifying which errors shouldn't be

Re: [PATCH] device-crash-test: Remove problematic language

2021-02-02 Thread John Snow
On 2/2/21 2:12 PM, Eduardo Habkost wrote: Replace "whitelist" in the device-crash-test script with "rule list". I'm using "rule list" instead of "allow list" or "pass list" because the list is not used only for expected/allowed errors. It also contain rules specifying which errors shouldn't be i

[PATCH] device-crash-test: Remove problematic language

2021-02-02 Thread Eduardo Habkost
Replace "whitelist" in the device-crash-test script with "rule list". I'm using "rule list" instead of "allow list" or "pass list" because the list is not used only for expected/allowed errors. It also contain rules specifying which errors shouldn't be ignored and/or should be fatal. Signed-off-b