summaryrefslogtreecommitdiff
path: root/fs/hpfs
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2019-04-08 14:23:17 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-10 17:54:11 +0200
commit9ccdbde1850c8b9e19ebf3b28c63d4902f90e470 (patch)
tree8d5eae066e51e41f1b7e72c677982d563d916085 /fs/hpfs
parent0f4ef8fb1dae3cf2c1017fb46b9d14b1de2e501a (diff)
arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
commit 03110a5cb2161690ae5ac04994d47ed0cd6cef75 upstream. Our futex implementation makes use of LDXR/STXR loops to perform atomic updates to user memory from atomic context. This can lead to latency problems if we end up spinning around the LL/SC sequence at the expense of doing something useful. Rework our futex atomic operations so that we return -EAGAIN if we fail to update the futex word after 128 attempts. The core futex code will reschedule if necessary and we'll try again later. Cc: <stable@kernel.org> Fixes: 6170a97460db ("arm64: Atomic operations") Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/hpfs')
0 files changed, 0 insertions, 0 deletions