docs: add limitation about Linux kernel dump

Change-Id: Ic007f2f1915e37981955ad2160ea6614b1c36ec1
This commit is contained in:
Masamichi Takagi
2021-03-17 21:39:07 +09:00
parent 90c1ceef45
commit 002f36c7f5

View File

@ -242,3 +242,5 @@ Limitations
#. 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.
#. Linux kernel dump file doesn't include the memory allocated to McKernel. This is because of the issues in the implementation of the panic notifier handler.