v3: - Go back to use WARN_ON_ONCE because mmdebug.h not included in arch/x86/include/asm/pgtable.h - Added r-b and t-b - s/symbton/symbtom/ [Nadav] - Updated commit message of patch 1, removing mprotect example v2: - Replace WARN_ON_ONCE with VM_WARN_ON_ONCE in patch 2 [Nadav] This comes from a report from Ives on using uffd-wp on shmem. More information can be found in patch 1 commit message. Patch 2 added some more sanity check when walking pgtables and when we convert the ptes into other forms e.g. for migration and swap. It will make the error trigger even earlier than the user could notice, meanwhile nail down the case if it's a wrong pgtable setup. We probably need patch 1 for stable (5.19+). Please have a look, thanks. Peter Xu (2): mm/migrate: Fix read-only page got writable when recover pte mm/uffd: Sanity check write bit for uffd-wp protected ptes arch/x86/include/asm/pgtable.h | 18 +++++++++++++++++- mm/migrate.c | 8 +++++++- 2 files changed, 24 insertions(+), 2 deletions(-) -- 2.37.3