On Fri, 2020-10-09 at 10:24 +0900, Hajime Tazaki wrote: > On Thu, 08 Oct 2020 00:25:06 +0900, > Johannes Berg wrote: > > On Tue, 2020-10-06 at 18:44 +0900, Hajime Tazaki wrote: > > > This commit introduces additional argument of previous task when > > > context switch happens. New SUBARCH can use the new information to > > > switch tasks in a subarch-specific manner. > > > > > > The patch is particularly required by nommu mode implemented as a > > > SUBARCH of UML. > > > > Would probably be good to already say why here? > > Agree. > > The patch is particularly required by nommu mode because it uses > previous task information to control the previous thread (e.g., down > semaphore, terminate thread, clean up thread flags). > > Something like this ? Well, still not sure I like "nommu" to refer to "library mode", but I'm also not sure that you can understand that without the context of how threads actually work in library mode? Maybe even something vague like Having access to the previous thread will be required in library mode for it to implement thread switching correctly. would give some rationale? johannes