Skip to content

Releases: tiann/KernelSU

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Nov 03:46
1565f4b

Highlights

  1. New supercall implementation: remove the tricky LSM hook with seccomp and ioctl, avoiding numerous side-channel attacks.
  2. Support for kernel 6.12 and above.
  3. Brand new theme.

What's Changed

  • ci: Update lkm kernel version by @dabao1955 in #2567
  • manager: hide root related features if kernelsu not available by @rsuntk in #2555
  • kernel/throne_tracker: we just uninstalled the manager, stop looking for it by @backslashxx in #2584
  • Translations update from Hosted Weblate by @weblate in #2558
  • build(deps): bump the npm group across 1 directory with 24 updates by @dependabot[bot] in #2586
  • build(deps): bump the crates group across 1 directory with 53 updates by @dependabot[bot] in #2585
  • build(deps): bump the maven group across 1 directory with 12 updates by @dependabot[bot] in #2579
  • ksud/installer: /odm handling by @backslashxx in #2513
  • ci: update kmi versions by @ukriu in #2591
  • Update zip-extensions and set needed features for zip by @aviraxp in #2592
  • Fix fallback option for createRootShell() by @aviraxp in #2593
  • Add a formatting string for the update list #2556 by @ShirkNeko in #2597
  • build(deps): bump the maven group across 1 directory with 4 updates by @dependabot[bot] in #2612
  • throne_tracker: avoid cross fs access by @aviraxp in #2626
  • Switch to prepare_creds/commit_creds by @aviraxp in #2631
  • kernel: throne_tracker: avoid cross-fs traversal using s_magic check by @backslashxx in #2633
  • Translations update from Hosted Weblate by @weblate in #2587
  • build(deps): bump the maven group across 1 directory with 7 updates by @dependabot[bot] in #2629
  • kernel: core_hook: fix refcount leaks on try_umount by @rsuntk in #2635
  • manger: fix lkm detection by @HSSkyBoy in #2654
  • kernel: selinux: rules: Fix illegal RCU lock usage in apply_kernelsu_rules() by @Tashar02 in #2646
  • kernel: added new prctl CMD_GET_MANAGER_UID to get the uid of the crowned manager by @rifsxd in #2673
  • feat(ui): improve predictive back animations by @wxxsfxyzm in #2675
  • ksud: make clippy happy by @5ec1cff in #2683
  • ksud: support vendor_boot patching for some odd devices by @ukriu in #2650
  • Update resetprop from Magisk v30.2 by @aviraxp in #2700
  • kernel: selinux: rules: Micro-optimize get_policydb() and fix illegal RCU lock usage in handle_sepolicy() by @Tashar02 in #2695
  • Reset seccomp filter count when escaping to root by @aviraxp in #2708
  • Handle unmount for isolated process correctly by @aviraxp in #2696
  • Revert "Handle unmount for isolated process correctly" by @Ylarod in #2718
  • manager: switch ui to miuix design style by @YuKongA in #2710
  • manager: fix button issues in module cards by @YuKongA in #2719
  • manager: Fix some issues by @YuKongA in #2725
  • manager: Add uninstall 2nd confirm by @YuKongA in #2729
  • manager: Support search module by @YuKongA in #2730
  • Strip JNI debug logs on release build by @aviraxp in #2732
  • Add files via upload by @aviraxp in #2733
  • fix 'for' loop problem by @aaaaaaaa-815 in #2745
  • Unmount isolated process which forks from zygote unconditionally by @aviraxp in #2747
  • Tweak shizuku template description by @aviraxp in #2746
  • Revert "Unmount isolated process which forks from zygote unconditionally" by @yujincheng08 in #2776
  • manager: Refactor module and superuser UI by @YuKongA in #2783
  • manager: Allow module update info to scroll naturally by @YuKongA in #2784
  • Don't write newline character to cgroup node by @aviraxp in #2804
  • remove ksu tmp by @Ylarod in #2815
  • Fix kernel panics caused by thread info flag corruption by @kerneltoast in #2818
  • ci: use ddk for faster ci, manual gki image build by @Ylarod in #2817
  • Fix incorrect function names in non-GKI integration documentation by @Copilot in #2722
  • kernel: fix out-of-tree building by @Ylarod in #2819
  • ci: move workflows to top-level and fix workflow references by @sakana164 in #2828
  • initial fastlane structures from IzzyOnDroid by @IzzySoft in #2715
  • templates: update translation by @igormiguell in #2761
  • Add another translation in id_ID by @CEKIKOFGAMERS in #2797
  • ci: Fix LKM version number anomaly and Git ownership issues by @Prslc in #2832
  • manager: add kernel_umount switch by @YuKongA in #2848
  • update ioctl macro by @Ylarod in #2850
  • ci: build dev manager by @Ylarod in #2851
  • Reapply: "kernel: Allow to use in Private Space" by @backslashxx in #2857

