This is the best summary I could come up with:
Due to the ARM64 maintainer for the Linux kernel going on holiday, the ARM64 port updates have been submitted ahead of the opening of the Linux 6.11 merge window that will likely be on Monday or otherwise the following week depending upon if a 6.10-rc8 is warranted.
When it comes to the ARM64 (AArch64) changes for this next kernel version, there’s been a lot of work on virtual CPU hotplug handling so that it should now be properly working on ARM64 ACPI-enabled systems.
Another change with Linux 6.11 ARM64 is expanding the speculative SSBS workaround to more CPU cores.
Arm’s Speculative Store Bypass handling is now being extended for additional affected CPU cores of he A710, A720, X2, X3, X925, N2, and V2.
There are also ARM64 ACPI updates, GICv3 optimizations, perf updates for more hardware, and other smaller changes.
See this merge request for all the ARM64 feature patches slated for Linux 6.11.
The original article contains 154 words, the summary contains 154 words. Saved 0%. I’m a bot and I’m open source!
This is the best summary I could come up with:
With the maturity of the EXT4 file-system it’s not too often seeing any huge feature additions for this commonly used Linux file-system but there’s still the occasional wild performance optimization to uncover… With Linux 6.11 the EXT4 file-system can see upwards of a 20% performance boost in some scenarios.
Ted Ts’o sent out the EXT4 updates today for Linux 6.11.
He explained in that pull request: "Many cleanups and bug fixes in ext4, especially for the fast commit feature.
Up to 20% faster for fast devices using async direct I/O thanks to JBD2 optimizations.
Indeed the patch from Huawei’s Zhang Yi to speed up jbd2_transaction_committed() shows off some great improvements:
It’s great continuing to see EXT4 uncover new performance optimizations.
The original article contains 144 words, the summary contains 120 words. Saved 17%. I’m a bot and I’m open source!