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.

Comments

Peter Zijlstra April 12, 2021, 9:23 a.m. UTC | #1
On Mon, Apr 12, 2021 at 09:00:16AM -0000, Patchwork wrote:
> == Series Details ==
> 
> Series: mm: Unexport apply_to_page_range()
> URL   : https://patchwork.freedesktop.org/series/88943/
> State : failure
> 
> == Summary ==
> 
> CALL    scripts/checksyscalls.sh
>   CALL    scripts/atomic/check-atomics.sh
>   DESCEND  objtool
>   CHK     include/generated/compile.h
> Kernel: arch/x86/boot/bzImage is ready  (#1)
>   MODPOST Module.symvers
> ERROR: modpost: "apply_to_page_range" [drivers/gpu/drm/i915/i915.ko] undefined!

This would be your robot not including the remap_pfn_range_notrack()
patches from Christoph I suppose..