Linux 7.0 Released: 486 Support Ending and New AI Code Guidelines
- The Linux kernel project is moving toward a significant architectural shift with the upcoming release of Linux 7.1, which is slated to end official support for the Intel...
- The transition follows the debut of Linux 7.0 and comes as maintainers seek to reduce the technical debt associated with supporting decades-old hardware.
- A patch queued by veteran kernel contributor Ingo Molnar at the end of March 2026 targets the Linux 7.1 merge window.
The Linux kernel project is moving toward a significant architectural shift with the upcoming release of Linux 7.1, which is slated to end official support for the Intel 80486 processor. This move marks the first time since 2012—when support for 80386 processors was removed—that the project has phased out processor architecture support from the kernel.
The transition follows the debut of Linux 7.0 and comes as maintainers seek to reduce the technical debt associated with supporting decades-old hardware. The 80486 chip, introduced in 1989 and largely replaced by the Pentium in 1993, has become a burden for modern kernel development.
Phasing Out the 486 Architecture
A patch queued by veteran kernel contributor Ingo Molnar at the end of March 2026 targets the Linux 7.1 merge window. If merged, the patch will remove several configuration options from Kconfig, specifically M486, M486SX, and MELAN. This action will effectively prevent new upstream kernels from being configured specifically for 486-class systems.
The removal is driven by the inefficiency of maintaining hardware emulation facilities on x86-32 for CPUs that very few users employ with modern kernels. According to Ingo Molnar, this compatibility glue occasionally causes problems that consume development time which could be better spent on other priorities.
In the x86 architecture we have various complicated hardware emulation facilities on x86-32 to support ancient 32-bit CPUs that very, very few people are using with modern kernels. This compatibility glue is sometimes even causing problems that people spend time to resolve, which time could be spent on other things.
Ingo Molnar
Linus Torvalds has expressed a similar lack of sentiment regarding the removal. In 2022, Torvalds stated that 486-class hardware is no longer relevant from a development standpoint and suggested that those operating such systems as museum pieces should use museum kernels.
The impact of this change will extend beyond Intel chips, likely affecting 486-compatible processors from other manufacturers, such as the Am5x86 from AMD and the Cyrix 5×86. While Linux 7.1 will make it impossible to build a kernel that supports the 486, further changes to remove related code are expected in subsequent versions.
New Policies for AI-Generated Code
Alongside these architectural changes, the Linux kernel project has established a formal, project-wide policy regarding the use of artificial intelligence in code contributions. The policy allows AI-assisted code provided that developers adhere to strict disclosure requirements.

To maintain transparency and legal accountability, the project has introduced new tagging rules. AI agents are prohibited from using the Signed-off-by
tag, which is a legally binding acknowledgment. Instead, contributors must use a new Assisted-by
tag when AI tools are used.
This policy ensures that the human submitting the code remains legally responsible for every line of AI-generated content. Any resulting security flaws or bugs are anchored firmly to the human submitter.
The decision follows months of debate that peaked in January 2026, involving contributors such as Oracle’s Lorenzo Stoakes and Intel’s Dave Hansen. Linus Torvalds eventually ended the dispute by characterizing debates over outright bans of AI tools as pointless posturing.
Timeline of Kernel Evolution
- April 2025: Ingo Molnar first proposes dropping 486 support.
- January 2026: Debates peak over the policing of AI tools within the kernel.
- March 2026: Ingo Molnar queues the patch to remove 486 configuration options.
- April 2026: Linux 7.0 is released, with 7.1 slated to remove 486 support.
