Re: [PATCH v8 00/15] futex: Add support task local hash maps.

From: Sebastian Andrzej Siewior
Date: Fri Feb 21 2025 - 11:17:27 EST


On 2025-02-20 16:12:06 [+0100], Peter Zijlstra wrote:
> I've split up the patch a little and stuck them here:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/log/?h=futex/scope

futex_wait_setup() has an unused task argument (current is always used).

You solved the thing in lock_pi, I mentioned, by throwing in a
no_free_ptr() in the middle. Well that works, I assumed we wanted to
close the context somehow.

This should work. Let me zap that last argument in futex_wait_setup()
(confidently assuming I won't need it) and then rebase what I got so far
on top.

Sebastian