English | 简体中文
An enhanced Android kernel for Xiaomi rodin devices, built on top of Xiaomi's released bsp-rodin-v-oss kernel source (AOSP android15-6.6 GKI / MediaTek) and kept in sync with the latest 6.6 LTS.
- ReSukiSU built-in, integrated from
omajili-manbu/ReSukiSU(main) - SuSFS built-in, integrated from
omajili-manbu/susfs4ksu(gki-android15-6.6-mod) - Able to hide suspicious SELinux contexts/rules from apps, tied to the SuSFS AVC log spoofing switch
- Baseband-guard (BBG) LSM: blocks unauthorized writes to critical partitions/device nodes at the kernel level (vc-teahouse/Baseband-guard, allowlist adjusted for rodin)
- Cortex-A725 compiler tuning (clang 19+)
- ThinLTO link-time optimization
- AutoFDO link-time optimization guided by real-world profiles (clang 17+)
- BBRv3 as the default TCP congestion control, with fq as the companion queueing discipline
- ZSTD upgraded to v1.5.7
- ZRAM built-in with a full compression algorithm set, default LZ4
- Fixed probabilistic boot hang and restored vendor module compatibility
- Backported upstream fixes on top of Xiaomi's official kernel
The tuning philosophy is balancing performance and battery life — all gains come from compile-time optimizations, an up-to-date kernel, updated algorithms, and bug fixes on top of Xiaomi's official kernel, with no aggressive tweaks biased toward either side.
| Device | Codename | OS |
|---|---|---|
| Redmi Turbo 4 | rodin | HyperOS 3 (Android 16) |
| POCO X7 Pro | rodin | HyperOS 3 (Android 16) |
Note: Untested on POCO hardware, but it should work — Xiaomi ships the same kernel source for the POCO and Redmi variants. If you run into any issues, feel free to open an issue with logs attached, and I'll try to fix it.
bsp-rodin-v-oss-bp— main build branch, based on Xiaomi's official rodin source with additional backports and enhancements
- HyperOS 4 support is planned
- Some build guides
- Prebuilt images: Releases
- Bug reports: open an issue with kernel logs attached
- If you like this project, please consider giving it a Star to support me!
- MiCode/Xiaomi_Kernel_OpenSource — official rodin kernel source (
bsp-rodin-v-oss) - ReSukiSU / SukiSU-Ultra / KernelSU — root solution
- SusFS — root hiding
- Baseband-guard — brick protection
- Linux-Patches — BBRv3 patches
- AOSP
android15-6.6/ upstream Linux 6.6 LTS
This repository is licensed under GPL-2.0, following the Linux kernel and the upstream sources it is based on. See LICENSES for details.