Linus Torvalds Doesn't UnderstandUser SpaceStorage. I was directed to a recent mailing list post by Linus Torvalds on linux-fsdevel in which he derided the concept ofuser-spacefilesystems. Not a particular implementation...
I'm trying to get the newUserspaceIO framework working. I just allocate some kernel memory with kmalloc() and try to export it touserspace: dev_info.mem[0].memtype = UIO_MEM_LOGICAL; dev_info.mem[0].addr...