Re: [PATCH v4 20/20] fuzz: add documentation to docs/devel/

2019-11-07 Thread Alexander Oleinik
On 11/7/19 8:40 AM, Stefan Hajnoczi wrote: On Wed, Oct 30, 2019 at 02:50:04PM +, Oleinik, Alexander wrote: +== Building the fuzzers == + +NOTE: If possible, build a 32-bit binary. When forking, the 32-bit fuzzer is +much faster, since the page-map has a smaller size. This is due to the fact

Re: [PATCH v4 20/20] fuzz: add documentation to docs/devel/

2019-11-07 Thread Stefan Hajnoczi
On Wed, Oct 30, 2019 at 02:50:04PM +, Oleinik, Alexander wrote: > +== Building the fuzzers == > + > +NOTE: If possible, build a 32-bit binary. When forking, the 32-bit fuzzer is > +much faster, since the page-map has a smaller size. This is due to the fact > that > +AddressSanitizer mmaps

[PATCH v4 20/20] fuzz: add documentation to docs/devel/

2019-10-30 Thread Oleinik, Alexander
From: Alexander Oleinik Signed-off-by: Alexander Oleinik --- docs/devel/fuzzing.txt | 119 + 1 file changed, 119 insertions(+) create mode 100644 docs/devel/fuzzing.txt diff --git a/docs/devel/fuzzing.txt b/docs/devel/fuzzing.txt new file mode 100644