patch-2.3.45 linux/kernel/ptrace.c

Next file: linux/mm/filemap.c
Previous file: linux/kernel/ksyms.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.44/linux/kernel/ptrace.c linux/kernel/ptrace.c
@@ -53,6 +53,7 @@
 		maddr = kmap(page);
 		memcpy((char *)maddr + (addr & ~PAGE_MASK), buf, len);
 		flush_page_to_ram(page);
+		flush_icache_page(vma, page);
 		kunmap(page);
 	} else {
 		maddr = kmap(page);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)