Files
cloud-hypervisor/vmm/src
Peteris Rudzusiks 612a8dfb1b vmm: seccomp: Allow all threads to call sched_yield()
We occasionally saw cloud-hypervisor crashed due to seccomp violations. The
coredumps showed the HTTP API thread crashing after it attempted to call
sched_yield(). The call came from rust stdlib's mpmc module, which calls
sched_yield() if several attempts to busy-wait for a condition to fulfil fall
short.

Since the system call is harmless and it comes from the stdlib, I opted to allow
all threads to call it.

Signed-off-by: Peteris Rudzusiks <rye@stripe.com>
2024-02-13 10:20:07 +00:00
..
2024-01-01 10:05:03 +00:00
2023-12-05 10:50:06 +00:00
2024-01-25 10:25:14 -08:00
2024-01-25 10:25:14 -08:00