Re: [PATCH Next] copy_process(): Fixed jump logic error

From: Sebastian Andrzej Siewior

Date: Fri Sep 26 2025 - 11:21:57 EST


On 2025-09-26 17:11:12 [+0200], Vlastimil Babka wrote:
> On 9/24/25 14:06, Edward Adam Davis wrote:
> > After futex_hash_allocate_default() fails, the logic should jump to
> > bad_fork_cancel_cgroup, not bad_fork_core_free.
> >
> > Jumping to bad_fork_core_free would cause a siglock imbalance.
> >
> > Signed-off-by: Edward Adam Davis <eadavis@xxxxxx>
>
> Sebastian already fixed this and it's in tip: locking/urgent

A pull request has been sent to Linus earlier today.

Sebastian