Re: Using userfaultfd with KVM's async page fault handling causes processes to hung waiting for mmap_lock to be released
From: Jinjiang Tu
Date: Fri Mar 07 2025 - 02:49:45 EST
Hi,
I encountered the same issue too. In my scenario, GUP is called by mlockall()
syscall.
Is there a solution to fix it?
Thanks.