diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 02:50:25 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-14 02:50:25 -0400 |
| commit | 372046813f46d942483f3295dde07e80ff314336 (patch) | |
| tree | 7ff050118253546193cac1b736c2e0694a50f5f1 /static | |
| parent | 67e367e875bfc6d14c854195d8f8819f9ea56747 (diff) | |
fix CONFIG_LOCALVERSION_AUTO reproducibility
Diffstat (limited to 'static')
| -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 118bdfd2..20596994 100644 --- a/static/releases.html +++ b/static/releases.html @@ -460,6 +460,7 @@ <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> + <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): make CONFIG_LOCALVERSION_AUTO ignore Git tags so adding tags doesn't change the result of a build</li> </ul> </article> --> |
