diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 00:53:04 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 00:53:28 -0400 |
| commit | 52caf4e3417670bcf943453d9cbacdd729410120 (patch) | |
| tree | 0317114a520f8bf313783994f03a9348b19b967c | |
| parent | 8fc732a19fba737051f88b57da764f40ea7dd68b (diff) | |
fix build kernel reproducibility issue
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 38b7677f..118bdfd2 100644 --- a/static/releases.html +++ b/static/releases.html @@ -459,6 +459,7 @@ <li>hardened_malloc: increase class region size on x86_64 to 32GiB</li> <li>hardened_malloc: increase class region size on arm64 to 2GiB (should be 32GiB on devices where we've enabled 4-level page tables but that requires setting up build configuration infrastructure)</li> <li>raise vm.max_map_count further to have even more leeway before VMA exhaustion occurs from fine-grained guard regions</li> + <li>kernel (Pixel 4a (5G), Pixel 5): fix build reproducibility issue by backporting upstream fix</li> </ul> </article> --> |
