enable MTE for the kernel allocators

This commit is contained in:
Daniel Micay 2025-01-11 18:28:19 -05:00
parent 82d1a65362
commit 680f50aeae

View File

@ -554,6 +554,7 @@
<p>Changes since the 2025010700 release:</p>
<ul>
<li>kernel (Pixel 8, Pixel 8 Pro, Pixel 8a, Pixel 9, Pixel 9 Pro, Pixel 9a): enable hardware memory tagging for the kernel allocators (slab, page_alloc and non-executable vmalloc)</li>
<li>Updater: require TLSv1.3 instead of TLSv1.2 or TLSv1.3</li>
<li>Seedvault: update to a newer revision (will be replaced with a better backup implementation in the future)</li>
<li>System UI Tuner: opt-out of Android 15 edge-to-edge since it's not properly supported yet (upstream bug)</li>