Re: [fuse-devel] [PATCH 0/8] MUSE: Userspace backed MTD v3

From: Richard Weinberger
Date: Tue Feb 09 2021 - 11:30:47 EST


----- Ursprüngliche Mail -----
>> A simple (but ugly!) approach would be redirecting mmap() requests on CUSE
>> devices to /dev/mem.
>> hmm?
>
> what requests are you talking about given that at the moment the CUSE
> client interface (cuse_lowlevel_ops) does not expose mmap?

The mmap() call itself. Of course you need to touch code.
Maybe just cuse_lowlevel.c, maybe kernel too.

Thanks,
//richard