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.