cloud-hypervisor/fuzz
Bo Chen 7b31871a36 fuzz: mem: Avoid using hugepages
The kernel will trigger a SIGBUS upon hugetlb page faults when there is
no huge pages available. We neither have a way to ensure enough huge
pages available on the host system, nor have a way to gracefully report
the lack of huge pages in advance from Cloud Hypervisor. For these
reasons, we have to avoid using huge pages from the virtio-mem fuzzer to
avoid SIGBUS errors.

Signed-off-by: Bo Chen <chen.bo@intel.com>
2022-10-18 09:09:35 +01:00
..
fuzz_targets fuzz: mem: Avoid using hugepages 2022-10-18 09:09:35 +01:00
.gitignore fuzz: Add fuzzing infrastructure and QCOW fuzzer 2020-07-17 08:49:35 +02:00
Cargo.lock build: Bump proc-macro2 from 1.0.46 to 1.0.47 in /fuzz 2022-10-17 23:42:59 +00:00
Cargo.toml deps: Rely on latest rust-vmm/vhost version 2022-10-13 10:03:23 +02:00