uaccess: add probe_kernel_write()
authorIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 18:05:36 +0000 (20:05 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 17 Apr 2008 18:05:36 +0000 (20:05 +0200)
commitc33fa9f5609e918824446ef9a75319d4a802f1f4
treeab711865ba14d4e3d21c2e480e8b113fc73e08a2
parent4b119e21d0c66c22e8ca03df05d9de623d0eb50f
uaccess: add probe_kernel_write()

add probe_kernel_read() and probe_kernel_write().

Uninlined and restricted to kernel range memory only, as suggested
by Linus.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/uaccess.h
mm/Makefile
mm/maccess.c [new file with mode: 0644]