Pzqqt's News Channel
3.2K subscribers
683 photos
26 videos
410 files
4.45K links
Managed by @pzqqt and @pzqqt_bot

This channel will also push some updates news about things that I'm interested in.
Download Telegram
Pzqqt's News Channel
Melt Kernel v3.8 for marble/marblein By @pzqqt Download Source XDA Changelog & Note: - Too long, see Github Releases page. About KernelSU: - Select through the volume keys during the installation process to install the kernel that supports KernelSU. …
Melt Kernel will temporarily stop updating because some people think that the Melt Kernel installation package contains kernel modules that Xiaomi does not open source and that this is illegal.
You are right, I should abide by the law.

Melt Kernel将暂时停止更新,因为有人认为Melt Kernel的安装包里包含了小米没有开源的内核模块而认为这是违法行为。
说得对,我应该遵守法律。
Now archiving a GitHub repository is less like telling others "I will never maintain this repository again" and more like a threat or demonstration.
However, I like it.😋

现在归档GitHub repository的行为不再像是告诉其他人“我永远地不再维护这个仓库”,而更像是一种威胁或者示威的行为。
不过,我喜欢。😋
Forwarded from Noid ☭
If his kernel has closed source stuff, thats violating the kernels license agreement. Just because other companies do it doesnt allow anyone to do it. They also do it illegally.
Forwarded from Noid ☭
Having closed source kernel stuff is completely unacceptable and just makes him an asshole and thats it
人活得好好的干啥不好为啥非得玩Android内核呢,有这时间干点别的不好吗?我最近感觉自己开始喜欢骑自行车这项运动了,今天下午出去骑了20公里,感觉可棒了😋
Pzqqt's News Channel
Melt Kernel will temporarily stop updating because some people think that the Melt Kernel installation package contains kernel modules that Xiaomi does not open source and that this is illegal. You are right, I should abide by the law. Melt Kernel将暂时停止更新,因为有人认为Melt…
虽然我说自己停止更新了,并且归档了repo,但我以前在blog里说过“用户不用我自己还得用呢😅”。因此,Melt Kernel的开发不会停止,我仍然会在频道分享一些大家感兴趣的知识,但我大概率是不再会公开发布新版本的Melt Kernel了。
Pzqqt's News Channel
Melt Kernel will temporarily stop updating because some people think that the Melt Kernel installation package contains kernel modules that Xiaomi does not open source and that this is illegal. You are right, I should abide by the law. Melt Kernel将暂时停止更新,因为有人认为Melt…
最后再补充一点吐槽:

我刚开始维护Melt Kernel的时候,也曾想过把所有能换成开源的内核模块都换成开源的,但试了很多次,都不太可行。
那时候我就这一台marble,还是主力机,没法总是拿来调试。
那时候的AOSP roms也都在使用小米预编译的内核。
那时候display没开源、camera没开源、触屏驱动也没开源。
那时候。。。不对,直到现在我都还在使用xiaomi.eu的修改版MIUI14/HyperOS,如果我直接把不能从源码编译的小米秘密内核模块全部剔除掉(比如:millet,migt这些),那是要出大问题的。
因此我很快就放弃了这个想法,闭源就闭源吧,能用就行,想那么多干嘛,小米还能在内核模块里植入远程操控我设备的恶意代码不成?

OSS kernel确实很好,我同意,但我不想用,因为没必要,我也不能用,因为我在使用MIUI14/HyperOS。

有心思认为我的Melt Kernel内置了小米预编译的内核模块而违反了GPL,那我还是建议你去Micode的issues骂街要求小米开源所有内核模块然后造福全人类。
以前碰到类似的事我八成是要怼回去的,但现在我不会这么做了。本身自己也是奔三的人了,为了工作和生活,还是少花点精力和心思在这些事情上比较好,不想跟人争这些有的没的,有这时间做做运动锻炼锻炼身体多好,毕竟身体是实打实自己的,而什么所谓的成就感和名誉都是虚的。我很庆幸我现在的工作能够给我带来富足的业余时间以支持一些其他爱好。而且嘛,做人也不能太傲慢,因此我不喜欢骂人,也因此我当然也不喜欢被人骂的感觉,怼我可以,讲道理也可以,我喜欢跟人讲道理,但骂我我就不能忍了。
Linux 6.15-rc4 To Fix The Kernel Crashing For 32-bit Systems With Too Much RAM
26 April 2025 - Linux x86 32-bit

