aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/Kconfig
diff options
context:
space:
mode:
authorGravatar John David Anglin <dave.anglin@bell.net> 2021-12-21 13:33:16 -0500
committerGravatar Helge Deller <deller@gmx.de> 2021-12-21 21:15:59 +0100
commitd3a5a68cff47f6eead84504c3c28376b85053242 (patch)
treecd9b3ec6f063d9f70d5b2194de11f1e220644fea /arch/parisc/Kconfig
parentparisc: Correct completer in lws start (diff)
downloadlinux-d3a5a68cff47f6eead84504c3c28376b85053242.tar.gz
linux-d3a5a68cff47f6eead84504c3c28376b85053242.tar.bz2
linux-d3a5a68cff47f6eead84504c3c28376b85053242.zip
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: John David Anglin <dave.anglin@bell.net> Fixes: 53a42b6324b8 ("parisc: Switch to more fine grained lws locks") Cc: stable@vger.kernel.org # 5.10+ Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
0 files changed, 0 insertions, 0 deletions