On Wed, Jan 11, 2023 at 12:58:38PM -0800, Andrew Morton wrote: > > The patch titled > Subject: mm: add folio_add_new_anon_rmap() > has been added to the -mm mm-unstable branch. Its filename is > mm-add-folio_add_new_anon_rmap.patch Thanks! It needs this fixlet on riscv: diff --git a/mm/folio-compat.c b/mm/folio-compat.c index 92f53adc0dd9..d6177f3c6897 100644 --- a/mm/folio-compat.c +++ b/mm/folio-compat.c @@ -6,6 +6,7 @@ #include <linux/migrate.h> #include <linux/pagemap.h> +#include <linux/rmap.h> #include <linux/swap.h> #include "internal.h"