Linux Kernel 7.0 RC6 Arrives With Unusual Number Of Filesystem Fixes
Linus Torvalds has announced the sixth release candidate for Linux Kernel 7.0 and things are looking a bit busier than usual at this stage. While none of the changes appear particularly alarming, the volume of commits suggests something different about how bugs are being caught or fixed recently. System administrators watching the cycle will want to see if stabilization actually happens before the final push next weekend.
Why Linux Kernel 7.0 RC6 Feels Different Than Normal
The number of fixes this time around is noticeably higher than normal for a sixth release candidate though Linus notes the merge window was not unusually large either. It seems like we are seeing more small fixes than the norm which might indicate that AI tools are helping developers find issues they missed before. This trend does not strike him as scary but it leaves him wondering if some of it is just a bump related to better automated analysis tools finding trivial problems.
Filesystems And Drivers Lead The Changelog For Linux Kernel 7.0 RC6
Filesystems kind of stand out in this release with a noticeable portion of the diffstat being various filesystem or vfs fixes where ext4 and xfs lead the pack. There are obviously the usual driver fixes for gpu, rdma, networking, sound and hwmon but drivers make up only about a third of the changes in total. In addition to the filesystem side we have core networking, architecture updates, and the rest being a random mix including rcu fixes, tooling, mm and other subsystems.
Linux kernel 7.0-rc6 released
Linux kernel version 7.0-rc6 is now available:
Full source: https://git.kernel.org/torvalds/t/linux-7.0-rc6.tar.gz
Patch: https://git.kernel.org/torvalds/p/v7.0-rc6/vNone
You can view the summary of the changes at the following URL:
https://git.kernel.org/torvalds/ds/v7.0-rc6/v7.0-rc5
