ANDROID: arm: Disable KASAN
On ARM64, this feature can use SW_TAGS or HW_TAGS (MTE), but on ARM it will be configured to use generic KASAN, which reserves large amounts of RAM for itself and cannot be disabled at runtime. This feature was primarily enabled for KFENCE which isn't required for 32-bit devices anyway. Disable KASAN. Change-Id: I8108a490154ea11d93d2c2859d9e59ac7da67106
Loading
Please sign in to comment