Re: [patch V3 04/11] x86/mm/cpa: Allow range check for static protections

From: Dave Hansen
Date: Fri Sep 21 2018 - 12:36:50 EST


On 09/17/2018 07:29 AM, Thomas Gleixner wrote:
> Checking static protections only page by page is slow especially for huge
> pages. To allow quick checks over a complete range, add the ability to do
> that.
>
> Make the checks inclusive so the ranges can be directly used for debug output
> later.
>
> No functional change.

Reviewed-by: Dave Hansen <dave.hansen@xxxxxxxxx>