Disable Kernel MTE in Zuma (non-fullmte).
Bug: 280343521 Test: cat /proc/cmdline | grep kasan=off Change-Id: I42781e8efdc4cf5a89baca1af8c3d62a4984c4f2
This commit is contained in:
parent
a480b6d0e9
commit
3fefb2e823
1 changed files with 3 additions and 0 deletions
|
@ -39,6 +39,9 @@ BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all
|
|||
BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on
|
||||
BOARD_KERNEL_CMDLINE += swiotlb=1024
|
||||
BOARD_KERNEL_CMDLINE += cgroup.memory=nokmem
|
||||
ifeq (,$(filter %_fullmte,$(TARGET_PRODUCT)))
|
||||
BOARD_KERNEL_CMDLINE += kasan=off
|
||||
endif
|
||||
BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs
|
||||
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue