Re: [PATCH v2 2/4] hung_task: Add hung_task_sys_info sysctl to dump sys info on task-hung

From: Feng Tang
Date: Mon Nov 17 2025 - 21:26:36 EST


On Mon, Nov 17, 2025 at 09:53:52AM -0800, Andrew Morton wrote:
> On Sun, 16 Nov 2025 22:13:58 +0800 Feng Tang <feng.tang@xxxxxxxxxxxxxxxxx> wrote:
>
> > > > if (need_warning || hung_task_call_panic) {
> > > > si_mask |= SYS_INFO_LOCKS;
> > >
> > > Looks good to me now! I assume v3 would be expected, can you
> > > post a new version?
> >
> > Andrew has taken the patchset to -mm tree.
> >
> > Andrew, which way do you prefer? I send a v3 patch for hung-task or you
> > pickup the fixup patch and squash it into the orginal 0002 patch?
> >
> > Anyway, I make a squshed version v3 patch below.
>
> I prefer little fixup patches, generally. So people can see what
> changed and don't feel they should re-review everything.

I see now.

> I queued the below, thanks.

Thank you! I just run some tests with latest mm tree and they all passed.

- Feng