The patch titled Subject: mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared-fix has been removed from the -mm tree. Its filename was mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared-fix.patch This patch was dropped because it was folded into mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared.patch ------------------------------------------------------ From: Peter Feiner <pfeiner@xxxxxxxxxx> Subject: mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared-fix For completeness of the arch-independent pgprot-modify, Cc: Cyrill Gorcunov <gorcunov@xxxxxxxxxx> Cc: Hugh Dickins <hughd@xxxxxxxxxx> Cc: Jamie Liu <jamieliu@xxxxxxxxxx> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Cc: Pavel Emelyanov <xemul@xxxxxxxxxxxxx> Cc: Peter Feiner <pfeiner@xxxxxxxxxx> Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-generic/pgtable.h | 2 ++ 1 file changed, 2 insertions(+) diff -puN include/asm-generic/pgtable.h~mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared-fix include/asm-generic/pgtable.h --- a/include/asm-generic/pgtable.h~mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared-fix +++ a/include/asm-generic/pgtable.h @@ -261,6 +261,8 @@ static inline pgprot_t pgprot_modify(pgp newprot = pgprot_noncached(newprot); if (pgprot_val(oldprot) == pgprot_val(pgprot_writecombine(oldprot))) newprot = pgprot_writecombine(newprot); + if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) + newprot = pgprot_device(newprot); return newprot; } #endif _ Patches currently in -mm which might be from pfeiner@xxxxxxxxxx are origin.patch mm-softdirty-enable-write-notifications-on-vmas-after-vm_softdirty-cleared.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html