Re: [PATCH V9] mm/debug: Add tests validating architecture page table helpers

2019-11-11 Thread Anshuman Khandual
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

Re: [PATCH V9] mm/debug: Add tests validating architecture page table helpers

2019-11-11 Thread Ingo Molnar
* 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

Re: [PATCH V9] mm/debug: Add tests validating architecture page table helpers

2019-11-11 Thread Anshuman Khandual
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

[PATCH V9] mm/debug: Add tests validating architecture page table helpers

2019-11-11 Thread Anshuman Khandual
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 addition of new ones. This test covers basic page table