mirror of
https://github.com/torvalds/linux.git
synced 2024-12-07 03:21:32 +00:00
30d6e0a419
There is code duplicated over all architecture's headers for futex_atomic_op_inuser. Namely op decoding, access_ok check for uaddr, and comparison of the result. Remove this duplication and leave up to the arches only the needed assembly which is now in arch_futex_atomic_op_inuser. This effectively distributes the Will Deacon's arm64 fix for undefined behaviour reported by UBSAN to all architectures. The fix was done in commit |
||
---|---|---|
.. | ||
asm | ||
uapi/asm |