Magisk Stable Update
2025-10-02
#Magisk
Release tag:
Magisk v30.4 (Pre-release)
Assets:
app-debug.apk (24.2 MB)
Magisk-v30.4.apk (12.2 MB)
notes.md (714 bytes)
2025-10-02
#Magisk
Release tag:
Magisk v30.4 (Pre-release)
Assets:
app-debug.apk (24.2 MB)
Magisk-v30.4.apk (12.2 MB)
notes.md (714 bytes)
GitHub
Release Magisk v30.4 · topjohnwu/Magisk
[MagiskSU] Fix several implementation bugs
Diffs to v29.0
[General] Various minor bug fixes
[General] Support installing Magisk into vendor_boot partition
[General] Migrate a significant portion ...
Diffs to v29.0
[General] Various minor bug fixes
[General] Support installing Magisk into vendor_boot partition
[General] Migrate a significant portion ...
Glow-Kernel-v4.2.zip
38.8 MB
SHA1:
F762211314ECDDDDFBFEA8E68785D9230B0B974E
Glow Kernel v4.2 for marble/marblein
By Asshole
Download
Source code
Changelog:
- Same as Melt-marble-v4.2
By Asshole
Download
Source code
Changelog:
- Same as Melt-marble-v4.2
Linux 6.18 Kbuild Brings An Optimization For gen_init_cpio On Btrfs Or XFS
2 October 2025 - Kernel Build
The Kbuild changes have been merged for the in-development Linux 6.18 kernel.
Comments
#Phoronix #LinuxKernel
2 October 2025 - Kernel Build
The Kbuild changes have been merged for the in-development Linux 6.18 kernel.
Comments
#Phoronix #LinuxKernel
Rufus Update
2025-10-03
#Rufus
Release tag:
Rufus 4.11
Assets:
rufus-4.11.exe (1.8 MB)
rufus-4.11.exe.sig (256 bytes)
rufus-4.11p.exe (1.8 MB)
rufus-4.11_arm64.exe (4.9 MB)
rufus-4.11_arm64.exe.sig (256 bytes)
rufus-4.11_x86.exe (1.8 MB)
rufus-4.11_x86.exe.sig (256 bytes)
2025-10-03
#Rufus
Release tag:
Rufus 4.11
Assets:
rufus-4.11.exe (1.8 MB)
rufus-4.11.exe.sig (256 bytes)
rufus-4.11p.exe (1.8 MB)
rufus-4.11_arm64.exe (4.9 MB)
rufus-4.11_arm64.exe.sig (256 bytes)
rufus-4.11_x86.exe (1.8 MB)
rufus-4.11_x86.exe.sig (256 bytes)
GitHub
Release Rufus 4.11 · pbatard/rufus
Add a cheat mode (Ctrl-Alt-D) to toggle between Light and Dark mode (#2814)
Improve WUE option text relating to the CA 2023 option
Update Linux SBAT / Microsoft SVN Secure Boot revocation values to...
Improve WUE option text relating to the CA 2023 option
Update Linux SBAT / Microsoft SVN Secure Boot revocation values to...
Linus Torvalds Vents Over "Completely Crazy Rust Format Checking"
2 October 2025 - Crazy Rust Format Checking
After Linus Torvalds yesterday shot down RISC-V big endian prospects for the Linux kernel, today he has used his authority to wage a war on "crazy" Rust code formatting as well as to critique poor text formatting.
Comments
#Phoronix #LinuxKernel
2 October 2025 - Crazy Rust Format Checking
After Linus Torvalds yesterday shot down RISC-V big endian prospects for the Linux kernel, today he has used his authority to wage a war on "crazy" Rust code formatting as well as to critique poor text formatting.
Comments
#Phoronix #LinuxKernel
Sandboxie (By DavidXanatos) Update
2025-10-03
#Sandboxie
Release tag:
Release v1.16.4 / 5.71.4
Assets:
Sandboxie-Classic-x64-v5.71.4.exe (2.9 MB)
Sandboxie-Plus-ARM64-v1.16.4.exe (20.7 MB)
Sandboxie-Plus-x64-v1.16.4.exe (23.0 MB)
sha256-checksums.txt (296 bytes)
2025-10-03
#Sandboxie
Release tag:
Release v1.16.4 / 5.71.4
Assets:
Sandboxie-Classic-x64-v5.71.4.exe (2.9 MB)
Sandboxie-Plus-ARM64-v1.16.4.exe (20.7 MB)
Sandboxie-Plus-x64-v1.16.4.exe (23.0 MB)
sha256-checksums.txt (296 bytes)
GitHub
Release Release v1.16.4 / 5.71.4 · sandboxie-plus/Sandboxie
Release Notes
Sandboxie-Plus 1.16.4 / Classic 5.71.4 has been released on October 2nd, 2025. This version introduces a new protection option that blocks non-administrative instances of the session ...
Sandboxie-Plus 1.16.4 / Classic 5.71.4 has been released on October 2nd, 2025. This version introduces a new protection option that blocks non-administrative instances of the session ...
Sheaves Merged For Linux 6.18 - Can Help With Better Performance
2 October 2025 - Linux Sheaves
The Slab pull request was merged this evening for the ongoing Linux 6.18 merge window. Most notable with the Slab updates is the introduction of Sheaves.
Comments
#Phoronix #LinuxKernel
2 October 2025 - Linux Sheaves
The Slab pull request was merged this evening for the ongoing Linux 6.18 merge window. Most notable with the Slab updates is the introduction of Sheaves.
Comments
#Phoronix #LinuxKernel
正在开发android15-6.6和android16-6.12内核的开发者们请注意,目前magiskboot存在bug,会错误地从boot镜像中提取出kernel_dtb。
相关issue:
https://github.com/topjohnwu/Magisk/issues/9389
临时的解决方法:
1. 在magiskboot repack前从工作目录中手动删除kernel_dtb(对于新版本AnyKernel3:
2. 为避免后续再次发生该问题,在magiskboot repack前手动压缩kernel镜像。你可以提前把kernel镜像压缩好再打包AnyKernel3,也可以让AnyKernel3在安装的过程中压缩:
相关issue:
https://github.com/topjohnwu/Magisk/issues/9389
临时的解决方法:
1. 在magiskboot repack前从工作目录中手动删除kernel_dtb(对于新版本AnyKernel3:
${SPLITIMG}/kernel_dtb
,对于老版本AnyKernel3:${split_img}/kernel_dtb
)。2. 为避免后续再次发生该问题,在magiskboot repack前手动压缩kernel镜像。你可以提前把kernel镜像压缩好再打包AnyKernel3,也可以让AnyKernel3在安装的过程中压缩:
magiskboot compress=lz4_legacy "${AKHOME}/Image" "${AKHOME}/Image.lz4"
GitHub
magiskboot incorrectly extracts kernel_dtb from the boot image which should not exist · Issue #9389 · topjohnwu/Magisk
Device: Any Android version: Any Magisk version name: v30.3 Magisk version code: 30300 pzqqt@LAPTOP-XXXXXXXX:/tmp/boot$ wget https://dl.google.com/android/gki/gki-certified-boot-android16-6.12-2025...
Pzqqt's News Channel
Glow Kernel v4.2 for marble/marblein By Asshole Download Source code Changelog: - Same as Melt-marble-v4.2
目前收到反馈一些susfs用户更新之后设备无法启动到锁屏界面(开机动画播放完成之后)。在禁用某些模块之后可以恢复正常。
可以确定是susfs v1.5.10导致的。
我暂时不会修复它。对于需要susfs的用户,如果你没有遇到上述问题,继续正常使用;如果你遇到了上述问题,请用回v4.1.2版本。
We have received feedback that some susfs users are unable to boot their devices to the lockscreen (after the bootanimation is complete) after updating. It can be restored to normal after disabling some modules.
It is certain that it is caused by susfs v1.5.10.
I will not fix it for now. For users who need susfs, if you do not encounter the above problems, continue to use it normally; if you encounter problems, please use v4.1.2 build.
可以确定是susfs v1.5.10导致的。
我暂时不会修复它。对于需要susfs的用户,如果你没有遇到上述问题,继续正常使用;如果你遇到了上述问题,请用回v4.1.2版本。
We have received feedback that some susfs users are unable to boot their devices to the lockscreen (after the bootanimation is complete) after updating. It can be restored to normal after disabling some modules.
It is certain that it is caused by susfs v1.5.10.
I will not fix it for now. For users who need susfs, if you do not encounter the above problems, continue to use it normally; if you encounter problems, please use v4.1.2 build.
Telegram
Pzqqt's News Channel
SHA1: C56E2B70FC8A92C10F601E52BCCE61A2E38AE27B
Source: https://github.com/Pzqqt/android_kernel_xiaomi_marble/tree/cfe92b5ac45dd4b42c1263798ff5db8bf5a00c91
Changelog:
- Merge v5.10.244
- Merge KERNEL.PLATFORM.1.0.r3-06800-kernel.0
- Merge LA.VENDOR.1.0.r2…
Source: https://github.com/Pzqqt/android_kernel_xiaomi_marble/tree/cfe92b5ac45dd4b42c1263798ff5db8bf5a00c91
Changelog:
- Merge v5.10.244
- Merge KERNEL.PLATFORM.1.0.r3-06800-kernel.0
- Merge LA.VENDOR.1.0.r2…
Linux 6.18 Non-MM Pull Request: "A Mere 150x Speedup Was Measured..."
3 October 2025 - Non-MM Linux 6.18 PR
Andrew Morton on Thursday submitted his collection of "non-MM" patches for areas of the kernel he oversees. There is one patch series that stands out in this pull request for Linux 6.18.
Comments
#Phoronix #LinuxKernel
3 October 2025 - Non-MM Linux 6.18 PR
Andrew Morton on Thursday submitted his collection of "non-MM" patches for areas of the kernel he oversees. There is one patch series that stands out in this pull request for Linux 6.18.
Comments
#Phoronix #LinuxKernel
Raspberry Pi4 bootloader EEPROM Stable Update
2025-10-03
#RaspberryPi #eeprom
Build date:
Changelog:
https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware-2711/release-notes.md
Download:
pieeprom-2025-10-03.bin
Size:
512.0 KB
2025-10-03
#RaspberryPi #eeprom
Build date:
20251003
Changelog:
https://github.com/raspberrypi/rpi-eeprom/blob/master/firmware-2711/release-notes.md
Download:
pieeprom-2025-10-03.bin
Size:
512.0 KB
GitHub
rpi-eeprom/firmware-2711/release-notes.md at master · raspberrypi/rpi-eeprom
Installation scripts and binaries for the Raspberry Pi 4 and Raspberry Pi 5 bootloader EEPROMs - raspberrypi/rpi-eeprom
AMD Versal TRNG Driver Upstreamed To Linux 6.18, Intel Adds New Telemetry For QAT Gen6
5 October 2025 - Linux 6.18 Crypto
All of the crypto subsystem changes have been merged for the in-development Linux 6.18 kernel.
Comments
#Phoronix #LinuxKernel
5 October 2025 - Linux 6.18 Crypto
All of the crypto subsystem changes have been merged for the in-development Linux 6.18 kernel.
Comments
#Phoronix #LinuxKernel
Linux 6.18 DRM Pull Includes New Tyr & Rocket Drivers, More AMD & Intel GPU Enhancements
5 October 2025 - Linux 6.18 Direct Rendering Manager
The Direct Rendering Manager "DRM" pull request ended up leading to Linus Torvalds complaining over text and Rust code formatting but in the end he pulled all of these kernel graphics driver updates and also the associated "accel" accelerator subsystem drivers too.
Comments
#Phoronix #LinuxKernel
5 October 2025 - Linux 6.18 Direct Rendering Manager
The Direct Rendering Manager "DRM" pull request ended up leading to Linus Torvalds complaining over text and Rust code formatting but in the end he pulled all of these kernel graphics driver updates and also the associated "accel" accelerator subsystem drivers too.
Comments
#Phoronix #LinuxKernel
Forwarded from Pandora Kernel 发布
Pzqqt's News Channel
所谓的分析讨论流程我也看了下,总结下来一句话:我证明不了它有用,因此我认为它没用。 这种极其主观的想法是严重错误的。
可能是人类历史上最蠢的发言。
恭喜五字母先生达成了一项世界记录。
恭喜五字母先生达成了一项世界记录。
不去讨论问题本身,而是诉诸人身,精神胜利法属实是被你玩明白了,我不屑与此类人为伍。
阴阳我是吧,骂我是吧,您随意。当一个人说出来的每一句话都不像是人话时,那他说的每一句话都是放屁。
阴阳我是吧,骂我是吧,您随意。当一个人说出来的每一句话都不像是人话时,那他说的每一句话都是放屁。
说到这里我想再跟大家讲一个发生在我身上的故事:
我20年那会在一家公司上班,当时有一位同事(下面我就称呼他为小Z吧)几乎是和我同时应聘进来的,再加上年龄相仿,我们就成为了好朋友。虽然我和小Z不是在同一个部门,兴趣爱好也不是很相似,但吃饭总是在一起,平时也可以说是无话不谈了。
然后,20年那年全世界发生了一件什么大事,我想大家应该都还记得。记得有一次,我和小Z在外边饭馆吃午饭时,我和他描述了我在外网看到的一些由于过于激进的防疫政策导致的一些人间惨剧,以及一些我的观点和看法,指出有关部门哪些地方做得不科学。小Z只是在听,一直沉默不语,片刻过后,他说了一句令我振聋发聩此生难忘的话:
“我觉得你这个人思想有点问题。”
自这件事之后,我借着工位调整的机会逐渐疏远了小Z,再也不主动邀请他一起去吃饭了,和他聊天时我也会投其所好说点他爱听的,刻意避免去讨论某些话题。
这就是为什么我看不起并痛恨那些只会攻击人身满嘴脏话的人。
我20年那会在一家公司上班,当时有一位同事(下面我就称呼他为小Z吧)几乎是和我同时应聘进来的,再加上年龄相仿,我们就成为了好朋友。虽然我和小Z不是在同一个部门,兴趣爱好也不是很相似,但吃饭总是在一起,平时也可以说是无话不谈了。
然后,20年那年全世界发生了一件什么大事,我想大家应该都还记得。记得有一次,我和小Z在外边饭馆吃午饭时,我和他描述了我在外网看到的一些由于过于激进的防疫政策导致的一些人间惨剧,以及一些我的观点和看法,指出有关部门哪些地方做得不科学。小Z只是在听,一直沉默不语,片刻过后,他说了一句令我振聋发聩此生难忘的话:
“我觉得你这个人思想有点问题。”
自这件事之后,我借着工位调整的机会逐渐疏远了小Z,再也不主动邀请他一起去吃饭了,和他聊天时我也会投其所好说点他爱听的,刻意避免去讨论某些话题。
这就是为什么我看不起并痛恨那些只会攻击人身满嘴脏话的人。
Pzqqt's News Channel
最近我注意到有其他开发者质疑kshrink_slabd、kshrink_lruvecd、kcompressd存在的意义,在此谈一下我的观点。 首先是kshrink_slabd,这玩意算是历史悠久了,一加从v4.19就开始用,现在小米在最新的几款机型上也在用,如果它确实能导致那么多问题,那它应该早就没了才对。 然后是kshrink_lruvecd,同样是一加的玩意,小米拿过来之后改了个名字:mi_async_reclaim,也用在了几款新机型上。 最后是kcompressd,至少目前为止还没有发现bu…
对可能造成歧义的言论的补充说明(鉴于原始消息已经被转发和引用了,因此我就不再修改了):
“我证明不了它有用,因此我认为它没用”,这句话是总结了那篇分析讨论的内容所表达的观点,其中的“我”是指参与了讨论的讨论者们,而不是指我Pzqqt,可不要会错意了。
至于那篇分析讨论的原文,为了避免争议进一步放大,我就不放链接了,感兴趣的话自己去找。
好的,现在回过头再来探讨kshrink_slabd和kshrink_lruvecd到底是否有用,我最终的观点是:比起个人开发者的一家之言,我更愿意相信一加和小米的开发者们。
“我证明不了它有用,因此我认为它没用”,这句话是总结了那篇分析讨论的内容所表达的观点,其中的“我”是指参与了讨论的讨论者们,而不是指我Pzqqt,可不要会错意了。
至于那篇分析讨论的原文,为了避免争议进一步放大,我就不放链接了,感兴趣的话自己去找。
好的,现在回过头再来探讨kshrink_slabd和kshrink_lruvecd到底是否有用,我最终的观点是:比起个人开发者的一家之言,我更愿意相信一加和小米的开发者们。