summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-12-12 14:30:44 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2023-12-12 14:31:33 -0500
commit0ada06706be829e718889e99e1009199200dd189 (patch)
tree870b2d811a637be4d2822d85ef116af7b71cafb7
parent7e988665f36e323de6a5f154f1ac4c6ea836f84f (diff)
kernel crash log improvements
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index c2d59ef3..df76f1fe 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -717,6 +717,8 @@
<p>Changes since the 2023120800 release:</p>
<ul>
+ <li>stop reporting forced reboot (long press power) as a kernel crash</li>
+ <li>filter out SoC ID from kernel crash logs (logged by Little Kernel firmware boot stage before the OS)</li>
<li>temporarily disable memory tagging and hardened_malloc for surfaceflinger process to work around upstream use-after-free bug(s)</li>
<li>raise max open files for system_server to 256k from the baseline 32k limit used for all processes on Android due to situations where the 32k limit is exhausted</li>
<li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold): backport fix for glibc 2.38 build error to device-specific driver source tree too to end the need for mounting a modified features.h for building host executables</li>