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
ignored and/or should be fatal.
Signed-off-by: Eduardo Habkost <[email protected]>
---
scripts/device-crash-test | 96 +++++++++++++++++++--------------------
1 file changed, 48 insertions(+), 48 deletions(-)
Good idea.
Acked-by: Thomas Huth <[email protected]>