From 1a2be5285794c5b93a5bdaef11825ce33f784e8e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 11 Jan 2025 21:10:32 -0500 Subject: [PATCH] add flag to disable slab canary with kernel MTE --- static/build.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/build.html b/static/build.html index 232d97db..4a03a57a 100644 --- a/static/build.html +++ b/static/build.html @@ -794,7 +794,7 @@ repo sync -j8

To build the caimito kernel for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL:

-
./build_caimito.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full
+
./build_caimito.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full --disable_slab_canary

Replace the files in the OS source tree at device/google/caimito-kernels/6.1/grapheneos/ with your build in @@ -809,7 +809,7 @@ repo sync -j8

To build the comet kernel for the Pixel 9 Pro Fold:

-
./build_comet.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full
+
./build_comet.sh --config=no_download_gki --config=no_download_gki_fips140 --lto=full --disable_slab_canary

Replace the files in the OS source tree at device/google/comet-kernels/6.1/grapheneos/ with your build in @@ -829,7 +829,7 @@ repo sync -j8

To build the shusky kernel for the Pixel 8 and Pixel 8 Pro:

-
./build_shusky.sh --config=no_download_gki --lto=full
+
./build_shusky.sh --config=no_download_gki --lto=full --disable_slab_canary

Replace the files in the OS source tree at device/google/shusky-kernels/5.15/grapheneos/ with your build in @@ -844,7 +844,7 @@ repo sync -j8

To build the akita kernel for the Pixel 8a:

-
./build_akita.sh --config=no_download_gki --lto=full
+
./build_akita.sh --config=no_download_gki --lto=full --disable_slab_canary

Replace the files in the OS source tree at device/google/akita-kernels/5.15/grapheneos/ with your build in