cloud-hypervisor/fuzz/fuzz_targets
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
..
balloon.rs fuzz: Balloon: Reduce the guest memory size and queue size 2022-10-04 09:40:12 +01:00
block.rs fuzz: Don't overload meaning of reset() 2022-09-22 11:01:41 -07:00
cmos.rs fuzz: Add new fuzzer for emulated cmos device 2022-07-27 18:12:56 +01:00
http_api.rs vmm: api: Use 'BTreeMap' for 'HttpRoutes' 2022-08-03 10:18:24 +01:00
mem.rs fuzz: mem: Avoid using hugepages 2022-10-18 09:09:35 +01:00
pmem.rs fuzz: Don't overload meaning of reset() 2022-09-22 11:01:41 -07:00
qcow.rs fuzz: qcow: Remove unnecessary "use libc" 2020-07-20 20:22:47 +02:00
rng.rs fuzz: Don't overload meaning of reset() 2022-09-22 11:01:41 -07:00
serial.rs fuzz: Add new fuzzer for emulated serial device 2022-07-27 18:12:56 +01:00
vhdx.rs fuzz: fuzz testing for VHDx block device is added 2021-08-19 11:43:19 +02:00
watchdog.rs fuzz: Don't overload meaning of reset() 2022-09-22 11:01:41 -07:00