Commit ad63ddb0 authored by Richard Weinberger's avatar Richard Weinberger Committed by Jiri Slaby

um: Skip futex_atomic_cmpxchg_inatomic() test

commit f911d731 upstream.

futex_atomic_cmpxchg_inatomic() does not work on UML because
it triggers a copy_from_user() in kernel context.
On UML copy_from_user() can only be used if the kernel was called
by a real user space process such that UML can use ptrace()
to fetch the value.
Reported-by: default avatarMiklos Szeredi <miklos@szeredi.hu>
Suggested-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Tested-by: default avatarDaniel Walter <d.walter@0x90.at>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent 0a5c9ec9
...@@ -7,6 +7,7 @@ config UML ...@@ -7,6 +7,7 @@ config UML
bool bool
default y default y
select HAVE_UID16 select HAVE_UID16
select HAVE_FUTEX_CMPXCHG if FUTEX
select GENERIC_IRQ_SHOW select GENERIC_IRQ_SHOW
select GENERIC_CPU_DEVICES select GENERIC_CPU_DEVICES
select GENERIC_IO select GENERIC_IO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment