On Wed, Mar 15, 2023 at 6:22 PM Emanuel Attila Czirai <corre.a.buscar@xxxxxxxxx> wrote:
On Wed, Mar 15, 2023 at 2:58 PM Alexander Potapenko <glider@xxxxxxxxxx> wrote:Hi Emmanuel,hello, thank you for looking into this.Can you please share the kernel config where the problem is reproducible, along with the full dmesg?attached both
Ok, so according to your dmesg, heap initialization is disabled:
mem auto-init: stack:all(zero), heap alloc:off, heap free:off
, which causes the test failures.
The warnings indeed originate from CONFIG_TEST_REF_TRACKER=y, and seem to be yielding the desired output for that test (ccing Eric who wrote it).
Perhaps that test could print something about its expectations to dmesg, but anyway there's nothing to fix in the kernel.
May I ask what is the purpose of the config in question?