Re: [PATCH 09/11] sandbox: Implement fuzzing engine driver

2022-04-11 Thread Simon Glass
Hi Andrew, On Thu, 7 Apr 2022 at 03:41, Andrew Scull wrote: > > Add a fuzzing engine driver for the sandbox to take inputs from > libfuzzer and expose them to the fuzz tests. > > Signed-off-by: Andrew Scull > --- > arch/Kconfig | 2 ++ > arch/sandbox/dts/test.d

[PATCH 09/11] sandbox: Implement fuzzing engine driver

2022-04-07 Thread Andrew Scull
Add a fuzzing engine driver for the sandbox to take inputs from libfuzzer and expose them to the fuzz tests. Signed-off-by: Andrew Scull --- arch/Kconfig | 2 ++ arch/sandbox/dts/test.dts | 4 +++ drivers/fuzzing_engine/Kconfig