Re: [PATCH 8/7] sched: Update task_tick_numa to ignore tasks without an mm

From: Linus Torvalds
Date: Wed May 11 2022 - 13:59:33 EST


On Wed, May 11, 2022 at 10:53 AM Eric W. Biederman
<ebiederm@xxxxxxxxxxxx> wrote:
>
> I do have it in a public git branch. The testing in linux-next
> is what revealed this.
>
> However it is a topic branch that as far as I know no one depends
> on so I should be able to rebase it.

Not a big deal, since it needs to not just bisect into that small
series, you also need a certain amount of bad luck to then hit the
issue.

So I don't think you should rebase unless you have other reasons to do
so, but if you do, just put this commit either first, or fold it into
the commit that removes PF_KTHREAD for threads that will become user
threads.

Linus