Simon Peter
Simon Peter
Glad you'd like to contribute. Unfortunately, we don't have the manpower to guide you. The best way to contribute is to find an area of the OS that you think...
Thanks a lot! We're planning a new release soon.
cc'ing Waleed. Waleed, not sure if you get these messages automatically. On Wed, May 12, 2021 at 1:43 PM hayley-leblanc ***@***.***> wrote: > Hi folks, > > I am trying...
First thing to do is to attach gdb to both processes and get a backtrace plus variable dump of the segfault on both sides. That will give you a lot...
Waleed (cc'ed) might be able to help here. I imagine lcache_find will return NULL and instead of segfaulting, libfs should at least assert that the return value is non-NULL. The...
Waleed, Henry, does this seem correct to you? Is there perhaps some log recovery code missing in the public Assise repo? On Wed, Nov 10, 2021 at 10:13 PM Om...
You can run Assise on DRAM. Of course, this means that you won't get the persistence of NVM. But perhaps you are fine with that (after all, you can still...
(cc Waleed) I presume that shutdown_fs not setting initialized back to 0 is a bug. There likely currently is no way to cleanly shut down kernfs from an external process,...
Your assumption is correct. What I think should happen is that each libfs gets linked somewhere in persistent file system state (likely the superblock) and that, each time kernfs starts,...
cc Henry and Waleed, who should be able to tell you. On Fri, Apr 30, 2021 at 9:06 AM hayley-leblanc ***@***.***> wrote: > Thanks for the update. > > We'd...