September 15th, 2024

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 articleLink Icon
Linux 6.11 Released

The 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 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

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

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

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

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.

Link Icon 11 comments
By @homebrewer - about 1 month
6.10 (TEN, the previous one) has been a very problematic release for me, with one desktop running into four major bugs in total: three separate amdgpu bugs resulting in video corruption, hangs and crashes, and now that I'm on 6.10.10 and those seem to be fixed, the system intermittently refuses to come up from sleep mode.

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).

By @vardump - about 1 month
Long way since Linux 3.11 for Workgroups [0]:

[0]: https://www.linuxfoundation.org/blog/blog/linux-kernel-3-11-...

By @xyst - about 1 month
I’m just at awe to see Torvalds still publishing the release notes for Linux kernel.
By @unixhero - about 1 month
Rejoice!

Edit: These two items are huge! support for writing block drivers in Rust, support for atomic write operations in the block layer,

By @meiraleal - about 1 month
When will be the year of GNU/Linux for smartphones? Android is not it. I wish we could install distros in a smartphone as easy as it is in desktop
By @marcodiego - about 1 month
Bets for 6.12: sched_ext, PREEMPT_RT anyone?
By @benakh - about 1 month
Anyone here that can comment on the new snapdragon X support?
By @ufo - about 1 month
Does anyone know how they'll implement the runtime constants?
By @johnnyApplePRNG - about 1 month
Does this mean i can suspend my Linux laptop to ram now?
By @jeffbee - about 1 month
Can't wait for Ubuntu to drop this into the Oracular beta for a couple of days and pretend like that was tested before release.