Skip to content
Commit f911d731 authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Skip futex_atomic_cmpxchg_inatomic() test



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>
parent d753856c
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