Skip to content

Commit

Permalink
Perf LMI v306 A14
Browse files Browse the repository at this point in the history
* update to latest kSU
* merge -> 4.19.306
  • Loading branch information
raystef66 committed Feb 6, 2024
1 parent 879d5f8 commit f087c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AnyKernel3
Submodule AnyKernel3 updated from 458cae to 780f2f
2 changes: 1 addition & 1 deletion KernelSU
Submodule KernelSU updated 78 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
+4 −3 .github/workflows/build-kernel-a12.yml
+4 −3 .github/workflows/build-kernel-a13.yml
+4 −3 .github/workflows/build-kernel-a14.yml
+2 −2 .github/workflows/build-kernel-arcvm.yml
+18 −122 .github/workflows/build-kernel-wsa.yml
+1 −1 .github/workflows/gki-kernel.yml
+135 −0 .github/workflows/wsa-kernel.yml
+6 −7 docs/README.md
+21 −8 docs/README_CN.md
+36 −27 docs/README_ES.md
+15 −7 docs/README_ID.md
+14 −12 docs/README_IN.md
+13 −5 docs/README_IW.md
+14 −16 docs/README_JP.md
+21 −8 docs/README_PL.md
+14 −11 docs/README_PT-BR.md
+17 −10 docs/README_RU.md
+10 −7 docs/README_TR.md
+17 −12 docs/README_TW.md
+14 −6 docs/README_VI.md
+28 −10 kernel/core_hook.c
+1 −0 kernel/ksu.h
+1 −0 kernel/selinux/rules.c
+8 −2 kernel/selinux/selinux.c
+2 −1 manager/app/src/main/java/me/weishu/kernelsu/ui/MainActivity.kt
+17 −9 manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/RootProfileConfig.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
+234 −214 userspace/ksud/Cargo.lock
+5 −1 userspace/ksud/Cargo.toml
+212 −0 userspace/ksud/src/boot_patch.rs
+61 −0 userspace/ksud/src/cli.rs
+5 −2 userspace/ksud/src/debug.rs
+2 −0 userspace/ksud/src/defs.rs
+17 −5 userspace/ksud/src/event.rs
+45 −69 userspace/ksud/src/ksu.rs
+1 −0 userspace/ksud/src/main.rs
+51 −67 userspace/ksud/src/module.rs
+145 −119 userspace/ksud/src/mount.rs
+1 −14 userspace/ksud/src/sepolicy.rs
+58 −9 userspace/ksud/src/utils.rs
+1 −1 website/docs/.vitepress/locales/pt_BR.ts
+1 −0 website/docs/.vitepress/locales/zh_CN.ts
+6 −0 website/docs/guide/faq.md
+44 −15 website/docs/guide/how-to-integrate-for-non-gki.md
+3 −3 website/docs/guide/installation.md
+0 −1 website/docs/index.md
+3 −3 website/docs/ja_JP/guide/installation.md
+1 −1 website/docs/pt_BR/guide/app-profile.md
+1 −1 website/docs/pt_BR/guide/difference-with-magisk.md
+7 −1 website/docs/pt_BR/guide/faq.md
+46 −17 website/docs/pt_BR/guide/how-to-integrate-for-non-gki.md
+7 −7 website/docs/pt_BR/guide/installation.md
+7 −7 website/docs/pt_BR/guide/module.md
+1 −1 website/docs/pt_BR/guide/what-is-kernelsu.md
+1 −1 website/docs/pt_BR/index.md
+22 −0 website/docs/public/templates/shizuku.root
+72 −9 website/docs/repos.json
+2 −2 website/docs/ru_RU/guide/installation.md
+2 −2 website/docs/vi_VN/guide/installation.md
+7 −1 website/docs/zh_CN/guide/faq.md
+43 −14 website/docs/zh_CN/guide/how-to-integrate-for-non-gki.md
+4 −4 website/docs/zh_CN/guide/installation.md
+2 −2 website/docs/zh_TW/guide/installation.md
2 changes: 1 addition & 1 deletion arch/arm64/configs/lmi_defconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CONFIG_LOCALVERSION="-Perf_LMI_v305_A14_raystef66"
CONFIG_LOCALVERSION="-Perf_LMI_v306_A14_raystef66"
# CONFIG_AUDIT is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
Expand Down

0 comments on commit f087c5a

Please sign in to comment.