On Thu, 4 Nov 2010, Andrea Arcangeli wrote: > On Wed, Nov 03, 2010 at 01:43:25PM -0700, Dave Hansen wrote: > > some IBM testers ran into some deadlocks. It appears that the > > khugepaged process is trying to migrate one of a filesystem daemon's > > pages while khugepaged holds the daemon's mmap_sem for write. > > Correct. So now I'm wondering what happens if some library of this > daemon happens to execute a munmap that calls split_vma and allocates > memory while holding the mmap_sem, and the memory allocation triggers > I/O that will have to be executed by the daemon. mmap_sem is not really relevant here(*), page lock is. And in vmscan.c, there's not a single blocking lock_page(). Also, as I mentioned, fuse does writeback in a special way: it copies dirty pages to non-page cache pages which don't interact in any way with reclaim. Fuse writeback is instantaneous from the reclaim PoV. > I think this could be fixed in userland, this applies to openvpn too > if used as nfs backend. How? Thanks, Miklos (*) In the original gpfs trace it is relevant but only because the page migration is triggered by khugepaged. In the reproduced example the page migration is triggered directly by an allocation. Since page migration does blocking lock_page(), there's really no way to avoid a deadlock in that case. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>