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:
parent
c9727b8ce3
commit
23acefc286
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue