Disable CONFIG_VMAP_STACK for KASAN builds

Test: treehugger
Bug: 117194687
Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Change-Id: I876267ab4e44083215ae313de5e4897b06e9ec49
This commit is contained in:
Jeff Vander Stoep 2022-02-07 11:50:19 +01:00 committed by Jeffrey Vander Stoep
parent c9727b8ce3
commit 23acefc286
2 changed files with 8 additions and 0 deletions

View file

@ -210,6 +210,10 @@
<key>CONFIG_HAVE_ARCH_VMAP_STACK</key>
<value type="bool">y</value>
</config>
<config>
<key>CONFIG_KASAN_SW_TAGS</key>
<value type="bool">n</value>
</config>
</conditions>
<config>
<key>CONFIG_VMAP_STACK</key>

View file

@ -218,6 +218,10 @@
<key>CONFIG_HAVE_ARCH_VMAP_STACK</key>
<value type="bool">y</value>
</config>
<config>
<key>CONFIG_KASAN_SW_TAGS</key>
<value type="bool">n</value>
</config>
</conditions>
<config>
<key>CONFIG_VMAP_STACK</key>