Re: [patch 1/8] futex: Move futex task related data into a struct

From: Thomas Gleixner

Date: Tue Mar 17 2026 - 05:58:05 EST


On Mon, Mar 16 2026 at 23:24, André Almeida wrote:
> Em 16/03/2026 14:12, Thomas Gleixner escreveu:
>> +
>> +/**
>> + * struct futex_ctrl - Futex related per task data
>
> maybe futex_task_data to match futex_mm_data?

Sure.

>> + * @robust_list: User space registered robust list pointer
>> + * @compat_robust_list: User space registered robust list pointer for compat tasks
>
>
> to avoid kernel-doc warnings:
>
> @pi_state_list: List of PI mutexes holded by this task
> @pi_state_cache: Copy of the PI state

Oops.