Linux 6.17 Making Kdump Crash Kernel More Reliable, Less Wasted Memory
4 August 2025 - Linux 6.17 Kdump
In addition to the many MM changes merged this weekend for Linux 6.17, Andrew Morton on Sunday also sent out his "non-MM" pull request for this new kernel. Notable there is improving the Kdump code to allow for crash kernel reservation made from the contiguous memory allocator to help yield less wasted RAM and greater reliability.
Comments
#Phoronix #LinuxKernel
4 August 2025 - Linux 6.17 Kdump
In addition to the many MM changes merged this weekend for Linux 6.17, Andrew Morton on Sunday also sent out his "non-MM" pull request for this new kernel. Notable there is improving the Kdump code to allow for crash kernel reservation made from the contiguous memory allocator to help yield less wasted RAM and greater reliability.
Comments
#Phoronix #LinuxKernel
Linux 6.17 Introduces hash_pointers= Boot Parameter
5 August 2025 - hash_pointers
Linus Torvalds yesterday merged a patch from SUSE's Petr Mladek introducing a new boot parameter option for the kernel to provide greater control over the behavior of hashing pointer values.
Comments
#Phoronix #LinuxKernel
5 August 2025 - hash_pointers
Linus Torvalds yesterday merged a patch from SUSE's Petr Mladek introducing a new boot parameter option for the kernel to provide greater control over the behavior of hashing pointer values.
Comments
#Phoronix #LinuxKernel
GTK3 Version Of gconfig Merged For Linux 6.17
6 August 2025 - Linux 6.17 Kbuild
All of the Kbuild changes were merged today for the Linux 6.17 kernel. Most notable with the Kbuild changes is the gconfig graphical utility for configuring the Linux kernel configuration now being ported from GTK2 to GTK3.
Comments
#Phoronix #LinuxKernel
6 August 2025 - Linux 6.17 Kbuild
All of the Kbuild changes were merged today for the Linux 6.17 kernel. Most notable with the Kbuild changes is the gconfig graphical utility for configuring the Linux kernel configuration now being ported from GTK2 to GTK3.
Comments
#Phoronix #LinuxKernel
Linux 6.17 Fixes A Performance Bottleneck In The Futex Code
6 August 2025 - FUTEX
Merged last week for Linux 6.17 were the FUTEX locking changes that include addressing an observed performance bottleneck.
Comments
#Phoronix #LinuxKernel
6 August 2025 - FUTEX
Merged last week for Linux 6.17 were the FUTEX locking changes that include addressing an observed performance bottleneck.
Comments
#Phoronix #LinuxKernel
Linus Torvalds Rejects RISC-V Changes For Linux 6.17: "Garbage"
9 August 2025 - Linux 6.17 + RISC-V
Linus Torvalds has used his authority to reject the RISC-V architecture changes for the Linux 6.17 kernel. The RISC-V updates won't land this cycle and will need to try again for v6.18 later in the year. Linus refers to at least some of the proposed RISC-V code as garbage along with being submitted rather late during the merge window.
Comments
#Phoronix #LinuxKernel
9 August 2025 - Linux 6.17 + RISC-V
Linus Torvalds has used his authority to reject the RISC-V architecture changes for the Linux 6.17 kernel. The RISC-V updates won't land this cycle and will need to try again for v6.18 later in the year. Linus refers to at least some of the proposed RISC-V code as garbage along with being submitted rather late during the merge window.
Comments
#Phoronix #LinuxKernel
Linux 6.17 EFI Stub Will Try To Maintain a Cleaner Boot Experience
9 August 2025 - Less Debug Fluff
The EFI code updates were merged today for the nearly-over Linux 6.17 kernel with two changes worth mentioning.
Comments
#Phoronix #LinuxKernel
9 August 2025 - Less Debug Fluff
The EFI code updates were merged today for the nearly-over Linux 6.17 kernel with two changes worth mentioning.
Comments
#Phoronix #LinuxKernel
Linux 6.17-rc1 Released With Many New Features But No Bcachefs Changes
10 August 2025 - Linux 6.17-rc1
Linus Torvalds just released the Linux 6.17-rc1 kernel a few hours ahead of his typical release regiment due to currently being in Europe. That marks the end of the Linux 6.17 merge window with many exciting changes merged this cycle. This is notable with Linux 6.17 expected to power Ubuntu 25.10 and other late 2025 Linux distribution releases.
Comments
#Phoronix #LinuxKernel
10 August 2025 - Linux 6.17-rc1
Linus Torvalds just released the Linux 6.17-rc1 kernel a few hours ahead of his typical release regiment due to currently being in Europe. That marks the end of the Linux 6.17 merge window with many exciting changes merged this cycle. This is notable with Linux 6.17 expected to power Ubuntu 25.10 and other late 2025 Linux distribution releases.
Comments
#Phoronix #LinuxKernel
Linux Cache-Aware Scheduling / Load Balancing Updated With New Tuning Knob
11 August 2025 - Cache Aware Load Balancing
Intel engineer Chen Yu posted a fresh round of Linux kernel patches working on cache-aware scheduling/load-balancing for this functionality being sought after both by Intel and AMD. The new patches should address some performance regressions observed in the prior patches.
Comments
#Phoronix #LinuxKernel
11 August 2025 - Cache Aware Load Balancing
Intel engineer Chen Yu posted a fresh round of Linux kernel patches working on cache-aware scheduling/load-balancing for this functionality being sought after both by Intel and AMD. The new patches should address some performance regressions observed in the prior patches.
Comments
#Phoronix #LinuxKernel
Early Linux 6.17 Tests Show Some AMD Strix Halo Performance Improvements & Regressions
11 August 2025 - Linux 6.17 Benchmarks
Even prior to the Linux 6.17-rc1 release on Sunday I already had kicked off some Linux 6.17 Git benchmarking in being eager to see how the performance is beginning to shape up for this next kernel release that is set to power the likes of Ubuntu 25.10 and Fedora 43. There is some good news and bad news with my early testing on the ZBook Ultra G1a for AMD Strix Halo.
Comments
#Phoronix #LinuxKernel
11 August 2025 - Linux 6.17 Benchmarks
Even prior to the Linux 6.17-rc1 release on Sunday I already had kicked off some Linux 6.17 Git benchmarking in being eager to see how the performance is beginning to shape up for this next kernel release that is set to power the likes of Ubuntu 25.10 and Fedora 43. There is some good news and bad news with my early testing on the ZBook Ultra G1a for AMD Strix Halo.
Comments
#Phoronix #LinuxKernel
Google Develops KFuzzTest For Fuzzing Internal Linux Kernel Functions
13 August 2025 - KFuzzTest
Google engineers today introduced KFuzzTest as a new lightweight framework for in-kernel fuzz targets for internal kernel functions. KFuzzTest aims to make it easier to exercise Linux kernel code paths that are difficult to do from the system call boundary.
Comments
#Phoronix #LinuxKernel
13 August 2025 - KFuzzTest
Google engineers today introduced KFuzzTest as a new lightweight framework for in-kernel fuzz targets for internal kernel functions. KFuzzTest aims to make it easier to exercise Linux kernel code paths that are difficult to do from the system call boundary.
Comments
#Phoronix #LinuxKernel
Linux Lands Fix For Early 6.17 Regression Causing 37~43% Performance Hit
13 August 2025 - Whoops
Back during the Linux 6.17 merge window was an optimization geared for ARM64 that could have a "16x reduction" in the number of calls. Unfortunately that commit ended up causing a rather significant regression for some systems that has now been addressed.
Comments
#Phoronix #LinuxKernel
13 August 2025 - Whoops
Back during the Linux 6.17 merge window was an optimization geared for ARM64 that could have a "16x reduction" in the number of calls. Unfortunately that commit ended up causing a rather significant regression for some systems that has now been addressed.
Comments
#Phoronix #LinuxKernel
Linux 6.17 Performance Looking Even Better After Early Fallout Addressed
17 August 2025 - Linux 6.17 Benchmarks
Last week I ran some early Linux 6.17 benchmarks showing some improvements and regressions when testing with AMD Ryzen AI Max "Strix Halo". Since then there have been some performance regression fixes along with addressing other early fallout from this fresh kernel code. Repeating the tests now on the latest Linux 6.17 Git state ahead of today's Linux 6.17-rc2 tagging is showing some nice improvements and fixes from the code churn this week.
Comments
#Phoronix #LinuxKernel
17 August 2025 - Linux 6.17 Benchmarks
Last week I ran some early Linux 6.17 benchmarks showing some improvements and regressions when testing with AMD Ryzen AI Max "Strix Halo". Since then there have been some performance regression fixes along with addressing other early fallout from this fresh kernel code. Repeating the tests now on the latest Linux 6.17 Git state ahead of today's Linux 6.17-rc2 tagging is showing some nice improvements and fixes from the code churn this week.
Comments
#Phoronix #LinuxKernel
Linux 6.17-rc2 Released With Performance Fixes & More
17 August 2025 - Linux 6.17
Linux 6.17-rc2 is now available to facilitate the latest weekly testing of the Linux 6.17 kernel.
Comments
#Phoronix #LinuxKernel
17 August 2025 - Linux 6.17
Linux 6.17-rc2 is now available to facilitate the latest weekly testing of the Linux 6.17 kernel.
Comments
#Phoronix #LinuxKernel
New Linux Patches Allow Manipulating Out-Of-Memory Behavior Using BPF
18 August 2025 - Linux OOM + BPF
Google engineer Roman Gushchin has proposed the ability for the Linux kernel to customize the out-of-memory "OOM" behavior using BPF programs.
Comments
#Phoronix #LinuxKernel
18 August 2025 - Linux OOM + BPF
Google engineer Roman Gushchin has proposed the ability for the Linux kernel to customize the out-of-memory "OOM" behavior using BPF programs.
Comments
#Phoronix #LinuxKernel
Kernel Stack Watch Proposed As New Linux Debugging Tool
19 August 2025 - Kernel Stack Watch
Patches were posted on Monday for Kernel Stack Watch, a new lightweight debugging tool for detecting kernel stack corruption in real-time on Linux.
Comments
#Phoronix #LinuxKernel
19 August 2025 - Kernel Stack Watch
Patches were posted on Monday for Kernel Stack Watch, a new lightweight debugging tool for detecting kernel stack corruption in real-time on Linux.
Comments
#Phoronix #LinuxKernel
Linux Primed For Significant Performance Gains With Kernel Swap Code Overhaul
23 August 2025 - Swap Table As Swap Cache
A patch series posted overnight that is part of a larger planned rework for the kernel to introduce a "Swap Table" is poised to bring significant real-world performance gains to the Linux kernel.
Comments
#Phoronix #LinuxKernel
23 August 2025 - Swap Table As Swap Cache
A patch series posted overnight that is part of a larger planned rework for the kernel to introduce a "Swap Table" is poised to bring significant real-world performance gains to the Linux kernel.
Comments
#Phoronix #LinuxKernel
Qualcomm Adreno X1-45 GPU Support Appears Ready For The Linux Kernel
24 August 2025 - Adreno X1-45
The open-source upstream driver support for the Qualcomm Adreno X1-45 that is used by the Snapdragon X1 Plus 8-core SoC appears ready for the mainline kernel and could be all aligned for the upcoming Linux v6.18 kernel cycle.
Comments
#Phoronix #LinuxKernel
24 August 2025 - Adreno X1-45
The open-source upstream driver support for the Qualcomm Adreno X1-45 that is used by the Snapdragon X1 Plus 8-core SoC appears ready for the mainline kernel and could be all aligned for the upcoming Linux v6.18 kernel cycle.
Comments
#Phoronix #LinuxKernel
Linux 6.17-rc3 Released: "A Bit Larger Than Usual"
24 August 2025 - Linux 6.17-rc3
Linux 6.17 is one step closer to release with Linus Torvalds having issued Linux 6.17-rc3 already today to currently traveling in Europe.
Comments
#Phoronix #LinuxKernel
24 August 2025 - Linux 6.17-rc3
Linux 6.17 is one step closer to release with Linus Torvalds having issued Linux 6.17-rc3 already today to currently traveling in Europe.
Comments
#Phoronix #LinuxKernel
Linux's Floppy Disk Driver Code Sees Some Cleanups In 2025
25 August 2025 - Linux Floppy Driver
On this 34th birthday since the Linux kernel was announced, coincidentally there's a new patch series out there for one of the oldest drivers: the floppy disk driver.
Comments
#Phoronix #LinuxKernel
25 August 2025 - Linux Floppy Driver
On this 34th birthday since the Linux kernel was announced, coincidentally there's a new patch series out there for one of the oldest drivers: the floppy disk driver.
Comments
#Phoronix #LinuxKernel
Initrd Support Could Finally Be On Its Way To Being Removed From The Linux Kernel
26 August 2025 - Initrd Death Watch?
Linux's classic initial RAM disk "initrd" support might finally be on its way out of the Linux kernel depending upon feedback from stakeholders. Long live initramfs.
Comments
#Phoronix #LinuxKernel
26 August 2025 - Initrd Death Watch?
Linux's classic initial RAM disk "initrd" support might finally be on its way out of the Linux kernel depending upon feedback from stakeholders. Long live initramfs.
Comments
#Phoronix #LinuxKernel