Revert "Temporarily disable KASAN until bugfix is merged into [redacted] kernel."

This reverts commit 3174340456.

Reason for revert: Kernel prebuilt with bugfix has landed: ag/21613833

Change-Id: I7c688065783303ca0666f38058fbf853be51e199
This commit is contained in:
Peter Collingbourne 2023-03-03 23:01:17 +00:00 committed by Android (Google) Code Review
parent 3174340456
commit 82efb36664

View file

@ -39,9 +39,6 @@ BOARD_KERNEL_CMDLINE += cgroup_disable=memory
BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all BOARD_KERNEL_CMDLINE += rcupdate.rcu_expedited=1 rcu_nocbs=all
BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on BOARD_KERNEL_CMDLINE += stack_depot_disable=off page_pinner=on
BOARD_KERNEL_CMDLINE += swiotlb=1024 BOARD_KERNEL_CMDLINE += swiotlb=1024
# TODO(pcc): Remove this once the shusky kernel is updated with
# https://android-review.git.corp.google.com/q/topic:%22kasan-mte-sampling-again%22
BOARD_KERNEL_CMDLINE += kasan=off
BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs BOARD_BOOTCONFIG += androidboot.boot_devices=13200000.ufs
TARGET_NO_BOOTLOADER := true TARGET_NO_BOOTLOADER := true