]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
export __get_user_pages_fast() function
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Mon, 12 Dec 2011 23:40:34 +0000 (00:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 11 Feb 2012 14:38:12 +0000 (15:38 +0100)
commit40a10c277f7ec3f14e7de022c1b74545e4c62401
treec7bb01ead193cb93fcfc95bb9a7499c01bc9cfb3
parent8669a4b665030d64d19e33e036b1a3e77202b67e
export __get_user_pages_fast() function

commit 45888a0c6edc305495b6bd72a30e66bc40b324c6 upstream.

Backport for stable kernel v2.6.32.y to v2.6.36.y.

Needed for next patch:

 oprofile, x86: Fix nmi-unsafe callgraph support

This function is used by KVM to pin process's page in the atomic context.

Define the 'weak' function to avoid other architecture not support it

Acked-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Willy Tarreau <w@1wt.eu>
mm/util.c