Bug 215753 - KASAN (tags): investigate tagging executable vmalloc allocations
Summary: KASAN (tags): investigate tagging executable vmalloc allocations
Status: NEW
Alias: None
Product: Memory Management
Classification: Unclassified
Component: Sanitizers (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: MM/Sanitizers virtual assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-27 14:40 UTC by Andrey Konovalov
Modified: 2022-03-27 14:40 UTC (History)
1 user (show)

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


Attachments

Description Andrey Konovalov 2022-03-27 14:40:38 UTC
Currently, executable vmalloc allocations are not tagged with the SW/HW_TAGS modes, as the kernel does not tolerate having the PC register tagged.

Investigate, whether it is possible to tag these allocations. Or at least tag the memory without the pointers.

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