If you have your file data in a user space buffer, "get_user_pages" and "kmap" can be used to get it mapped to a kernel virtual address. But I still doubt that this would solve the problem of mapping the disk file data to kernel
space.
Regards,
Binoy Jayan
From: kernelnewbies-bounces@xxxxxxxxxxxxxxxxx [kernelnewbies-bounces@xxxxxxxxxxxxxxxxx] on behalf of Yu Bi [lazysmartegg@xxxxxxxxx]
Sent: Tuesday, December 31, 2013 8:05 AM To: kernelnewbies@xxxxxxxxxxxxxxxxx Subject: Re: how to use mmap() on a disk file to get a kernel address? Thanks for your idea.
Because I implement a kernel storage service based on a disk file through VFS layer. To simplify the implementation, I prefer to read/write the mapped kernel space address instead of the file data access api(such as page cache API / VFS API). In FreeBSD, I can use vm_map_find to map a file into kernel space address( vnode pager) But in linux, I don't know how to implement this(map disk file into kernel space)? On Thu, Dec 26, 2013 at 3:42 PM, Yu Bi <lazysmartegg@xxxxxxxxx> wrote:
The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. www.wipro.com |
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@xxxxxxxxxxxxxxxxx http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies