mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 12:52:30 +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 |
||
---|---|---|
.. | ||
bitops | ||
asm-offsets.h | ||
atomic.h | ||
bitops.h | ||
cache.h | ||
cmpxchg.h | ||
cpuinfo.h | ||
delay.h | ||
dma-mapping.h | ||
elf.h | ||
fixmap.h | ||
futex.h | ||
io.h | ||
irq.h | ||
irqflags.h | ||
Kbuild | ||
linkage.h | ||
mmu_context.h | ||
mmu.h | ||
page.h | ||
pgalloc.h | ||
pgtable.h | ||
processor.h | ||
ptrace.h | ||
serial.h | ||
spinlock.h | ||
spr_defs.h | ||
spr.h | ||
string.h | ||
syscall.h | ||
syscalls.h | ||
thread_info.h | ||
timex.h | ||
tlb.h | ||
tlbflush.h | ||
uaccess.h | ||
unaligned.h |