Skip to content

Commit

Permalink
InfiniR Alioth v2.78
Browse files Browse the repository at this point in the history
* update to latest kSU (v0.6.9 ready)
* merge latest v4.19.297
  • Loading branch information
raystef66 committed Oct 25, 2023
1 parent 0544c4a commit 07febfa
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion KernelSU
Submodule KernelSU updated 50 files
+7 −4 .github/workflows/build-kernel-a12.yml
+18 −8 .github/workflows/build-kernel-a13.yml
+122 −0 .github/workflows/build-kernel-a14.yml
+9 −2 .github/workflows/build-kernel-arcvm.yml
+32 −22 .github/workflows/build-kernel-wsa.yml
+7 −4 .github/workflows/build-manager.yml
+9 −7 .github/workflows/build-su.yml
+20 −7 .github/workflows/gki-kernel.yml
+8 −0 .github/workflows/release.yml
+5 −0 kernel/Makefile
+80 −8 kernel/apk_sign.c
+22 −13 kernel/core_hook.c
+8 −8 kernel/ksud.c
+9 −0 kernel/manager.c
+1 −0 kernel/selinux/rules.c
+17 −1 kernel/selinux/selinux.c
+2 −0 kernel/selinux/selinux.h
+1 −1 kernel/uid_observer.c
+0 −7 manager/app/src/main/cpp/jni.cc
+12 −8 manager/app/src/main/java/me/weishu/kernelsu/Natives.kt
+52 −9 manager/app/src/main/java/me/weishu/kernelsu/profile/Groups.kt
+15 −8 manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/RootProfileConfig.kt
+116 −0 manager/app/src/main/java/me/weishu/kernelsu/ui/component/profile/TemplateConfig.kt
+25 −53 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/AppProfile.kt
+34 −21 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/Module.kt
+12 −0 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/Settings.kt
+255 −0 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/Template.kt
+327 −0 manager/app/src/main/java/me/weishu/kernelsu/ui/screen/TemplateEditor.kt
+43 −6 manager/app/src/main/java/me/weishu/kernelsu/ui/util/KsuCli.kt
+7 −1 manager/app/src/main/java/me/weishu/kernelsu/ui/util/LogEvent.kt
+314 −0 manager/app/src/main/java/me/weishu/kernelsu/ui/viewmodel/TemplateViewModel.kt
+3 −3 manager/app/src/main/res/values-ar/strings.xml
+1 −1 manager/app/src/main/res/values-in/strings.xml
+3 −2 manager/app/src/main/res/values-it/strings.xml
+3 −3 manager/app/src/main/res/values-pt-rBR/strings.xml
+3 −3 manager/app/src/main/res/values-ru/strings.xml
+2 −2 manager/app/src/main/res/values-tr/strings.xml
+22 −0 manager/app/src/main/res/values-zh-rCN/strings.xml
+3 −2 manager/app/src/main/res/values-zh-rHK/strings.xml
+27 −8 manager/app/src/main/res/values/strings.xml
+93 −101 scripts/ksubot.py
+1 −4 userspace/ksud/src/apk_sign.rs
+16 −11 userspace/ksud/src/cli.rs
+15 −5 userspace/ksud/src/profile.rs
+16 −8 website/docs/.vitepress/config.ts
+0 −0 website/docs/public/templates/.gitkeep
+17 −0 website/docs/public/templates/adb
+17 −0 website/docs/public/templates/incompetent.root
+17 −0 website/docs/public/templates/system
+49 −0 website/docs/repos.json
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
![RKK (2)](https://github.com/Rohail33/Realking_kernel_sm8250/assets/56790058/ce11a184-c5f8-430b-a9be-c490f13f4bf5)

For Rom Devs: IF you want to inline this kernel in your Roms then do this before building ( In kernel root directory ):

curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
Expand Down
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.77"
CONFIG_LOCALVERSION="~InfiniR_Alioth_v2.78"
# 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.77.zip
FINAL_KERNEL_ZIP=InfiniR_Alioth_v2.78.zip
export ARCH=arm64

# Speed up build process
Expand Down

0 comments on commit 07febfa

Please sign in to comment.