According to fetch(9) fueword facility designed to fetch atomically
small amount of data from user space.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 40558 Build 37447: arc lint + arc unit
Event Timeline
Comment Actions
I think on ARM there exist the same problem we fixed for umtx in 30b3018d48e4441083b
sys/compat/linux/linux_futex.c | ||
---|---|---|
711 | Should this casuword32 replaced by casueword32? |
sys/compat/linux/linux_futex.c | ||
---|---|---|
706 | How do we know that uaddr is aligned? release_futexes does not validate futex_offset after copying it in... |
sys/compat/linux/linux_futex.c | ||
---|---|---|
706 | yes, you are right, I plan some handle_futex_death improvement: add a for special case for regular futexes and check unaligned access too |