docs: describe fork starvation caused by a flood of system call offloads

Change-Id: I9826525ca582a61c6e94f44adab3068d80a699cd
Refs: #1398
Refs: #1408
This commit is contained in:
Masamichi Takagi
2020-07-14 12:38:43 +09:00
committed by Masamichi Takagi
parent 687eae3a11
commit 7d69f15101

View File

@ -233,3 +233,6 @@ Limitations
VMAs to circumvent the issue "set_host_vma(): do NOT read protect
Linux VMA".
32. procfs entry creation done by Linux work queue could starve when
Linux CPUs are flooded with system call offloads. LTP-2019
sendmsg02 causes this issue.