Re: [GIT PULL] scheduler changes for v6.4

From: Linus Torvalds
Date: Fri Apr 28 2023 - 18:10:47 EST


On Thu, Apr 27, 2023 at 1:51 PM Ingo Molnar <mingo@xxxxxxxxxx> wrote:
>
> - Fix performance regression introduced by mm_cid

This causes a conflict with commit b20b0368c614 ("mm: fix memory leak
on mm_init error handling") that came in through the MM tree.

That conflict is trivial to resolve, and I did so.

Except I also checked my resolution with what was going on in
linux-next, and it's different.

I'm pretty sure the resolution in linux-next is wrong, but I thought
I'd mention this, since clearly this wasn't caught in linux-next.

Or maybe it's me that did it wrong, but hey, that couldn't actually
happen, could it?

Linus