Re: [RFC PATCH 03/18] aarch64: drop the ramdisk driver from the import
Paulo Fernando Barbosa Duarte <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <[email protected]> |
> On 27 May 2026, at 19:56, Luca <[email protected]> wrote: > > If it can be useful you can find it here: > > https://gitlab.com/luckyd/gnumach/-/commits/memobj-rebased Thanks will check. > By the way, for a first step maybe the existing gnumach tests are enough, you should be able to test most of the syscalls in this way. And if you find some bugs or corner cases, it would be a good time to extend the existing tests. Yes, that’s the same approach I took on this RFC, I had to adapt a few existing tests to the different RPCs. But was pretty much reproducing the same scenarios. I am wasting too much time with building and configuration so I am finishing a sane build system, my next step is to look int Sergey’s original branch tests. Paulo