linux/arch/um/kernel/skas
Johannes Berg 381d2f95c8 um: fix time-travel syscall scheduling hack
The schedule() call there really never did anything at
least since the introduction of the EEVDF scheduler,
but now I found a case where we permanently hang in a
loop of -ERESTARTNOINTR (due to locking.) Work around
it by making any syscalls with error return take time
(and then schedule after) so we cannot hang in such a
loop forever.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
2024-09-12 20:46:23 +02:00
..
Makefile
mmu.c
process.c
stub.c
syscall.c um: fix time-travel syscall scheduling hack 2024-09-12 20:46:23 +02:00
uaccess.c