syzkaller
syzkaller copied to clipboard
Tracking bug for KMSAN's incompatibility with CONFIG_DEBUG_LIST=y
Recent kernel changes uncovered the false positives in KMSAN caused by kmsan_unpoison_memory() not working from within KMSAN runtime.
This should be fix by https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git/commit/?h=mm-everything&id=3fb7deab1523e659dcd0b08b393f13608c34593c, until then we disable CONFIG_DEBUG_LIST in KMSAN builds.