Re: [PATCH v11 2/8] iov_iter: Add a function to extract a page list from an iterator
From: David Howells <dhowells@redhat.com>
Date: 2023-01-26 23:59:19
Also in:
linux-fsdevel, linux-mm, lkml
From: David Howells <dhowells@redhat.com>
Date: 2023-01-26 23:59:19
Also in:
linux-fsdevel, linux-mm, lkml
Al says that pinning a page (ie. FOLL_PIN) could cause a deadlock if a page is vmspliced into a pipe with the pipe holding a pin on it because pinned pages are removed from all page tables. Is this actually the case? I can't see offhand where in mm/gup.c it does this. David