s390/mm: Convert make_page_secure to use a folio
[ Upstream commit 259e660d ] These page APIs are deprecated, so convert the incoming page to a folio and use the folio APIs instead. The ultravisor API cannot handle large folios, so return -EINVAL if one has slipped through. Acked-by:Claudio Imbrenda <imbrenda@linux.ibm.com> Signed-off-by:
Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://lore.kernel.org/r/20240322161149.2327518-2-willy@infradead.org Signed-off-by:
Alexander Gordeev <agordeev@linux.ibm.com> Stable-dep-of: 3f29f653 ("s390/uv: Don't call folio_wait_writeback() without a folio reference") Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment