[PATCH 0/7] mm: Unexport apply_to_page_range()
From: Peter Zijlstra
Date: Mon Apr 12 2021 - 04:09:47 EST
Hi,
These patches remove the last few modular apply_to_page_range() users and
unexports these interface. Since these functions provide direct access to our
page-tables they're a prime target for nefarious activities.
These patches rely on the remap_pfn_range_notrack() patches from Christoph that
are currently already in Andrew's tree.
Please consider.