Re: [PATCH v3 00/13] nommu UML

2024-12-08 Thread Hajime Tazaki
On Sun, 08 Dec 2024 19:13:11 +0900, Hajime Tazaki wrote: > > This is a series of patches of nommu arch addition to UML. It would > be nice to ask comments/opinions on this. sorry for the noise. this is my mistake for resending patch. please ignore this. -- Hajime

[PATCH v3 00/13] nommu UML

2024-12-08 Thread Hajime Tazaki
This is a series of patches of nommu arch addition to UML. It would be nice to ask comments/opinions on this. There are still several limitations/issues which we already found; here is the list of those issues. - memory mapped by loadable modules are not distinguished from userspace memory. -

Re: [PATCH v3 00/13] nommu UML

2024-12-05 Thread Hajime Tazaki
Thanks Johannes, On Thu, 05 Dec 2024 01:20:04 +0900, Johannes Berg wrote: > > On Tue, 2024-12-03 at 13:22 +0900, Hajime Tazaki wrote: > > This is a series of patches of nommu arch addition to UML. > > Please next time you resend this, don't hide it in the old thread :) ah, my bad. I thought

Re: [PATCH v3 00/13] nommu UML

2024-12-04 Thread Johannes Berg
On Tue, 2024-12-03 at 13:22 +0900, Hajime Tazaki wrote: > This is a series of patches of nommu arch addition to UML. Please next time you resend this, don't hide it in the old thread :) johannes

[PATCH v3 00/13] nommu UML

2024-12-02 Thread Hajime Tazaki
This is a series of patches of nommu arch addition to UML. It would be nice to ask comments/opinions on this. There are still several limitations/issues which we already found; here is the list of those issues. - there are no mechanism implemented to cache for mapped memory of exec(2) thus, al