--:----:--Keyboard shortcuts (?)Fullscreen (f)
GNU/Linux ◆ xterm-256color ◆ bash 14 views

you can see multiple worker threads (doods) trying to read from and write to a memory region that was initially write-protected and watched for access attempts by the UFFD thread.
The doods are stopped in their tracks when they first access some location, then the UFFD thread decides to let them continue after copying some data into the area and when they try to write to it, it just un-write-protects the page.
You can see sometimes the read and write immediately finish. That’s when the page had already been un-write-protected earlier.