Re: [GIT PULL 05/12 for v6.18] pidfs

From: Oleg Nesterov

Date: Wed Oct 01 2025 - 10:19:52 EST


On 09/26, Christian Brauner wrote:
>
> Oleg Nesterov (3):
> pid: make __task_pid_nr_ns(ns => NULL) safe for zombie callers
...
> gaoxiang17 (1):
> pid: Add a judgment for ns null in pid_nr_ns

Oh... I already tried to complain twice

https://lore.kernel.org/all/20250819142557.GA11345@xxxxxxxxxx/
https://lore.kernel.org/all/20250901153054.GA5587@xxxxxxxxxx/

One of these patches should be reverted. It doesn't really hurt, but it makes
no sense to check ns != NULL twice.

Oleg.