From fc28d673b2c392ceb0ab76e07bd3af89ee51765f Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 8 Oct 2021 01:37:33 -0400 Subject: [PATCH] clarify auto variable initialization --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 3b08f0ad..942a237a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -474,7 +474,7 @@
  • backport of the Android 12 GrapheneOS Pixel kernels to Android 11 GrapheneOS including the full 2021-10-05 kernel patch level (full set of fixes for firmware and userspace will be provided by the upcoming release of Android 12 for Pixels)
  • kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 5, Pixel 5a): rebase onto Android 12 SP1A.210812.016 kernel releases
  • kernel (Pixel 4, Pixel 4 XL, Pixel 5, Pixel 5a): temporarily disable unnecessary DEBUG_NOTIFIERS feature (type-based CFI obsoletes it as a security feature) due to an incompatibility with the updated Android 12 kernel LLVM toolchain (discovered issue is benign but we'll be fixing it in a future release)
  • -
  • kernel (Pixel 4, Pixel 4 XL, Pixel 4a): use zero-based filling for stack initialization like the other devices
  • +
  • kernel (Pixel 4, Pixel 4 XL, Pixel 4a): use zero-based filling for automatic variable initialization like the other devices instead of a non-zero byte pattern