From: Linus Torvalds Date: Sun, 20 Jul 2025 18:22:05 +0000 (-0700) Subject: Merge tag 'locking-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=92329d578d60fe944e30da287ee28f5c154a5802;p=linux-block.git Merge tag 'locking-urgent-2025-07-20' of git://git./linux/kernel/git/tip/tip Pull locking fix from Thomas Gleixner: "A single fix for the futex selftest code to make 32-bit user space work correctly on 64-bit kernels. sys_futex_wait() expects a struct __kernel_timespec for the timeout, but the selftest uses struct timespec, which is the original 32-bit non 2038 compliant variant. Fix it up by converting the callsite supplied timespec to a __kernel_timespec and hand that into the syscall" * tag 'locking-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: selftests/futex: Convert 32-bit timespec to 64-bit version for 32-bit compatibility mode --- 92329d578d60fe944e30da287ee28f5c154a5802