Linux Kernel 7.2-rc6 Released with Record Commit Volume Driven by AI
Linux Kernel 7.2-rc6 has been released, marking the largest sixth release candidate by commit volume in recent years. Linus Torvalds noted that this unusual surge in commits is largely driven by AI-related contributions and driver updates. The influx of AI-driven contributions highlights the growing integration of artificial intelligence hardware and software support within the core Linux ecosystem. It also demonstrates how AI development is accelerating the pace of open-source kernel updates. Driver updates make up nearly 60% of the changes, covering GPU, network, audio, SPI, and ATA devices, while architecture and filesystem updates account for about 20%. Despite the unusually large size, no critical bugs have been found, and the final Linux 7.2 release remains on track for launch in two weeks.
## BACKGROUND
During the Linux kernel development cycle, new features are merged in the first two weeks, followed by seven to eight weeks of release candidates (RCs) to fix bugs. SPI (Serial Peripheral Interface) is a common protocol for short-distance communication between microcontrollers and peripheral devices, while ATA (Advanced Technology Attachment) is a standard interface used to connect storage devices like hard drives.