Bug 208295
Summary: | Normalize ->ctor slabs and TYPESAFE_BY_RCU slabs | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Jann Horn (Google) (jannh) |
Component: | Sanitizers | Assignee: | MM/Sanitizers virtual assignee (mm_sanitizers) |
Status: | NEW --- | ||
Severity: | normal | CC: | andreyknvl, kasan-dev |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.7 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
Jann Horn (Google)
2020-06-23 14:42:26 UTC
Just for the bug record, quoting Jann's message in the linked thread:
> I've implemented this first part now and sent it out for review:
> https://lore.kernel.org/lkml/20230825211426.3798691-1-jannh@google.com/T/
Referring to "Let calculate_sizes() reserve space...".
Update: Jann added support for KASAN checking of RCU slabs in [1] via CONFIG_SLUB_RCU_DEBUG. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b8c8ba73c68bb3c3e9dad22f488b86c540c839f9 |