Bug 218311 - stackdepot: use STACK_BUCKET_NUMBER_ORDER_MAX with KMSAN
Summary: stackdepot: use STACK_BUCKET_NUMBER_ORDER_MAX with KMSAN
Status: NEW
Alias: None
Product: Memory Management
Classification: Unclassified
Component: Sanitizers (show other bugs)
Hardware: All Linux
: P3 normal
Assignee: MM/Sanitizers virtual assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-25 15:42 UTC by Andrey Konovalov
Modified: 2023-12-25 15:42 UTC (History)
1 user (show)

See Also:
Kernel Version:
Subsystem:
Regression: No
Bisected commit-id:


Attachments

Description Andrey Konovalov 2023-12-25 15:42:20 UTC
Currently, the stack depot code uses the maximum number of hash table buckets STACK_BUCKET_NUMBER_ORDER_MAX when KASAN is enabled, as KASAN saves a large amount of stack traces.

We might want to use STACK_BUCKET_NUMBER_ORDER_MAX with KMSAN as well, for the same reason.

Note You need to log in before you can comment on or make changes to this bug.