Re: [PATCH 15/16] debug_vm_pgtable/savedwrite: Use savedwrite test with protnone ptes

2020-08-12 Thread Anshuman Khandual
On 08/12/2020 12:03 PM, Aneesh Kumar K.V wrote: > Saved write support was added to track the write bit of a pte after marking > the > pte protnone. This was done so that AUTONUMA can convert a write pte to > protnone > and still track the old write bit. When converting it back we set the pte

[PATCH 15/16] debug_vm_pgtable/savedwrite: Use savedwrite test with protnone ptes

2020-08-12 Thread Aneesh Kumar K.V
Saved write support was added to track the write bit of a pte after marking the pte protnone. This was done so that AUTONUMA can convert a write pte to protnone and still track the old write bit. When converting it back we set the pte write bit correctly thereby avoiding a write fault again.