Hi, I want to allocate some amount of contiguous physical pages in the kernel and map the same to the user space. Is remap_page_range() the only way to do it? The problem is i want to make use of an ioctl to implement this and do not want to use mmap() stuff in the application. Rgds Anand -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/