diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-27 00:37:36 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-27 00:37:36 -0400 |
| commit | 2476a5921e940c404187539f8d2e31f371a1fa75 (patch) | |
| tree | cf9a6bd5f3e00778bf7bbad24c05999ea7d50d77 /static | |
| parent | d2f13906e1fac910946c6212109ff63fd5401983 (diff) | |
enable side channel mitigations for Pixel 4
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 0c290a3f..d0fe59a7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -371,6 +371,8 @@ <ul> <li>change TrichromeLibrary package name</li> <li>drop MAC randomization preference migration code</li> + <li>kernel (Pixel 4, Pixel 4 XL): enable UNMAP_KERNEL_AT_EL0 Meltdown mitigation (KPTI)</li> + <li>kernel (Pixel 4, Pixel 4 XL): enable ARM64_SSBD Spectre v4 mitigation</li> </ul> --> |
