Re: [BUG] WARNING: CPU: 3 PID: 1 at mm/debug_vm_pgtable.c:493

From: Steven Rostedt
Date: Tue Oct 12 2021 - 15:19:40 EST


On Tue, 12 Oct 2021 12:15:40 -0700
Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> wrote:

> Or it's something specific to your setup, but that sounds unlikely.
>
> You might add some debugging to the x86 pud_set_huge() function,
> something like the attached (obviously entirely untested) patch.

I'll add this to the patches that get applied before my tests run (which
mostly just disable things unrelated to my code, like i915 warnings :-p)

But my box is continuing its test suite, so I'll add it when it finishes,
and then run more tests to try to trigger it again.

-- Steve