Hi, Suppose I have a kernel module that dynamically allocates memory (via kmalloc) for user space. Now my doubt is whether this chunk of physical memory would have two virtual addresses? - One virtual address that will be used by kernel to refer to the memory (the address returned by kmalloc) - One virtual address as will be seen by the user space application? Is my understanding correct? Thanks, Dan - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs