On Tue, Feb 25, 2025 at 02:13:34PM +0100, Philipp Stanner wrote: > The kthread header doesn't need to be included anymore. It's a relict > from the days when the scheduler was still using a kthread instead of > workqueues. > > Remove the unneeded includes. > > Fixes: a6149f039369 ("drm/sched: Convert drm scheduler to use a work queue rather than kthread") > Signed-off-by: Philipp Stanner <phasta@xxxxxxxxxx> > --- > I'm not sure whether we should Cc the stable kernel. It's inconvenient > and makes build times slower, but isn't really a bug. I don't think that's needed. Analogous to the previous patch of this series, I don't even think it should have a 'Fixes' tag.