From 75cb75d4871272285ee74c9576bbc5db42f5dbec Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 21 Dec 2021 04:51:46 -0500 Subject: [PATCH] different approach being taken to zero apdp/msapd --- static/releases.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/releases.html b/static/releases.html index 2f795bc8..d10b227f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -530,9 +530,7 @@
  • initial production support for the Pixel 6 and Pixel 6 Pro
  • Auditor: update to version 38
  • Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: erase both apdp partition slots as part of flashing factory images to wipe persistent debugging policy
  • -
  • Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a: include empty apdp image in updates to wipe persistent debugging policy
  • Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a: erase both msadp partition slots as part of flashing factory images to wipe persistent debugging policy
  • -
  • Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a: include empty msapd image in updates to wipe persistent debugging policy
  • kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): enable BUG_ON_DATA_CORRUPTION since it was backported upstream
  • kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a): enable legacy Qualcomm PANIC_ON_DATA_CORRUPTION since it hasn't been fully phased out yet
  • Seedvault: temporarily revert change to restore requiring that the profile is unlocked for the hardware keystore key (uncovers an upstream bug)