Re: [PATCH v2 1/2] mm: gup: move pmd_protnone() into gup_fast_pmd_leaf()
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/5/26 05:58, Aristeu Rozanski wrote: > Make pmd handling match pud handling by calling pmd_protnone() > inside gup_fast_pmd_leaf(). > > Suggested-by: David Hildenbrand <[email protected]> > Link: https://lore.kernel.org/all/[email protected]/T/#u > Cc: Andrew Morton <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Jason Gunthorpe <[email protected]> > Cc: John Hubbard <[email protected]> > Cc: Peter Xu <[email protected]> > Signed-off-by: Aristeu Rozanski <[email protected]> > Acked-by: David Hildenbrand (Arm) <[email protected]> -- Cheers, David