Bug 211779 - KASAN (hw-tags): support stack tagging
Summary: KASAN (hw-tags): support stack tagging
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: 2021-02-15 18:58 UTC by Andrey Konovalov
Modified: 2021-02-15 18:58 UTC (History)
1 user (show)

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


Attachments

Description Andrey Konovalov 2021-02-15 18:58:45 UTC
Add HW_TAGS support for tagging and checking stack variables.

Both generic and SW_TAGS KASAN modes already support that.

The implementation of stack tagging support has to work with a single kernel image on devices with and without MTE support. This is demanded by Android Generic Kernel Image.

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