Close Menu
Linux All DayLinux All Day
    Facebook Bluesky Mastodon X (Twitter)
    Linux All DayLinux All Day
    • News
    • Operating Systems
      • Linux Distributions
      • Android-based OS
      • ChromeOS Alternatives
    • Software
      • Apps & Tools
      • Desktop Environments
      • Installation & Management
    • Tutorials
      • Linux Basic & Tips
      • System Optimization
      • Security & Privacy
    • Linux Gaming
      • Game News & Reviews
      • Emulators & Retro
      • Performance & Benchmarks
    • Comparisons
    Mastodon Bluesky Facebook
    Linux All DayLinux All Day
    Home - News - Linus Torvalds Announces Linux Kernel 6.18-rc1, Kicking Off the Next Development Cycle

    Linus Torvalds Announces Linux Kernel 6.18-rc1, Kicking Off the Next Development Cycle

    By Theo News October 30, 20257 Mins Read
    Share Facebook Bluesky Twitter Threads Reddit LinkedIn Telegram Tumblr Email Copy Link Pinterest
    Follow Us
    Facebook Mastodon Bluesky X (Twitter)
    The Linux Kernel 6.18-rc1 logo (Tux) with a list of new features, following the announcement from Linus Torvalds.
    Share
    Facebook Twitter Bluesky Reddit Threads Tumblr Email Copy Link

    The relentless pace of open-source development stops for no one. Following the stable release of Linux 6.17, Linus Torvalds officially kicked off the next development cycle this past Sunday with the release of Linux Kernel 6.18-rc1. This announcement signals the end of the chaotic two-week “merge window,” during which all new features, drivers, and major code changes are pulled into the mainline kernel. The code is now “frozen” for new features, and the roughly eight-week-long testing and bug-fixing phase has begun.

    This rc1 release is our first concrete look at the kernel that will likely power the next generation of major Linux distributions in Spring 2026. As usual, the merge window for 6.18 was a flurry of activity, bringing foundational support for unreleased hardware, significant performance improvements, and the continued, steady expansion of Rust within the kernel.

    For developers, testers, and bleeding-edge enthusiasts, this is the starting gun. For the rest of us, this is an exciting preview of the technology that will be running on our desktops, servers, and cloud instances in the coming year.

    What Linus Torvalds Had to Say About the Kernel 6.18 Merge Window

    In his traditional announcement on the LKML (LINUX KERNEL MAILING LIST), Linus Torvalds kernel 6.18 message noted that the merge window was relatively “average” in size, without any single pull request causing massive drama. He mentioned that the previous cycle (6.17) had a quiet final week, allowing the 6.17 stable release to be finalized on schedule, which in turn allowed the 6.18 merge window to open cleanly.

    While he didn’t point to any specific area as being unusually problematic, the diffstat (the summary of changes) shows a familiar pattern: about two-thirds of the changes are related to drivers, with the rest spread across architecture updates, core networking, filesystems, and documentation.

    The “boring” and “average” nature of the announcement, as is often the case with Torvalds’s posts, is a sign of a healthy and predictable development process. The machine is working as intended.

    What’s Inside? The New Features in Linux 6.18

    This is the most exciting part of any rc1 release. The merge window gives us a detailed list of the new features in Linux 6.18. While thousands of smaller changes are included, several major additions stand out, particularly in the hardware enablement space.

    Future-Proofing for Intel: “Celestial” and “Lunar Lake”

    Intel continues to be a dominant force in kernel contributions, and 6.18 is no exception. This kernel includes:

    • Initial “Celestial” Graphics Support: This is the big one. “Celestial” is the codename for Intel’s future Xe2 graphics architecture. While the hardware isn’t out yet, this initial code lays the groundwork for the kernel’s i915 driver to support it when it lands. This is how open-source support for new hardware is built—months in advance.
    • “Lunar Lake” Enablement: We see more code being merged for the “Lunar Lake” platform, this time focusing on CPUID support and other core functionalities. This platform is expected to be a major part of Intel’s lineup, and 6.18 solidifies its support.

    AMD “Zen 5” and RDNA 4 Preparations

    Not to be outdone, the AMD side has also seen significant activity:

    • AMD “Zen 5” (Family 1Ah) Support: While initial “Zen 5” code appeared in 6.17, kernel 6.18 adds more robust power management features and performance-monitoring capabilities for this next-generation CPU architecture (known as “Family 1Ah” in the code).
    • RDNA 4 (GFX12) Updates: The AMDGPU driver has received more patches for the next-gen RDNA 4 graphics architecture (also known as GFX12). This continues the work of preparing the kernel for AMD’s next wave of Radeon graphics cards.

    The Continued March of Rust

    The “Rust-for-Linux” initiative continues to gain momentum. The 6.18 merge window saw more drivers and subsystems being ported or written in Rust. This isn’t just a “me too” trend; the kernel developers are strategically using Rust’s memory-safety features to rewrite components that are particularly vulnerable to security exploits, such as drivers and networking code. Each kernel release sees the Rust-enabled “surface area” of the kernel grow, and 6.18 continues this steady, deliberate progress.

    Storage, Networking, and More

    • Filesystem Improvements: All the major Linux filesystems (Btrfs, EXT4, XFS, and Bcachefs) have received their usual assortment of performance tweaks, bug fixes, and minor feature additions.
    • Networking: The networking subsystem, as always, sees a huge number of updates, including better support for new WI-FI 7 chipsets and general performance optimizations.

    What “rc1” Means (And Why You Shouldn’t Install It… Yet)

    It’s crucial to understand what “Release Candidate 1” means. This is not stable software. It is, by definition, the most unstable version of the 6.18 kernel that will ever exist, as it’s the first time all this new, experimental code has been combined.

    • Who is this for? rc1 is a “call for testing” aimed at Linux developers, distribution maintainers (like Fedora, Arch, and Ubuntu), and advanced users who run bleeding-edge systems (like Arch Linux users who enjoy a challenge) and know how to compile a kernel and report bugs.
    • Who is this NOT for? This is not for your work laptop, your home server, or any machine you rely on for daily tasks. It will have bugs. It will crash. Features will be broken.

    The purpose of the “rc” phase is to find and fix these bugs.

    The Road to Stable: When Will Linux 6.18 Be Released?

    The Linux kernel development cycle is famously predictable. Linus will now release a new Release Candidate approximately every Sunday for the next 7-8 weeks.

    • If the bug-fixing process is smooth and no major, “show-stopper” bugs are found, we will see a stable Linux 6.18 release after rc7 (in about 7 weeks).
    • If the process is more difficult, Linus will release an rc8 (and sometimes an rc9), pushing the final release back.

    Given the rc1 release on October 26th, we can expect the stable LINUX 6.18 KERNEL to be released sometime in mid-to-late December 2025. This will make it a perfect “Christmas” release, just in time for it to be integrated into the development branches of distros like Fedora 44 and Ubuntu 26.04 LTS.

    Linux 6.18 is also slated to become a Long-Term Support (LTS) release. This means it will receive maintenance and security updates for several years, making it a cornerstone for enterprise distributions, embedded systems, and long-lived production environments.

    Conclusion: The First Glimpse of 2026’s Linux

    The release of Linux Kernel 6.18-rc1 is a significant milestone. It’s the “raw” version of the kernel that will define the Linux experience for the first half of 2026. While the features are now locked, the real work of stabilization begins. For now, we can be excited about the incredible hardware support coming down the pipeline, from Intel’s next-gen graphics to AMD’s Zen 5 CPUs, all while the kernel itself becomes more robust thanks to the continued integration of Rust.

    We will keep you updated as the “rc” cycle progresses and new features are tested.


    What feature in the upcoming Linux Kernel 6.18 are you most excited about? Are you planning to help test the new rc1 build, or will you be waiting for the stable release? Share your thoughts and kernel-testing stories in the comments below!

    Disclaimer: This article discusses a pre-release, unstable, and experimental version of the Linux Kernel (rc1). This software is intended for testing and development purposes ONLY. Do NOT install this on a production machine, a work computer, or any system you rely on. Doing so will lead to crashes, instability, and potential data loss. You are proceeding at your own risk.

    Follow on Mastodon Follow on Bluesky
    Share. Facebook Twitter Bluesky Reddit Threads Telegram Email Copy Link

    Related post

    Mozilla Confirms Full “AI Kill Switch” for Firefox, Arriving in Early 2026

    December 20, 2025

    Linux Kernel 6.18 LTS: Speed, Security, and Rust Integration You Can’t Ignore

    December 7, 2025

    Linux Kernel 6.18 Released: The LTS Candidate That Shook the Filesystem World

    December 1, 2025
    Leave A Reply Cancel Reply

    → Switch to Linux Today
    • Facebook
    • Twitter
    • Mastodon
    • Bluesky
    More From Linuxallday
    Beyond the Grid: Mastering the Zen Flow of Bryce Tiles
    Mozilla Confirms Full “AI Kill Switch” for Firefox, Arriving in Early 2026
    Rescuezilla Review 2025: The ‘Undo Button’ for Your Entire PC
    Tails OS Review 2025: The Ultimate Amnesic System for Total Privacy
    Facebook X (Twitter) Mastodon Bluesky Threads RSS
    • About Us
    • Cookie Policy
    • Terms & Conditions
    • Privacy Policy
    • Disclosure & Disclaimer
    • Contact
    • Our Authors
    • Cookie Policy (EU)
    © 2026 Designed by FeedCrux

    Type above and press Enter to search. Press Esc to cancel.

    Manage Consent
    To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
    Functional Always active
    The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
    Preferences
    The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
    Statistics
    The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
    Marketing
    The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
    • Manage options
    • Manage services
    • Manage {vendor_count} vendors
    • Read more about these purposes
    View preferences
    • {title}
    • {title}
    • {title}