Re: [PATCH] fuse: implement cuse mmap

2016-01-05 Thread Andrew Morton
On Tue, 5 Jan 2016 21:21:16 +0100 Luca Risolia wrote: > I was wondering if there's a chance to have this patch merged anytime > soon. Note that FUSE maintainer left off sometime ago and there's no one > taking care of kernel patches at the moment. > > Please let Jader and me know if there are

Re: [PATCH] fuse: implement cuse mmap

2016-01-05 Thread Luca Risolia
Hi Andrew, I was wondering if there's a chance to have this patch merged anytime soon. Note that FUSE maintainer left off sometime ago and there's no one taking care of kernel patches at the moment. Please let Jader and me know if there are any problems. Thanks Jader H. Silva wrote: Implem

Re: [PATCH] fuse: implement cuse mmap

2015-12-16 Thread Luca Risolia
I tested this patch and gave some hints to Jader when it first appeared on the libfuse mailing list some months ago. Signed-off-by: Luca Risolia Jader H. Silva wrote: Implement cuse mmap using shmem to provide the actual memory maps. Pages must be read/written using fuse's NOTIFY_RETRIEVE and

Re: [PATCH] fuse: implement cuse mmap

2015-12-16 Thread kbuild test robot
Hi Jader, [auto build test WARNING on v4.4-rc5] [cannot apply to next-20151216] url: https://github.com/0day-ci/linux/commits/Jader-H-Silva/fuse-implement-cuse-mmap/20151217-034148 config: i386-tinyconfig (attached as .config) reproduce: # save the attached .config to linux build tree

[PATCH] fuse: implement cuse mmap

2015-12-16 Thread Jader H. Silva
Implement cuse mmap using shmem to provide the actual memory maps. Pages must be read/written using fuse's NOTIFY_RETRIEVE and NOTIFY_STORE api. Signed-off-by: Jader H. Silva --- fs/fuse/cuse.c| 459 +- fs/fuse/dev.c | 163 +