Staging
v0.5.1
https://github.com/torvalds/linux
Revision 9de455b20705f36384a711d4a20bcf7ba1ab180b authored by Atsushi Nemoto on 12 December 2006, 17:14:55 UTC, committed by Linus Torvalds on 13 December 2006, 17:27:08 UTC
To allow a more effective copy_user_highpage() on certain architectures,
a vma argument is added to the function and cow_user_page() allowing
the implementation of these functions to check for the VM_EXEC bit.

The main part of this patch was originally written by Ralf Baechle;
Atushi Nemoto did the the debugging.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 77fff4a
History
Tip revision: 9de455b20705f36384a711d4a20bcf7ba1ab180b authored by Atsushi Nemoto on 12 December 2006, 17:14:55 UTC
[PATCH] Pass vma argument to copy_user_highpage().
Tip revision: 9de455b
File Mode Size
Documentation
arch
block
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 547 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 88.5 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 75.5 KB
Makefile -rw-r--r-- 49.2 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top