Linus Torvalds has officially released Linux kernel 6.15, delivering major updates across hardware support, storage performance, virtualization, and system tooling.
π§ Expanded Hardware Support
-
Better compatibility with AMD and Intel devices
-
Improvements for HP ZBook laptops
-
Ongoing enhancements for ARM and RISC-V platforms
πΎ Storage Upgrades
-
Bcachefs continues maturing with more robust support
-
Btrfs gains real-time Zstandard compression, boosting performance under varied workloads
-
Faster file deletion on exFAT systems
π‘οΈ Rust in the Kernel
-
Rust language integration grows, with new support for hrtimer and ARMv7 components in kernel spaceβmarking continued progress in safe systems programming.
π» Virtualization & Architecture
-
New
setcpuid=boot parameter for x86 admins -
Support for VGICv3 in nested ARM virtualization
-
Apple Silicon now emulates FEAT_PMUv3, improving compatibility
πΆ Networking Improvements
-
New TCP socket option
-
Zero-copy receive with io_uring for faster network I/O
π§ Scheduler Diagnostics
-
sched_extcan now count and report internal events, aiding developers with better introspection and profiling tools
π Filesystem and FUSE Enhancements
-
FUSE enforces timeouts on stalled user-space servers and allows longer file names
-
Overall responsiveness and reliability improved for users relying on custom file systems