Re: [PATCH] fuzz: ignore address_space_map is_write flag

2021-01-20 Thread Darren Kenny
On Wednesday, 2021-01-20 at 01:02:55 -05, Alexander Bulekov wrote: > We passed an is_write flag to the fuzz_dma_read_cb function to > differentiate between the mapped DMA regions that need to be populated > with fuzzed data, and those that don't. We simply passed through the > address_space_map is_

[PATCH] fuzz: ignore address_space_map is_write flag

2021-01-19 Thread Alexander Bulekov
We passed an is_write flag to the fuzz_dma_read_cb function to differentiate between the mapped DMA regions that need to be populated with fuzzed data, and those that don't. We simply passed through the address_space_map is_write parameter. The goal was to cut down on unnecessarily populating mappe