+ page_mkclean_one-fix-call-to-set_pte_at.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     page_mkclean_one(): fix call to set_pte_at()
has been added to the -mm tree.  Its filename is
     page_mkclean_one-fix-call-to-set_pte_at.patch

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: page_mkclean_one(): fix call to set_pte_at()
From: Al Viro <viro@xxxxxxxxxxxxxxxx>

(akpm: macros are wonderful)

Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 mm/rmap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/rmap.c~page_mkclean_one-fix-call-to-set_pte_at mm/rmap.c
--- a/mm/rmap.c~page_mkclean_one-fix-call-to-set_pte_at
+++ a/mm/rmap.c
@@ -452,7 +452,7 @@ static int page_mkclean_one(struct page 
 		entry = ptep_clear_flush(vma, address, pte);
 		entry = pte_wrprotect(entry);
 		entry = pte_mkclean(entry);
-		set_pte_at(vma, address, pte, entry);
+		set_pte_at(mm, address, pte, entry);
 		lazy_mmu_prot_update(entry);
 		ret = 1;
 	}
_

Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are

page_mkclean_one-fix-call-to-set_pte_at.patch
m68k-work-around-binutils-tokenizer-change.patch
slab-leaks3-default-y.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux