mbox series

[0/7] mm: Unexport apply_to_page_range()

Message ID 20210412080012.357146277@infradead.org (mailing list archive)
Headers show
Series mm: Unexport apply_to_page_range() | expand

Message

Peter Zijlstra April 12, 2021, 8 a.m. UTC
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.