cloud-hypervisor/virtio-devices/src
Rob Bradford 53caa565bb virtio-devices: Add openat() syscall to seccomp filter
When freeing memory sometimes glibc will attempt to read
"/proc/sys/vm/overcommit_memory" to find out how it should release the
blocks. This happens sporadically with Cloud Hypervisor but has been
seen in use. It is not necessary to add the read() syscall to the list
as it is already included in the virtio devices common set. Similarly
the vCPU and vmm threads already have both these in the allowed list.

Fixes: #3609

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2022-01-21 17:58:15 +00:00
..
transport virtio-queue: Update crate based on latest rust-vmm/vm-virtio 2022-01-06 10:02:40 +00:00
vhost_user virtio-queue: Update crate based on latest rust-vmm/vm-virtio 2022-01-06 10:02:40 +00:00
vsock virtio-devices: fix clippy::needless_range_loop 2022-01-18 17:23:27 -08:00
balloon.rs virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00:00
block.rs block_util: Align buffers for O_DIRECT 2022-01-20 11:49:02 +00:00
console.rs virtio-devices: add or adjust comments for impl ByteValued 2021-11-17 14:40:51 +00:00
device.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
epoll_helper.rs virtio-devices: Update some comments in epoll_helper.rs 2021-11-23 14:03:05 +01:00
iommu.rs virtio-queue: Update crate based on latest rust-vmm/vm-virtio 2022-01-06 10:02:40 +00:00
lib.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
mem.rs virtio-queue: Update crate based on latest rust-vmm/vm-virtio 2022-01-06 10:02:40 +00:00
net.rs Revert "virtio-devices: net: Improve throughput with virtio features" 2021-12-13 08:33:27 +00:00
pmem.rs virtio-queue: Update crate based on latest rust-vmm/vm-virtio 2022-01-06 10:02:40 +00:00
rng.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00
seccomp_filters.rs virtio-devices: Add openat() syscall to seccomp filter 2022-01-21 17:58:15 +00:00
thread_helper.rs virtio-devices: Call closure directly rather than indirect 2021-10-19 19:42:36 +01:00
watchdog.rs Move Cloud Hypervisor to virtio-queue crate 2021-10-22 11:38:55 +02:00