On Wed, Feb 16, 2022 at 08:29:51AM +1100, Stephen Rothwell wrote: > Hi all, > > Commits > > 9864078ecbb0 ("mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP") > 6a04fcd09a18 ("mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)") > 52322c19db3b ("mm/munlock: page migration needs mlock pagevec drained") > fc43a522c2b6 ("mm/munlock: mlock_page() munlock_page() batch by pagevec") > b60d40429fe9 ("mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()") > d1dfa0133d1d ("mm/migrate: __unmap_and_move() push good newpage to LRU") > 27649a0ad4f2 ("mm/munlock: mlock_pte_range() when mlocking or munlocking") > a098b3660d99 ("mm/munlock: maintain page->mlock_count while unevictable") > 4aefb923cead ("mm/munlock: replace clear_page_mlock() by final clearance") > 8a2bfd6e9bc1 ("mm/munlock: rmap call mlock_vma_page() munlock_vma_page()") > 0942176186ca ("mm/munlock: delete munlock_vma_pages_all(), allow oomreap") > 190136f4d2e7 ("mm/munlock: delete FOLL_MLOCK and FOLL_POPULATE") > 9833b8ff6c78 ("mm/munlock: delete page_mlock() and all its works") > > are missing a Signed-off-by from their committer. oh, git-am -s. I'm not used to doing this ;-) Fixed now. And I fixed sparc32 (differently from the way you had it). Pushed c306078715cb.