KernelSU完全开源免费,本站不对使用该软件产生的一切后果负责。

KernelSU v3.2.0 更新日志

发生了哪些变化?

管理员:添加预测返回手势切换@YuKongA在#3208
内核:当 add_try_umount 失败时使用正确的 errno@AlexLiuDev233在#3212
内核:使用 RCU 访问允许列表,重构获取允许列表 API@5ec1cff在#3093
内核:避免在 remove_uid_from_arr() 中分配 malloc@aviraxp在#3099
管理器:清理下载器并修复警告@u9521在#3229
管理员:修复加载超高分辨率应用图标时发生的崩溃问题@u9521在#3227
管理员:修复多用户应用程序管理并添加筛选功能@u9521在#3232
经理:使用存储库模式和 StateFlow 重构 ViewModel@YuKongA在#3241
内核:使用 ksu 凭据保存允许列表@aviraxp在#3243
经理:重构架构以支持多 UI 并添加 Material 3@KOWX712在#3231
通过以下方式为 nethunter.root 添加其他功能@Loukious在#3252
ksud 和 ksuinit:修复错误的 GetInfoCmd 结构@5ec1cff在#3256
管理员:清理多用户界面问题@KOWX712在#3246
内核:仅在 arm64 架构上检查 CONFIG_STACKPROTECTOR_PER_TASK@hmtheboy154在#3263
内核:改进堆栈保护器变通方案@5ec1cff在#3264
功能:通过以下方式添加延迟加载模式支持@tiann在#3258
ci:签名和上传管理器,当 pr 由@Ylarod在#3269
经理:撤销移除shortcut_type意图的额外操作@lamprose在#3267
特色:Magica 的越狱@Ylarod在#3268
内核:策略:使用 GFP_KERNEL@5ec1cff在#3271
管理员:添加软重启功能@YuKongA在#3272
管理员:修复 Material 主题中的一些问题@KOWX712在#3277
管理员:将最低 SDK 版本提升至 31@aviraxp在#3276
[添加设备]:所有华为和荣耀设备(项目:KernelSU_on_Huawei)@xixiaobei-bei在#3242
经理:添加NavigationRail支持@YuKongA在#3279
内核:升级 DDK,使用 DDK-min@5ec1cff在#3280
管理器:重构管理器屏幕,使其统一使用 UiState 和操作。@u9521在#3283
内核:修复 root 转义时 RLIMIT_NPROC 泄漏@5ec1cff在#3286
新增功能:通过长按创建模块快捷方式@serein-213在#3285
更新 KSU 配置,使其需要 EXT4_FS 文件系统@shadichy在#3266
经理:清理遗留的意图@KOWX712在#3294
ksud:通过以下方式改进引导补丁@5ec1cff在#3281
管理员:将越狱模式标签颜色更改为 errorContainer 以便更好地……@dabao1955在#3290
ksud:magica:使用 minify adb_client@5ec1cff在#3292
ksud:magica:在派生进程中设置 uid@aviraxp在#3296
管理器:刷机时不要保存镜像@5ec1cff在#3297
管理员:越狱模式检查@KOWX712在#3302
ksud:嵌入式 resetprop 实现@Ylarod在#3300
ksud:magica:运行后删除 ro.boot.selinux 并进行压缩@aviraxp在#3314
内核:修复内置模式下的进程标记@MhmRdd在#3284
功能:ksud 管理的模拟软重启@5ec1cff在#3291
功能:支持切换到 init_group@5ec1cff在#3322
ksud:通过以下方式改进 resetprop cli@5ec1cff在#3330
管理器:实现模块下载的前台服务@YuKongA在#3326
恢复对 x86_64 的支持,并进行捕获@hmtheboy154在#3328
supercall:为内核 6.15 及更高版本执行 free_pid() 调用@hmtheboy154在#3331


What’s Changed
manager: Add predictive back gesture switch by @YuKongA in #3208
kernel: use correct errno when add_try_umount failed by @AlexLiuDev233 in #3212
kernel: use rcu to access allowlist, refactor get allowlist api by @5ec1cff in #3093
kernel: Avoid malloc in remove_uid_from_arr() by @aviraxp in #3099
manager: cleanup Downloader and fix warnings by @u9521 in #3229
manager: fix crashes when loading ultra-high resolution app icons by @u9521 in #3227
manager: fix multi-user app management and add filtering by @u9521 in #3232
manager: Refactor ViewModels with repository pattern and StateFlow by @YuKongA in #3241
kernel: Use ksu cred to save allowlist by @aviraxp in #3243
manager: restructure for multi-ui support and add Material 3 by @KOWX712 in #3231
Add additional capabilities to nethunter.root by @Loukious in #3252
ksud & ksuinit: fix wrong GetInfoCmd struct by @5ec1cff in #3256
manager: cleanup multi-ui issue by @KOWX712 in #3246
kernel: Only check CONFIG_STACKPROTECTOR_PER_TASK on arm64 by @hmtheboy154 in #3263
kernel: refine stackprotector workaround by @5ec1cff in #3264
feat: add late-load mode support by @tiann in #3258
ci: sign and upload manager when pr by @Ylarod in #3269
manager: Revert remove shortcut_type intent’s extra by @lamprose in #3267
feat: jailbreak by Magica by @Ylarod in #3268
kernel: sepolicy: use GFP_KERNEL by @5ec1cff in #3271
manager: Add soft reboot by @YuKongA in #3272
manager: fix some issue in Material theme by @KOWX712 in #3277
manager: Bump min sdk to 31 by @aviraxp in #3276
[add device]: All Huawei & Honor devices (Project:KernelSU_on_Huawei) by @xixiaobei-bei in #3242
manager: Add NavigationRail support by @YuKongA in #3279
kernel: upgrade ddk, use ddk-min by @5ec1cff in #3280
manager: Refactor manager screens to unified UiState and actions by @u9521 in #3283
kernel: Fix RLIMIT_NPROC leak on root escape by @5ec1cff in #3286
feat: add long-click to create module shortcut by @serein-213 in #3285
Update KSU config to require EXT4_FS by @shadichy in #3266
manager: clean up intent leftover by @KOWX712 in #3294
ksud: refine boot-patch by @5ec1cff in #3281
manager: Change jailbreak mode tag color to errorContainer for better… by @dabao1955 in #3290
ksud: magica: use minify adb_client by @5ec1cff in #3292
ksud: magica: Set uid in forked process by @aviraxp in #3296
manager: do not save image when flashing by @5ec1cff in #3297
manager: jail break mode check up by @KOWX712 in #3302
ksud: embeded resetprop impl by @Ylarod in #3300
ksud: magica: Delete ro.boot.selinux and compact after run by @aviraxp in #3314
kernel: fix process marking for built-in mode by @MhmRdd in #3284
feat: ksud-managed emulated soft reboot by @5ec1cff in #3291
feat: support switch to init_group by @5ec1cff in #3322
ksud: refine resetprop cli by @5ec1cff in #3330
manager: implement foreground service for module downloads by @YuKongA in #3326
Bring back x86_64 support with a catch by @hmtheboy154 in #3328
supercall: perform free_pid() calls for kernel 6.15+ by @hmtheboy154 in #3331

赞(0)
未经允许不得转载:KernelSU中文网 » KernelSU v3.2.0 更新日志
分享短链

KernelSU中文网

KernelSU是安卓内核级ROOT方案

关于我们联系我们