SukiSU Ultra is a kernel-based Android root solution forked from KernelSU, designed to provide advanced root access management with support for Kernel Patch Module (KPM). It offers compatibility across GKI and non-GKI devices, enhanced customization, and a secure approach to rooting.
This blog explores SukiSU Ultra, a modern kernel-level root solution for Android devices. Rooting has always been a way to unlock deeper control of Android, but traditional methods often compromise security or compatibility. SukiSU Ultra aims to change that by combining kernel-based root management with KPM support, offering a secure, flexible, and future-ready approach.

Table of Contents
What is SukiSU Ultra?
SukiSU Ultra is a fork of KernelSU, developed to provide kernel-level root access and management. Unlike user-space solutions like Magisk, it operates directly in the kernel, giving more stability and control. It integrates Kernel Patch Module (KPM), enabling advanced kernel modifications and compatibility with different implementations.
Features of SukiSU Ultra
- Kernel-based root access for enhanced stability and performance.
- App Profile Management: Restrict root access per app.
- Non-GKI and GKI 1.0 support, with backports for older kernels.
- KPM integration for inline-hook and syscall-table-hook in kernel space.
- Customization options: UI tweaks, DPI adjustments, susfs management.
- Open-source development with active community support.
Requirements
- Supported kernels: 3.4–5.10+ (manual build required for older versions).
- Architecture: arm64-v8a, armeabi-v7a (bare), x86_64 (limited).
- Kernel configs: CONFIG_KPM=y, CONFIG_KALLSYMS=y, CONFIG_KALLSYMS_ALL=y.
- Backporting: For kernels below 4.19, set_memory.h backport is required.
Difference Between KernelSU and SukiSU Ultra
| Aspect | KernelSU | SukiSU Ultra |
| Base | Original kernel-based root | Fork with added features |
| Compatibility | Primarily GKI 2.0 (5.10+) | GKI + non-GKI, older kernels |
| Module Support | Limited | Full KPM support |
| Customization | Basic | Extensive UI & susfs tweaks |
| Root Management | Kernel-level only | Kernel + App Profile system |
Download and Installation
- Download: Available on GitHub repository.
- Installation: Follow guide/installation.md in the repo.
- Integration: Developers can check guide/how-to-integrate.md for kernel integration.
How to Use
- Flash the patched kernel with SukiSU Ultra.
- Install the manager app to control root access.
- Configure App Profiles to restrict root permissions.
- Use KPM modules for advanced kernel modifications.
Credits
- ShirkNeko – Maintainer of SukiSU Ultra.
- Weishu – Author of KernelSU.
- Community contributors – For translations, website, and kernel patches.
FAQs
Yes, because it operates at the kernel level, reducing attack surfaces.
Yes, with manual kernel builds and backports for 3.x–4.x kernels.
Yes, via susfs kernel patches and modules.
Some devices may get stuck; uninstall com.sony.playmemories.mobile to fix.
Conclusion
SukiSU Ultra represents the next generation of Android root solutions, combining kernel-level stability with advanced customization and KPM support. For developers and enthusiasts seeking a secure, flexible, and future-proof root method, SukiSU Ultra is a powerful alternative to traditional solutions.