diff options
author | Richard Weinberger <[email protected]> | 2014-12-10 13:53:51 +0100 |
---|---|---|
committer | Richard Weinberger <[email protected]> | 2015-01-04 14:20:26 +0100 |
commit | f911d731054ab3d82ee72a16b889e17ca3a2332a (patch) | |
tree | 57cf2f7ad304459ae6af5fc5aa1788c5d550f7fb /arch/x86/um/sys_call_table_32.c | |
parent | d753856c9f9ae33a980192aa7b81d8b97d79dec2 (diff) |
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: Miklos Szeredi <[email protected]>
Suggested-by: Geert Uytterhoeven <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
Tested-by: Daniel Walter <[email protected]>
Diffstat (limited to 'arch/x86/um/sys_call_table_32.c')
0 files changed, 0 insertions, 0 deletions