Bug 203967
Summary: | KASAN: incorrect alloc/free stacks for alloc_pages memory | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Dmitry Vyukov (dvyukov) |
Component: | Sanitizers | Assignee: | Dmitry Vyukov (dvyukov) |
Status: | NEW --- | ||
Severity: | enhancement | CC: | andreyknvl, kasan-dev, melver |
Priority: | P2 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | ALL | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Dmitry Vyukov
2019-06-24 08:48:36 UTC
See https://groups.google.com/g/syzkaller/c/lWNU99juENk for a related discussion. CONFIG_PAGE_OWNER=y + page_owner=y supposedly should be saving alloc/free stack traces for pages, but I only see dummy stack traces in KASAN test reports for some reason. Also see https://bugzilla.kernel.org/show_bug.cgi?id=216762 wrt detecting page_alloc OOB. |