Re: [PATCH v2 04/15] fuzz: Add DMA support to the generic-fuzzer

2020-09-07 Thread Alexander Bulekov
On 200903 0943, Darren Kenny wrote: > On Wednesday, 2020-08-19 at 02:10:59 -04, Alexander Bulekov wrote: > > When a virtual-device tries to access some buffer in memory over DMA, we > > add call-backs into the fuzzer(next commit). The fuzzer checks verifies > > that the DMA request maps to a physic

Re: [PATCH v2 04/15] fuzz: Add DMA support to the generic-fuzzer

2020-09-03 Thread Darren Kenny
On Wednesday, 2020-08-19 at 02:10:59 -04, Alexander Bulekov wrote: > When a virtual-device tries to access some buffer in memory over DMA, we > add call-backs into the fuzzer(next commit). The fuzzer checks verifies > that the DMA request maps to a physical RAM address and fills the memory > with f

[PATCH v2 04/15] fuzz: Add DMA support to the generic-fuzzer

2020-08-18 Thread Alexander Bulekov
When a virtual-device tries to access some buffer in memory over DMA, we add call-backs into the fuzzer(next commit). The fuzzer checks verifies that the DMA request maps to a physical RAM address and fills the memory with fuzzer-provided data. The patterns that we use to fill this memory are speci