Hi all, Today's linux-next merge of the akpm-current tree got a conflict in: arch/x86/include/asm/pgtable_types.h between commit: 6db73f17c5f1 ("x86: Don't let pgprot_modify() change the page encryption bit") from the tip tree and commit: faaa52178603 ("userfaultfd: wp: add WP pagetable tracking to x86") from the akpm-current tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc arch/x86/include/asm/pgtable_types.h index 65c2ecd730c5,e24a2ecf9475..000000000000 --- a/arch/x86/include/asm/pgtable_types.h +++ b/arch/x86/include/asm/pgtable_types.h @@@ -118,7 -127,7 +127,8 @@@ */ #define _PAGE_CHG_MASK (PTE_PFN_MASK | _PAGE_PCD | _PAGE_PWT | \ _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY | \ - _PAGE_SOFT_DIRTY | _PAGE_DEVMAP | _PAGE_ENC) - _PAGE_SOFT_DIRTY | _PAGE_DEVMAP | _PAGE_UFFD_WP) ++ _PAGE_SOFT_DIRTY | _PAGE_DEVMAP | _PAGE_ENC | \ ++ _PAGE_UFFD_WP) #define _HPAGE_CHG_MASK (_PAGE_CHG_MASK | _PAGE_PSE) /*