With the Linux kernel now limiting 32-bit systems to 4GB of memory even with the "HIGHMEM" Kconfig option, an issue was uncovered where if the system was still populated with more memory than addressable by 32-bit systems, the kernel would crash. With the Linux 6.15-rc4 kernel due out on Sunday, this issue will be addressed.

#Phoronix #LinuxKernel
Fair DRM Scheduler v4 Running Well On Steam Deck, "Looks Solid"Tvrtko
26 April 2025 - Fair DRM Scheduler

Ursulin of Igalia has been pursuing the Fair DRM Scheduler as a "fair" scheduling policy to help with multiple applications/processes aiming to make use of the GPU concurrently. With this week's v4 patch-set to the DRM Fair Scheduler there are some big code changes but overall looking well as a nice scheduling policy for multiple apps/games/processes wanting equal access to GPU resources.

#Phoronix #LinuxKernel
Zblock Compressed Slab Memory Allocator Looks Like It Could Be Coming In Linux 6.16
26 April 2025 - Zblock Allocator

Ahead of the Linux 6.16 merge window opening up in just one month, the new Zblock allocator was queued up into Andrew Morton's "MM" tree of memory management material likely destined for the next kernel merge window. Zblock is showing much potential as a compressed slab memory allocator.

#Phoronix #LinuxKernel
The Linux Kernel's SHA-256 Code Being Improved Upon For Easier & Performant Use
27 April 2025 - SHA256 Refactoring

The SHA-256 code within the Linux kernel's cryptography subsystem is in the process of being refactoring so that it's available via the crypto's library API and also opening it up to support architecture-optimized implementations.

#Phoronix #LinuxKernel
Deferred THP Insertion Nearing The Linux Kernel To Help Avoid Memory Waste
27 April 2025 - Transparent Huge Pages Defer Mode

A patch currently residing within Andrew Morton's "MM" memory management branch ahead of the upcoming Linux 6.16 merge window is an addition by Red Hat for introducing deferred THP insertion to khugepaged. This deferred Transparent Huge Page (THP) insertion aims to help reduce memory waste on Linux with some workloads.

#Phoronix #LinuxKernel
Linux 6.15-rc4 Released With Performance Regression Fix, Corrected Bcachefs Case Folding
27 April 2025 - Linux 6.15-rc4

Linux 6.15-rc4 is now available after a rather eventful week and about one month to go until the stable Linux 6.15.

#Phoronix #LinuxKernel
New Linux Patches Aim To Customize Out-Of-Memory Behavior Using BPF
28 April 2025 - OOM + BPF

A fresh take is being pursued around allowing the Linux kernel's out-of-memory (OOM) behavior to be customized using BPF programs.

#Phoronix #LinuxKernel
Xiaomi-Stock-Kernel-marble-20250428.zip
71.5 MB
SHA1: 87B1D8A410E92298FDAF502C1887BB2221765EA9

此安装包将会将设备当前的内核(内核镜像、内核模块、dtb、dtbo)全部替换为小米预编译的。
它们提取自 V14.0.27.0.TMRCNXMOS2.0.5.0.VMRCNXM

注:
不要问我这个包是谁做的,我也不知道。一切有关开源协议的法律纠纷与我无关。🤷‍♂️

This package will replace the current kernel (kernel image, kernel modules, dtb, dtbo) of the device with the pre-compiled ones by Xiaomi.
They are extracted from V14.0.27.0.TMRCNXM and OS2.0.5.0.VMRCNXM.

Note:
Do not ask me who made this package, I don't know either. Any legal disputes regarding open source agreements have nothing to do with me. 🤷‍♂️