Re: [PATCH 1/7] android/binder: don't abuse current->group_leader

From: Alice Ryhl
Date: Thu Dec 18 2025 - 06:11:43 EST


On Sun, Dec 7, 2025 at 1:39 PM Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
>
> Cleanup and preparation to simplify the next changes.
>
> - Use current->tgid instead of current->group_leader->pid
>
> - Use the value returned by get_task_struct() to initialize proc->tsk
>
> Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx>

Reviewed-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>