New Contributors

Full Changelog: v1.0.5...v2.0.0

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 23 Apr 06:29
61c0f7f
ci: Update llvm version for chrome arcvm kernel build (#2551)

ref:
https://github.com/tiann/KernelSU/actions/runs/14575050545/job/40879303805#step:2:416

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 24 Jan 16:06
b948976
  • [Manager]: UI improvements
  • [Module]: Fix potential corruption of module files during updates or installations.
  • [Kernel]: Resolve occasional reboots when using su.
  • [SU]: Correct the global mount namespace issue.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 01 Nov 08:15
b7b704e
  • [Kernel] Support for kernel version 6.6
  • [Module] Support for action.sh
  • [Manager] Various UI improvements

WARNING: Non-GKI devices should not upgrade to this version!

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:53
59ba84e

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 15:29
1f24daa

KernelSU has been born for two years. Today we officially welcome version 1.0!

Due to the fact that we haven't added features to non-GKI devices for a long time, and maintaining them requires a significant amount of time, we have removed support for non-GKI devices. Non-GKI devices can only stay on version 0.9.5 (the manager can update). In the future, we will focus on adding new features for GKI devices.

Our energy is limited, but the rewards are even more limited, so please understand our choice, thank you!

v0.9.5

Choose a tag to compare

@github-actions github-actions released this 01 Jun 05:56
b766b98
  • [Kernel] Fix random reboot caused by potential deadlock
  • [Kernel] Support private space for Android 15
  • [Manager] Fix file residue after complete uninstallation
  • [Manager] Support saving logs locally

v0.9.4

Choose a tag to compare

@github-actions github-actions released this 09 May 06:12
  • [Manager]: Fix selecting KMI not working.
  • [Kernel]: hook stable symbols to improbe compatibility.
  • [Module]: Update resetprop.
  • [Manager]: Some UI improvements.
  • [Kernel]: Fix some detection issues.

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 23 Apr 10:59
825b146
  • [Kernel]: Let the kernel choose who is qualified to be the manager, avoiding potential side-channel attacks.
  • [Manager]: Support uninstall permanently and restore stock boot in Settings. You can restore stock boot before OTA to avoid download the full firmware.
  • [Module]: Fix the issue of the App Profile template page not opening.
  • [Manager]: Fix scroll issues in Settings.
  • [Manager]: Support choose kmi manually for installation.
  • [Manager]: Fix dark mode not working in Splash Screen.
  • [WebUI]: Allow opening multiple modules simultaneously on WebUI.
  • [Manager]: Add module shrink in Settings.
  • [Manager]: Fix "grant root failed" in some cases.
  • [Manager]: Allow to use other su to install LKM mode.

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 21 Mar 09:21
  • [manager]: Support offline patching of the kernel.
  • [kernel]: Fix issue with ColorOS.
  • [kernel]: Hide traces of LKM in user space.
  • [manager]: Fix possible errors during OTA upgrades.