Skip to content

Releases: liyafe1997/kernel_xiaomi_sm8250_mod

20250927 (Stable✅)

27 Sep 17:43

Choose a tag to compare

en

Updates:

  1. Fix the problem of esoc(modem/baseband) fails to be reseted and causing kernel crashes. (It usually happens after the phone boots up but esoc fails/restarted (You can see "No Service" and No SIM icon at this moment), then after about 1min the kernel panic and the phone reboots. Some people may also had this situation while normal usage, like turn airplane mode on/off, lost signal/internet suddenly and then the phone reboots, it might also caused by this).

zh-cn

更新内容:

  1. 修复esoc(Modem/基带)重置失败并导致内核崩溃重启的问题。(这一般发生在手机刚启动时,但esoc启动/reset失败(此时会显示「无服务」和无SIM卡图标),然后在大约1分钟后kernel panic然后手机自动重启。有的朋友可能还遇到过日常使用也可能会触发,比如有时开关飞行模式/突然丢信号/断流然后自动重启,可能也是这个问题导致的)

20250906

06 Sep 21:36

Choose a tag to compare

en

Updates:

  1. Rollback SUSFS to 1.5.7 since the port (1.5.9) on last release has some issus.
  2. Force to enable UFS LPM on umi and thyme (This commit, might be able to improve the power consumption) (Thanks to @TheVoyager0777)

zh-cn

更新内容:

  1. SUSFS回滚到1.5.7版本(因为上个版本port的1.5.9有问题)
  2. umithyme上强制启用UFS LPM (这个commit,也许能改善功耗) (感谢@TheVoyager0777)

20250727

27 Jul 05:28

Choose a tag to compare

20250727 Pre-release
Pre-release

en

Updates:

  1. Upgrade SUSFS to 1.5.9 (Commits from @YangQi0408, Thanks).
    (You should upgrade SukiSU Manager to 3.1.8 or above to support the new version of SUSFS)

Known Isssue:
The SukiSU&SUSFS builds have problems on some ROMs, which may cause storage leaks (the storage space incorrect, some app cache may increase continuously until reboot). So it's better to use the last build 20250719

zh-cn

更新内容:

  1. 升级 SUSFS 到 1.5.9 (感谢来自@YangQi0408的commits)
    (你需要升级 SukiSU 管理器 到3.1.8或以上版本以支持新版的SUSFS)

已知问题:
该版本在一些ROM上有“存储泄露”问题(存储空间显示错误,一些App缓存显示为持续增长,重启后会恢复)。建议使用 上一个版本:20250719

zh-cn

20250719

19 Jul 14:40

Choose a tag to compare

en

Updates:

  1. Upgrade SukiSU version to this commit
  2. Upgrade SukiSU KPM KernelPatch patch to 0.12.0

zh-cn

更新内容:

  1. 更新 SukiSU 版本到这个commit
  2. 更新 SukiSU KPM KernelPatch patch 版本到 0.12.0

20250621

21 Jun 21:46

Choose a tag to compare

en

Updates:

  1. Use an F2FS driver from another source to fix the encryption problem which caused some weird issues (like settings can not be saved) on some newer models pipa/elish with Android 15 & HyperOS.
    (Thanks to @yspbwx2010 @Aquarius223 )
  2. Fix some third-party pen issue on some tablets (pipa / dagu) (Thanks to @yspbwx2010 @Aquarius223 )
  3. Update SukiSU to 13055

zh-cn

