Linux 6.11 Released
The 6.11 kernel was released by Linus Torvalds on September 15, 2024, featuring new io_uring operations, Rust support for block drivers, and enhancements like atomic writes and a vDSO for getrandom().
Read original articleThe 6.11 kernel has been officially released by Linus Torvalds on September 15, 2024. The release announcement was made while Torvalds was traveling in Vienna. Key updates in this version include the introduction of new io_uring operations for the bind() and listen() functions, enhancements to nested bottom-half locking, and the capability to write to busy executable files. Additionally, the kernel now supports writing block drivers in Rust, atomic write operations in the block layer, a dedicated bucket slab allocator, and a vDSO implementation of getrandom(). For further details, users can refer to the LWN merge-window summaries.
- The 6.11 kernel was released on September 15, 2024.
- New features include io_uring operations for bind() and listen().
- The kernel supports writing block drivers in Rust.
- Enhancements include atomic write operations and a dedicated bucket slab allocator.
- The vDSO implementation of getrandom() is also included in this release.
Related
Microsoft updates the Linux kernel in WSL
Microsoft updates WSL's Linux kernel to version 6.6 after 2.5 years, reducing out-of-tree patches. Available on GitHub, it brings new configs and stable kernel updates, with full integration expected soon.
Linux 6.10 Released
The Linux 6.10 release by Linus Torvalds featured increased activity in filesystems, driver updates, and miscellaneous changes. No extra release candidates were needed. Version 6.11's merge window will open soon, coinciding with Europe's summer vacation. Various subsystems received fixes and improvements, including ARM64, USB, networking, SPI, MMC, USB, ALSA, and more. The bcachefs filesystem underwent corrections and optimizations.
Rust Is Ready with Robust Toolchain Handling for Linux 6.11
Miguel Ojeda's Rust pull request for Linux 6.11 sets a minimum Rust toolchain version, enhancing kernel integration and stability. It includes build-testing and Rust bindings for firmware APIs, aiding driver development.
Linux VFS Fix for 5 Year Old Bug That Could Cause Corruption, Security or Crash
A significant fix for a five-year-old Linux VFS bug, discovered by Microsoft engineer Christian Brauner, addresses potential on-disk corruption and security vulnerabilities, enhancing kernel stability and security.
Linux 6.11 Kernel Features Deliver a Lot for New/Upcoming Intel and AMD Hardware
The Linux 6.11 kernel, releasing in mid-September 2024, enhances Intel and AMD hardware with improved graphics, processor support, security features, and introduces initial support for RISC-V and LoongArch architectures.
Anyone else having similar experience? This is the first time something like that happened in a decade of using the latest stable kernel release (in my experience, it's actually been stable for all that time except for 6.10).
[0]: https://www.linuxfoundation.org/blog/blog/linux-kernel-3-11-...
Edit: These two items are huge! support for writing block drivers in Rust, support for atomic write operations in the block layer,
Related
Microsoft updates the Linux kernel in WSL
Microsoft updates WSL's Linux kernel to version 6.6 after 2.5 years, reducing out-of-tree patches. Available on GitHub, it brings new configs and stable kernel updates, with full integration expected soon.
Linux 6.10 Released
The Linux 6.10 release by Linus Torvalds featured increased activity in filesystems, driver updates, and miscellaneous changes. No extra release candidates were needed. Version 6.11's merge window will open soon, coinciding with Europe's summer vacation. Various subsystems received fixes and improvements, including ARM64, USB, networking, SPI, MMC, USB, ALSA, and more. The bcachefs filesystem underwent corrections and optimizations.
Rust Is Ready with Robust Toolchain Handling for Linux 6.11
Miguel Ojeda's Rust pull request for Linux 6.11 sets a minimum Rust toolchain version, enhancing kernel integration and stability. It includes build-testing and Rust bindings for firmware APIs, aiding driver development.
Linux VFS Fix for 5 Year Old Bug That Could Cause Corruption, Security or Crash
A significant fix for a five-year-old Linux VFS bug, discovered by Microsoft engineer Christian Brauner, addresses potential on-disk corruption and security vulnerabilities, enhancing kernel stability and security.
Linux 6.11 Kernel Features Deliver a Lot for New/Upcoming Intel and AMD Hardware
The Linux 6.11 kernel, releasing in mid-September 2024, enhances Intel and AMD hardware with improved graphics, processor support, security features, and introduces initial support for RISC-V and LoongArch architectures.