fix uncaught exception from initialization race

This commit is contained in:
Daniel Micay 2024-08-29 15:39:40 -04:00
parent 61b9eefeb6
commit cc32e88f79

View File

@ -860,6 +860,7 @@
<li>add support for Pixel Thermometer app available from our App Store for the Pixel 8 Pro, Pixel 9 Pro and Pixel 9 Pro XL</li>
<li>add missing feature compatibility matrix definitions (mainly for 9th generation Pixels)</li>
<li>add support for using backslashes in the passphrases for encrypting the keys for signing OS releases</li>
<li>Contact Scopes: explicitly set initialization order after ContactsProvider2 to avoid uncaught exceptions from a race</li>
<li>kernel (6.1): disable unused hibernation support</li>
<li>kernel (6.6): enable random kmalloc caches</li>
<li>kernel (6.6): enable struct randomization in the full mode with a deterministic seed based on kernel commit timestamp</li>