Re: [syzbot] [arm?] WARNING in delayed_work_timer_fn
From: Will Deacon
Date: Fri Feb 14 2025 - 11:46:25 EST
On Tue, Feb 11, 2025 at 10:59:30AM -1000, Tejun Heo wrote:
> On Tue, Feb 11, 2025 at 11:10:46AM +0000, Will Deacon wrote:
> > Given that this seems to explode a few times a month, I wonder if it's
> > worth adding some instrumentation to e.g. dump the name of the workqueue?
>
> It's usually most useful to print out the work function when identifying the
> culprit. I'd be happy to take the patch.
Thanks, Tejun. I sent a patch adding some more diagnostics:
https://lore.kernel.org/r/20250214164349.13694-1-will@xxxxxxxxxx
Will