Due to limited space allocated by kmalloc(), how to transfer data from kernel space to user space?
I am currently modifying the Linux kernel (mainly in /mm) to gather memory related data in kernel.
I am currently modifying the Linux kernel (mainly in /mm) to gather memory related data in kernel.