Warning: Undefined array key 0 in /var/www/tgoop/function.php on line 65

Warning: Trying to access array offset on null in /var/www/tgoop/function.php on line 65
6522 - Telegram Web
Telegram Web
Pzqqt's News Channel
Glow Kernel v4.2将随Linux v5.10.245 之后发布,在此之前可以先尝鲜这个版本。欢迎反馈bug。 Glow Kernel v4.2 will be released along with Linux v5.10.245, but you can try this version beforehand. Feel free to report any bugs you find.
另外,该版本修复了一个远古的bug,因此你可能会注意到app后台驻留效果变好了。

Additionally, this build fixes an ancient bug, so you may find that the app is less likely to be killed by the system.
最近我注意到有其他开发者质疑kshrink_slabd、kshrink_lruvecd、kcompressd存在的意义,在此谈一下我的观点。

首先是kshrink_slabd,这玩意算是历史悠久了,一加从v4.19就开始用,现在小米在最新的几款机型上也在用,如果它确实能导致那么多问题,那它应该早就没了才对。

然后是kshrink_lruvecd,同样是一加的玩意,小米拿过来之后改了个名字:mi_async_reclaim,也用在了几款新机型上。

最后是kcompressd,至少目前为止还没有发现bug,并且主观感知在高内存占用压力下切换app更流畅了,分析线程运行情况,可以发现kcompressd确实替kswapd分担了一部分压力。

所谓的分析讨论流程我也看了下,总结下来一句话:我证明不了它有用,因此我认为它没用。这种极其主观的想法是严重错误的。

与其听信谗言,不如亲眼所见。这也是我将内测的Glow Kernel v4.1.2版本公开发布的原因之一。

综上,对于kshrink_slabd、kshrink_lruvecd和kcompressd,除非它们确实会导致明显的bug或性能下降,否则我将继续保留它们。
Linux's New "Transitional" Feature A Long Overdue Improvement For Kernel Configurations
30 September 2025 - transitional

Merged as part of the kernel hardening updates for Linux 6.18 is not a direct hardening improvement but rather a long overdue enhancement to the kernel configuration "Kconfig" system. The introduction of this new "transitional" keyword for Kconfig options can ease the process of renaming Kconfig options across kernel versions with less breakage/headaches for those maintaining their own kernel configurations/builds.

Comments

#Phoronix #LinuxKernel
A Minor Optimization Comes For x86 Memory Management In Linux 6.18
1 October 2025 - x86/mm

Sent out today was the x86/mm pull request of the x86/x86_64 memory management changes destined for this next version of the Linux kernel. This pull has just one new patch but is worth mentioning.

Comments

#Phoronix #LinuxKernel
Signed Programs & Other BPF Changes Merged For Linux 6.18
2 October 2025 - Linux 6.18 BPF

The BPF changes have been merged for the in-development Linux 6.18 kernel.

Comments

#Phoronix #LinuxKernel
Raspberry Pi OS (64-bit) Update
2025-10-02
#RaspberryPi #RaspberryPiOS

Build date:
2025-10-01

Changelog:
https://downloads.raspberrypi.org/raspios_arm64/release_notes.txt

Download:
2025-10-01-raspios-trixie-arm64.img.xz

Size:
1.2 GB
Linux Kernel stable v5.10.245 update
#Linux #Kernel

Commits
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
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
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
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
正在开发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:${SPLITIMG}/kernel_dtb,对于老版本AnyKernel3:${split_img}/kernel_dtb)。
2. 为避免后续再次发生该问题,在magiskboot repack前手动压缩kernel镜像。你可以提前把kernel镜像压缩好再打包AnyKernel3,也可以让AnyKernel3在安装的过程中压缩:
magiskboot compress=lz4_legacy "${AKHOME}/Image" "${AKHOME}/Image.lz4"
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.
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
2025/10/22 16:36:06
Back to Top
HTML Embed Code: