Linux 7.1-rc2 Released with Driver Fixes, Steam Deck OLED Audio Repair, and Growing AI Patch Trends

Linux 7.1-rc2 Released with Driver Fixes, Steam Deck OLED Audio Repair, and Growing AI Patch Trends

https://www.linuxjournal.com/content/linux-71-rc2-released-driver-fixes-steam-deck-oled-audio-repair-and-growing-ai-patch-trends

Publish Date: 2026-05-07 03:00:00

Source Domain: www.linuxjournal.com

Linus Torvalds has officially released Linux kernel 7.1-rc2, the second release candidate in the Linux 7.1 development cycle. While Torvalds described the update as a “fairly normal” RC release, the kernel includes a broad collection of driver fixes, subsystem cleanups, and stability improvements that continue shaping the next major Linux kernel release.

Although still an early testing version intended mainly for developers and enthusiasts, Linux 7.1-rc2 already delivers several notable fixes—especially for graphics hardware, networking, and gaming devices like the Steam Deck OLED.

A Strange-Looking Release—But for a Good Reason

One of the first things Torvalds mentioned in the release announcement was the unusually large patch statistics. At first glance, the release appears much larger than expected, but there’s an explanation behind the inflated numbers.

Much of the activity comes from a large cleanup effort in the KVM selftests subsystem, where developers renamed variables and types to better match Linux kernel coding conventions. Because thousands of lines were renamed rather than fundamentally rewritten, the patch count looks dramatic even though the underlying functional changes are relatively modest.

Torvalds specifically advised testers not to overreact to the “big and strange” diff statistics.

Graphics and Driver Fixes Take Center Stage

As is common during early release candidates, a large portion of the work in Linux 7.1-rc2 focuses on hardware drivers. GPU and networking drivers account for a significant share of the meaningful fixes in this release.

Notable improvements include:

  • Additional fixes for AMD GPU support
  • Intel Xe graphics driver adjustments and tuning
  • Networking stability improvements
  • Filesystem fixes, including NTFS driver updates
  • Memory leak patches and race-condition corrections

These kinds of updates are critical during the RC phase because they help stabilize hardware compatibility before the final release…

Source