Skip to content

Commit

Permalink
InfiniR Alioth v2.88
Browse files Browse the repository at this point in the history
* merge latest v4.19.306
* update to latest kSU
  • Loading branch information
raystef66 committed Feb 4, 2024
1 parent 86c2575 commit 7042662
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion KernelSU
Submodule KernelSU updated 53 files
+0 −48 .github/patches/5.10/0001-Makefile-Use-CCACHE-for-faster-compilation.patch
+0 −48 .github/patches/5.15/0001-Makefile-Use-CCACHE-for-faster-compilation.patch
+1 −1 .github/workflows/build-kernel-arcvm.yml
+1 −1 .github/workflows/gki-kernel.yml
+2 −2 .github/workflows/wsa-kernel.yml
+3 −3 docs/README.md
+9 −9 docs/README_CN.md
+29 −23 docs/README_ES.md
+8 −8 docs/README_ID.md
+5 −6 docs/README_IN.md
+5 −5 docs/README_IW.md
+8 −9 docs/README_JP.md
+14 −9 docs/README_PL.md
+10 −7 docs/README_PT-BR.md
+10 −11 docs/README_RU.md
+7 −6 docs/README_TR.md
+10 −13 docs/README_TW.md
+6 −6 docs/README_VI.md
+16 −10 kernel/core_hook.c
+2 −1 manager/app/src/main/java/me/weishu/kernelsu/ui/MainActivity.kt
+11 −1 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/Home.kt
+34 −4 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/Settings.kt
+5 −0 manager/app/src/main/java/me/weishu/kernelsu/ui/util/KsuCli.kt
+4 −4 manager/app/src/main/res/values-fr/strings.xml
+2 −2 manager/app/src/main/res/values-ja/strings.xml
+9 −0 manager/app/src/main/res/values-nl/strings.xml
+8 −8 manager/app/src/main/res/values-pt-rBR/strings.xml
+105 −0 manager/app/src/main/res/values-sl/strings.xml
+5 −0 manager/app/src/main/res/values-te/strings.xml
+1 −1 manager/app/src/main/res/values-tr/strings.xml
+4 −1 manager/app/src/main/res/values-zh-rCN/strings.xml
+24 −24 manager/app/src/main/res/values-zh-rHK/strings.xml
+6 −6 manager/app/src/main/res/values-zh-rTW/strings.xml
+3 −0 manager/app/src/main/res/values/strings.xml
+177 −144 userspace/ksud/Cargo.lock
+4 −2 userspace/ksud/Cargo.toml
+9 −7 userspace/ksud/src/boot_patch.rs
+15 −0 userspace/ksud/src/cli.rs
+5 −2 userspace/ksud/src/debug.rs
+2 −0 userspace/ksud/src/defs.rs
+14 −5 userspace/ksud/src/event.rs
+40 −69 userspace/ksud/src/ksu.rs
+51 −67 userspace/ksud/src/module.rs
+107 −121 userspace/ksud/src/mount.rs
+1 −14 userspace/ksud/src/sepolicy.rs
+58 −9 userspace/ksud/src/utils.rs
+6 −0 website/docs/guide/faq.md
+0 −1 website/docs/index.md
+6 −0 website/docs/pt_BR/guide/faq.md
+1 −2 website/docs/pt_BR/guide/module.md
+22 −0 website/docs/public/templates/shizuku.root
+48 −6 website/docs/repos.json
+7 −1 website/docs/zh_CN/guide/faq.md
2 changes: 1 addition & 1 deletion arch/arm64/configs/alioth_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.87"
CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.88"
# CONFIG_AUDIT is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

KERNEL_DEFCONFIG=alioth_defconfig
ANYKERNEL3_DIR=$PWD/AnyKernel3/
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.87.zip
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.88.zip
export ARCH=arm64

# Speed up build process
Expand Down

0 comments on commit 7042662

Please sign in to comment.