更新内容:

  1. 使用 另一个F2FS驱动 以修复一些较新设备(pipa / elish)在Android15 & HyperOS上因F2FS加密导致的设置无法保存等奇怪的问题。(感谢 @yspbwx2010 @Aquarius223
  2. 修复 pipa / dagu 一些第三方笔可能无法使用的问题(感谢 @yspbwx2010 @Aquarius223
  3. 更新 SukiSU 版本到 13055

20250610

10 Jun 07:29

Choose a tag to compare

en

Updates:

  1. Merge latest upstream lineage-22.2
  2. Update SukiSU to 13007

Known issues: There are some F2FS encryption issues with pipa & Android15, leads some weird behavior like settings can not be saved. This will be fixed in future release.

zh-cn

更新内容:

  1. 合并上游 lineage-22.2 更新
  2. 更新 SukiSU 版本到 13007

已知问题:pipa Android15 F2FS有问题,导致部分数据无法正常加解密因此导致奇怪的问题,什么卡出三大金刚键,设置无法保存等等,后续版本修复。

20250509

09 May 21:51

Choose a tag to compare

en

Updates:

  1. Update SUSFS to 1.5.7 (Thanks the port and commit from @ShirkNeko )
  2. Increase DEFAULT_SUS_MNT_ID to solve the CPU 100% and crash problem after long time use.

zh-cn

更新内容:

  1. 更新SUSFS到1.5.7 (感谢 @ShirkNeko 的移植和commit)
  2. 提高 DEFAULT_SUS_MNT_ID 的值,以修复长时间使用后导致CPU100%和崩溃的问题。

20250429

29 Apr 10:09

Choose a tag to compare

20250429 Pre-release
Pre-release

en

Updates:

  1. Remove problematic built-in ReKernel patch. If you really need ReKernel you can use its KPM instead. (Since millet works fine in this kernel and it works for most of those third-party freezer, you don't really need ReKernel for them).
  2. Use the camera driver for psyche (Mi 12X) from PR #29 for fixing EIS&OIS. (Thanks to @mtkpapa)

Known issues: The SukiSU&SUSFS varient of this release has an unstable problem: SUSFS mnt_id may overflow after long term use, which can cause system laggy and crash, it has been fixed in 20250509 release, please use that version instead.

zh-cn

更新内容:

  1. 删掉有问题的内置ReKernel Patch。如果你真的需要ReKernel可以自行安装KPM。(这个内核的millet正常,一般来说第三方墓碑可以使用,不需要上ReKernel)
  2. psyche (小米12X) 相机驱动用PR #29提供的,以修复EIS&OIS问题。(感谢 @mtkpapa

已知问题:该Release带SukiSU&SUSFS的版本存在不稳定的问题,长时间使用后SUSFS的mnt_id会溢出,会导致系统卡死崩溃。20250509 Release已修复这个问题,请使用新版本。

20250427

27 Apr 14:32

Choose a tag to compare

20250427 Pre-release
Pre-release

en

Updates:
Enable SukiSU KPM support

Known issues: The SukiSU&SUSFS varient of this release has an unstable problem: SUSFS mnt_id may overflow after long term use, which can cause system laggy and crash, it has been fixed in 20250509 release, please use that version instead.

zh-cn

更新内容:
开启SukiSU KPM支持

已知问题:该Release带SukiSU&SUSFS的版本存在不稳定的问题,长时间使用后SUSFS的mnt_id会溢出,会导致系统卡死崩溃。20250509 Release已修复这个问题,请使用新版本。

20250424

24 Apr 20:22

Choose a tag to compare

20250424 Pre-release
Pre-release

en

Updates:

  1. Fix freeze or crash when change ZRAM settings.
  2. For the KernelSU builds, switch from KernelSU-Next to SukiSU (also with SUSFS support, and SukiSU supports KPM!). Please switch from your old manager to the SukiSU Manager.

Known issues: The SukiSU&SUSFS varient of this release has an unstable problem: SUSFS mnt_id may overflow after long term use, which can cause system laggy and crash, it has been fixed in 20250509 release, please use that version instead.

zh-cn

更新日志:

  1. 修复修改ZRAM设置时会导致死机崩溃的问题。
  2. 对于带KernelSU的版本,从KSU-Next切换到SukiSU (同样支持SUSFS,并且SukiSU还支持KPM!)。请卸载旧的管理器,下载安装SukiSU的管理器

已知问题:该Release带SukiSU&SUSFS的版本存在不稳定的问题,长时间使用后SUSFS的mnt_id会溢出,会导致系统卡死崩溃。20250509 Release已修复这个问题,请使用新版本。