Skip to content
Commit d3a5a68c authored by John David Anglin's avatar John David Anglin Committed by Helge Deller
Browse files

parisc: Fix mask used to select futex spinlock



The address bits used to select the futex spinlock need to match those used in
the LWS code in syscall.S. The mask 0x3f8 only selects 7 bits.  It should
select 8 bits.

This change fixes the glibc nptl/tst-cond24 and nptl/tst-cond25 tests.

Signed-off-by: default avatarJohn David Anglin <dave.anglin@bell.net>
Fixes: 53a42b63

 ("parisc: Switch to more fine grained lws locks")
Cc: stable@vger.kernel.org # 5.10+
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 8f66fce0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment