From 002f36c7f5fd6ffd10eae37740dfd7fddfc40681 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Wed, 17 Mar 2021 21:39:07 +0900 Subject: [PATCH] docs: add limitation about Linux kernel dump Change-Id: Ic007f2f1915e37981955ad2160ea6614b1c36ec1 --- docs/users.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/users.rst b/docs/users.rst index f2492862..712ae7a3 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -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.