Re: [PATCH v2 0/5] kthread: convert remaining users to kthread_create_worker
From: Greg Kroah-Hartman
Date: Sat Sep 05 2026 - 07:22:22 EST
On Fri, Sep 04, 2026 at 10:13:32PM +0100, Bradley Morgan wrote:
> On 4 September 2026 22:10:32 BST, Jakub Kicinski <kuba@xxxxxxxxxx> wrote:
> >On Fri, 04 Sep 2026 16:56:30 +0100 Bradley Morgan wrote:
> >> On 4 September 2026 16:54:18 BST, Jakub Kicinski <kuba@xxxxxxxxxx>
> >wrote:
> >> >On Fri, 4 Sep 2026 09:37:21 +0000 Bradley Morgan wrote:
> >> >> media: ivtv: convert to kthread_run_worker
> >> >> net: encx24j600: convert to kthread_run_worker
> >> >> tty: sc16is7xx: convert to kthread_run_worker
> >> >> cpufreq: schedutil: convert to kthread_create_worker
> >> >
> >> >Please send these 4 to appropriate subsystems
> >> >
> >> >> kthread: remove worker->task self assignment
> >> >
> >> >Then after the next merge window when trees converge send this one out
> >>
> >> hi, I was hoping one person could merge it with acks from all subsystems
> >
> >Not how this works.
> Ugh, I've seen it before happen.
>
> Look, fine, I'll do a V3 soon, WITH ONLY the subsystem changes, all
> separate, all sent over to their respective maintainers, then when all
> thathas been merged and there's the next merge window, then whatever, I'll
> send then the kthread removal
>
> IMHO this is a massive annoyance though.. because what if one of the
> driverfolks doesn't wanna respond to me!?!
Then, after trying for the normal way, you can make the driver change at
the same time. But to circumvent the "normal way" thinking it might not
work, is not the best thing to do.
thanks,
greg k-h