Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracking bug for KMSAN's incompatibility with CONFIG_DEBUG_LIST=y #4504

Open
ramosian-glider opened this issue Feb 15, 2024 · 0 comments
Open
Assignees
Labels

Comments

@ramosian-glider
Copy link
Member

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.

@ramosian-glider ramosian-glider self-assigned this Feb 15, 2024
ramosian-glider added a commit to ramosian-glider/syzkaller that referenced this issue Feb 15, 2024
KMSAN is currently reporting boot-time false positives in debugging code
called from stackdepot.c (see google#4504)

Disable CONFIG_DEBUG_LIST under KMSAN until the fix lands.
github-merge-queue bot pushed a commit that referenced this issue Feb 15, 2024
KMSAN is currently reporting boot-time false positives in debugging code
called from stackdepot.c (see #4504)

Disable CONFIG_DEBUG_LIST under KMSAN until the fix lands.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant