Re: [PATCH v4 3/3] fuzz: make object-name matching case-insensitive

2021-06-29 Thread Darren Kenny
On Monday, 2021-06-28 at 21:11:51 -04, Alexander Bulekov wrote: > On 210628 0123, Alexander Bulekov wrote: >> We have some configs for devices such as the AC97 and ES1370 that were >> not matching memory-regions correctly, because the configs provided >> lowercase names. To resolve these problems a

Re: [PATCH v4 3/3] fuzz: make object-name matching case-insensitive

2021-06-29 Thread Darren Kenny
Hi Alex, On Monday, 2021-06-28 at 01:23:49 -04, Alexander Bulekov wrote: > We have some configs for devices such as the AC97 and ES1370 that were > not matching memory-regions correctly, because the configs provided > lowercase names. To resolve these problems and prevent them from > occurring aga

Re: [PATCH v4 3/3] fuzz: make object-name matching case-insensitive

2021-06-28 Thread Alexander Bulekov
On 210628 0123, Alexander Bulekov wrote: > We have some configs for devices such as the AC97 and ES1370 that were > not matching memory-regions correctly, because the configs provided > lowercase names. To resolve these problems and prevent them from > occurring again in the future, convert both th

[PATCH v4 3/3] fuzz: make object-name matching case-insensitive

2021-06-27 Thread Alexander Bulekov
We have some configs for devices such as the AC97 and ES1370 that were not matching memory-regions correctly, because the configs provided lowercase names. To resolve these problems and prevent them from occurring again in the future, convert both the pattern and names to lower-case, prior to check