> ## Content Index
> Fetch the complete content index at: https://itsfoss.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Linux Kernel 6.7 Release is Loaded With Fixes and a New Filesystem
- URL: https://itsfoss.com/news/linux-kernel-6-7-release/
- Published: 2024-01-08T04:45:50.000Z
- Updated: 2024-01-08T04:46:40.000Z
- Description: One of the biggest Linux Kernel releases, packed with fixes and a couple of new things.
- Author: Sourav Rudra
- Tags: Linux, News, #Import 2025-11-08 21:15

A new year, a new Linux Kernel release!🎉

We start 2024 with the **Linux kernel 6.7 release** that sees the introduction of many improvements, including some that were left out with the previous release.

Linus Torvalds mentions the little delay because of holidays in the [announcement](https://lore.kernel.org/lkml/CAHk-=widprp4XoHUcsDe7e16YZjLYJWra-dK0hE1MnfPMf6C3Q@mail.gmail.com/T/?ref=itsfoss.com#u):

> So we had a little bit more going on last week compared to the holiday  
> week before that, but certainly not enough to make me think we'd want  
> to delay this any further.  
>  
> End result: 6.7 is (in number of commits: over 17k non-merge commits,  
> with 1k+ merges) one of the largest kernel releases we've ever had,  
> but the extra rc8 week was purely due to timing with the holidays, not  
> about any difficulties with the larger release.

**Suggested Read** 📖

[Linux Kernel 6.6 Arrives With Numerous RefinementsImproved laptop support, server improvements, and more.![](https://news.itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png)It's FOSS NewsSourav Rudra![](https://news.itsfoss.com/content/images/2023/10/linux-kernel-6-6-release.png)](https://itsfoss.com/linux-kernel-6-6-release/)

## 🆕 Linux Kernel 6.7: What's New?

Being **a non-LTS release**, you don't have to upgrade to Linux Kernel 6.7, unless you are chasing the bleeding edge of what Linux has to offer.

So, keeping that in mind, let's take a look at the **key highlights** of this release:

- **Intel Improvements**
- **Better RISC-V Support**
- **AMD-specific Enhancements**
- **Many Storage Improvements**

### Intel Improvements

![intel linux kernel](https://itsfoss.com/content/images/2024/01/linux-kernel-6-7-chip.png)

We start off with Intel's [Meteor Lake](https://en.wikipedia.org/wiki/Meteor%5FLake?ref=itsfoss.com) processors. **Linux Kernel 6.7 has native support for Intel Meteor Lake Graphics**. Earlier, the support was behind the *experimental* curtain. But now, you can take advantage of it properly on laptops equipped with first generation [Core Ultra](https://www.intel.com/content/www/us/en/products/details/processors/core-ultra.html?ref=itsfoss.com) processors.

Initial groundwork was also laid for Intel's upcoming [Arrow Lake](https://en.wikipedia.org/wiki/Arrow%5FLake?ref=itsfoss.com) and Lunar Lake chips in [Turbostat](https://www.linux.org/docs/man8/turbostat.html?ref=itsfoss.com), a CLI utility for monitoring processor frequency, idle statistics, and more.

However, there has been the removal of some support too.

With Linux kernel 6.7, **support for Intel Itanium IA-64 has been dropped**. This was already in the works for quite some time, but now, it is finally done.

### Better RISC-V Support

![riscv linux kernel](https://itsfoss.com/content/images/2024/01/linux-kernel-6-7-riscv.png)

The highlight with RISC-V has been the **introduction of a software shadow call stack** that aims to protect the CPU architecture against accidents and malicious actions.

Additionally, **support for cbo.zero in userspace**, **CBOs in ACPI-based systems**, and many other misc fixes were also made. This [merge](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d46392bbf5c6ce594669f00b8177f0b34e983f90&ref=itsfoss.com) has additional information.

You can also read up on what a [Shadow Stack](https://en.wikipedia.org/wiki/Shadow%5Fstack?ref=itsfoss.com) is for learning more about its uses.

### AMD-specific Enhancements

AMD's **seamless boot functionality has been extended to GPUs which support Display Core Next 3.0 and later**. This includes Radeon RDNA2/RDNA3, and any future GPUs.

This feature results in **a smooth transition into the system without the usual flickering of the screen** that follows a power button press. Previously, this support was only enabled for AMD's Van Gogh series of APUs.

Then there's the **implementation of error detection and correction** ([EDAC](https://en.wikipedia.org/wiki/Error%5Fdetection%5Fand%5Fcorrection?ref=itsfoss.com)) for the [Versal](https://www.xilinx.com/products/silicon-devices/acap/versal.html?ref=itsfoss.com) line of SoCs that adds an EDAC driver for the RAS features on the integrated Xilinx DDR memory controllers.

You can learn more about its implementation in the [commit](https://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git/commit/?h=edac-drivers&id=0fd934580ea3ea91052b999ff75017c3f08b9783&ref=itsfoss.com), and kudos to [Phoronix](https://www.phoronix.com/news/AMD-Xilinx-Versal-EDAC-Linux-67?ref=itsfoss.com) for spotting that.

[![Follow It's FOSS on Google News](https://itsfoss.com/content/images/2023/04/Follow-us-on-Google-News.png)](https://news.google.com/publications/CAAqBwgKMInpoAswofO4Aw?ref=itsfoss.com)

### Many Storage Improvements

![linux kernel storage](https://itsfoss.com/content/images/2024/01/linux-kernel-6-7-storage.png)

We finally see the introduction of the [Bcachefs](https://bcachefs.org/?ref=itsfoss.com) file system with Linux kernel 6.7\. For those who don't know, it is **a copy-on-write (COW) file system** that focuses on reliability and robustness.

Moreover, there are **three new features with Btrfs**, **support for larger page sizes with F2FS**, and even **IBM Journaled File-System (JFS) sees a few improvements**.

### 🛠️ Other Changes & Improvements

We wrap this one up with some other notable changes:

- Removal of support for the [MIPS AR7](https://en.wikipedia.org/wiki/Texas%5FInstruments%5FAR7?ref=itsfoss.com) platform.
- Various improvements to **x86 CPU microcode loading**.
- **MicroLZMA compression** is now considered stable on [EROFS](https://en.wikipedia.org/wiki/EROFS?ref=itsfoss.com).
- Better support for the **RISC-V powered** [Milk-V Pioneer](https://milkv.io/pioneer?ref=itsfoss.com) board.
- Inclusion of **Nouveau GPU System Processor (GSP)** that paves the way for a better experience on Nvidia's “Turing” and newer GPUs.

For a brief look into the technical changes, refer to the [shortlog](https://lore.kernel.org/lkml/CAHk-=widprp4XoHUcsDe7e16YZjLYJWra-dK0hE1MnfPMf6C3Q@mail.gmail.com/T/?ref=itsfoss.com#u) or wait for the changelog to be available on [The Kernel Archives](https://www.kernel.org/?ref=itsfoss.com).

## Installing Linux Kernel 6.7

For those running a rolling-release distro such as Arch or Fedora, you can expect an upgrade soon enough after some testing by the distro devs.

For others, you could either play the waiting game, or **upgrade to the latest mainline Linux kernel on Ubuntu** by following our handy guide:

[Install the Latest Mainline Linux Kernel Version in UbuntuThis article shows you how to upgrade to the latest Linux kernel in Ubuntu. There are two methods discussed. One is manually installing a new kernel and the other uses a GUI tool providing even easier way.![](https://itsfoss.com/content/images/size/w256h256/2022/12/android-chrome-192x192.png)It's FOSSAbhishek Prakash![](https://itsfoss.com/content/images/2023/04/install-mainline-kernel-in-ubuntu.png)](https://itsfoss.com/upgrade-linux-kernel-ubuntu/?ref=news.itsfoss.com)

🚧

We do not recommend you to upgrade the Linux kernel manually unless you really need to resolve some issue.

You can source the tarball for the latest Linux kernel release from the [official website](https://www.kernel.org/?ref=news.itsfoss.com). Just keep in mind that it takes some time for the latest release to be available.

[Linux Kernel 6.7](https://www.kernel.org/?ref=news.itsfoss.com)

*💬 Are you going to upgrade to Linux Kernel 6.7? What do you think of this release?*