On 11/12/2019 11:59 AM, Ingo Molnar wrote:
>
> * Anshuman Khandual wrote:
>
>> +config DEBUG_VM_PGTABLE
>> +bool "Debug arch page table for semantics compliance"
>> +depends on MMU
>> +depends on DEBUG_VM
>> +depends on ARCH_HAS_DEBUG_VM_PGTABLE
>> +help
>> + This opt
* Anshuman Khandual wrote:
> +config DEBUG_VM_PGTABLE
> + bool "Debug arch page table for semantics compliance"
> + depends on MMU
> + depends on DEBUG_VM
> + depends on ARCH_HAS_DEBUG_VM_PGTABLE
> + help
> + This option provides a debug method which can be used to tes
On 11/12/2019 09:48 AM, Anshuman Khandual wrote:
> This adds tests which will validate architecture page table helpers and
> other accessors in their compliance with expected generic MM semantics.
> This will help various architectures in validating changes to existing
> page table helpers or ad