Linux 7.3-rc3 Released With XFS and SMB Fixes Amid AI Patch Surge
- Described by Torvalds as another fairly large release candidate build, Linux 7.3-rc3 introduces substantial filesystem weight led primarily by major updates to XFS.
- Torvalds identified XFS as the primary driver behind the extra filesystem weight in the rc3 development cycle, noting that the filesystem received a wide array of modifications in...
- Alongside filesystem adjustments, the SMB client—the subsystem enabling Linux systems to connect to Windows file shares and network-attached storage appliances—received critical security and correctness fixes.
Described by Torvalds as another fairly large release candidate build, Linux 7.3-rc3 introduces substantial filesystem weight led primarily by major updates to XFS. The stable release of Linux 7.3 remains scheduled for the second half of October 2026, with roughly four weekly release candidates still expected before that milestone. Testers can obtain the current build directly from the Official Linux Kernel Archives or from Torvalds’ personal Git tree, as release candidates do not automatically merge into stable Linux distributions.
XFS Filesystem Weight and Health-Monitoring Updates
Torvalds identified XFS as the primary driver behind the extra filesystem weight in the rc3 development cycle, noting that the filesystem received a wide array of modifications in a single batch. For system administrators managing large-scale storage environments, the improvements to health monitoring and scrub functions hold the most direct operational value. These specific tools allow administrators to identify and repair data integrity problems before issues spread across storage volumes.
SMB Client Security Fixes and Heap-Overflow Patches
Alongside filesystem adjustments, the SMB client—the subsystem enabling Linux systems to connect to Windows file shares and network-attached storage appliances—received critical security and correctness fixes. The updates address a heap overflow that could occur during DACL rewriting, logic designed to reject oversized DACLs, and validation checks guarding against malformed read responses. An unpatched heap overflow in DACL rewriting presents a security risk that could be exploited in specific network configurations.
Driver Contributions and AI-Generated Patch Inflows
Driver Weight and Architecture-Specific Repairs
Despite the heavy filesystem additions, drivers continue to make up the majority of the rc3 patch, concentrated largely within the sound and networking subsystems. Torvalds noted that the bulk of the rc3 patch remains on the driver side, while GPU driver updates appeared in smaller numbers during this cycle. Architecture-specific fixes also landed for S390 and PowerPC systems, accompanied by scattered corrections across the core kernel and networking stack. Additionally, Landlock, the kernel sandboxing feature, received a remedy for a use-after-free vulnerability alongside increased tracing coverage.
EROFS Decompression Disability and AI Code Influx
Developers temporarily disabled the LZ4 rolling decompression feature within EROFS, the kernel read-only filesystem format, after identifying an unresolved data-corruption risk. This temporary disablement limits EROFS workloads that rely on the feature until the underlying problem receives a proper fix. Meanwhile, the kernel development cycle continues to grapple with automated contributions. When the Linux 7.3 merge window opened, kernel maintainer Greg Kroah-Hartman predicted a difficult cycle due to a rising volume of bug reports and patches produced by large language models that maintainers must review by hand. That trend persisted into rc3, with this week’s build incorporating another set of AI-generated fixes on top of earlier submissions.

