diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-01-12 23:35:27 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-02-10 04:00:51 -0500 |
| commit | 0506b9adcf751ba0b8b4ee9deb138c21303874ae (patch) | |
| tree | f5423d9590d72a877b834398f9507a2d7b6f4743 /static | |
| parent | f825ee945f62df494f74f363a2f2b660a0be3522 (diff) | |
Revert "add flag to disable slab canary with kernel MTE"
This reverts commit 91e01356d930f8b046694c9cc4b9d21edbbb8cb0.
This is disabled by default for devices using MTE.
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 4a03a57a..232d97db 100644 --- a/static/build.html +++ b/static/build.html @@ -794,7 +794,7 @@ repo sync -j8</pre> <p>To build the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:</p> - <pre>./build_caimito.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full --disable_slab_canary</pre> + <pre>./build_caimito.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/caimito-kernels/6.1/grapheneos/</code> with your build in @@ -809,7 +809,7 @@ repo sync -j8</pre> <p>To build the comet kernel for the Pixel 9 Pro Fold:</p> - <pre>./build_comet.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full --disable_slab_canary</pre> + <pre>./build_comet.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/comet-kernels/6.1/grapheneos/</code> with your build in @@ -829,7 +829,7 @@ repo sync -j8</pre> <p>To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:</p> - <pre>./build_shusky.sh --config=no_download_gki --lto=full --disable_slab_canary</pre> + <pre>./build_shusky.sh --config=no_download_gki --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/shusky-kernels/5.15/grapheneos/</code> with your build in @@ -844,7 +844,7 @@ repo sync -j8</pre> <p>To build the akita kernel for the Pixel 8a:</p> - <pre>./build_akita.sh --config=no_download_gki --lto=full --disable_slab_canary</pre> + <pre>./build_akita.sh --config=no_download_gki --lto=full</pre> <p>Replace the files in the OS source tree at <code>device/google/akita-kernels/5.15/grapheneos/</code> with your build in |
