Message ID | 20240729183844.388481-1-david@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | mm: remove arch_make_page_accessible() | expand |
On Mon, Jul 29, 2024 at 08:38:41PM +0200, David Hildenbrand wrote: > Now that s390x implements arch_make_folio_accessible(), let's convert > remaining users to use arch_make_folio_accessible() instead so we can > remove arch_make_page_accessible(). For the series: Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Thank you for taking care of this! Whole series: Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> On Mon, 29 Jul 2024 20:38:41 +0200 David Hildenbrand <david@redhat.com> wrote: > Now that s390x implements arch_make_folio_accessible(), let's convert > remaining users to use arch_make_folio_accessible() instead so we can > remove arch_make_page_accessible(). > > Cc: Andrew Morton <akpm@linux-foundation.org> > Cc: Matthew Wilcox <willy@infradead.org> > Cc: Heiko Carstens <hca@linux.ibm.com> > Cc: Vasily Gorbik <gor@linux.ibm.com> > Cc: Alexander Gordeev <agordeev@linux.ibm.com> > Cc: Christian Borntraeger <borntraeger@linux.ibm.com> > Cc: Sven Schnelle <svens@linux.ibm.com> > Cc: Janosch Frank <frankja@linux.ibm.com> > Cc: Claudio Imbrenda <imbrenda@linux.ibm.com> > > David Hildenbrand (3): > mm: simplify arch_make_folio_accessible() > mm/gup: convert to arch_make_folio_accessible() > s390/uv: drop arch_make_page_accessible() > > arch/s390/include/asm/page.h | 2 -- > arch/s390/kernel/uv.c | 5 ----- > include/linux/mm.h | 18 +----------------- > mm/gup.c | 8 +++++--- > 4 files changed, 6 insertions(+), 27 deletions(-) > > > base-commit: 3bb434b9ff9bfeacf7f4aef6ae036146ae3c40cc
On Mon, Jul 29, 2024 at 08:38:41PM +0200, David Hildenbrand wrote: > Now that s390x implements arch_make_folio_accessible(), let's convert > remaining users to use arch_make_folio_accessible() instead so we can > remove arch_make_page_accessible(). For the whole series: Reviewed-by: Vishal Moola (Oracle) <vishal.moola@gmail.com>