From 442f99acafa6a00cd2757f8149ace28f485f89d3 Mon Sep 17 00:00:00 2001 From: Mitch Phillips Date: Tue, 13 Feb 2024 11:46:38 +0100 Subject: [PATCH] Enable MTE workaround for b/324412910 For now, disable MTE in this process. This will unblock stack MTE from being turned back on. Bug: 324412910 Test: Boot the device with aosp/2953627 Change-Id: If3217f477da7efac753bba676673cfcf99d8d8e1 --- mte/fullmte-pixel.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mte/fullmte-pixel.mk b/mte/fullmte-pixel.mk index 96120fb..da4e7b9 100644 --- a/mte/fullmte-pixel.mk +++ b/mte/fullmte-pixel.mk @@ -1,2 +1,5 @@ include build/make/target/product/fullmte.mk BOARD_KERNEL_CMDLINE += bootloader.pixel.MTE_FORCE_ON +# TODO(b/324412910): Remove this when the stack-buffer-overflow is fixed. +PRODUCT_PRODUCT_PROPERTIES += \ + arm64.memtag.process.android.hardware.composer.hwc3-service.pixel=off \ No newline at end of file