Hello, I'm allocating a memory block inside a kernel module and then I share it with an user space application through mmap(). I have two problems: 1. The memory isn't written into core files 2. The memory isn't accessible during "runtime" debugging (the result of "attach" command & similar) How to solve those issues? Regards, Krzysztof