Bug 218315
Summary: | KASAN: use EXPORT_SYMBOL_NS to export symbols for tests | ||
---|---|---|---|
Product: | Memory Management | Reporter: | Andrey Konovalov (andreyknvl) |
Component: | Sanitizers | Assignee: | MM/Sanitizers virtual assignee (mm_sanitizers) |
Status: | RESOLVED CODE_FIX | ||
Severity: | normal | CC: | kasan-dev, snovitoll |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Andrey Konovalov
2023-12-25 17:44:48 UTC
Instead of creating a separate namespace, we can reuse EXPORT_SYMBOL_IF_KUNIT. Hello, Create a patch for this issue: https://lore.kernel.org/all/20241101184011.3369247-2-snovitoll@gmail.com/T/#u Thanks Resolved by Sabyrzhan in [1]. [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c28432acf61751c2be8b36cb831dd490d2aed465 |