> ## 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.3 Release Preps for Future Intel Hardware and Enhances AMD Chip Support
- URL: https://itsfoss.com/news/linux-kernel-6-3/
- Published: 2023-04-24T04:57:01.000Z
- Updated: 2023-04-24T13:07:16.000Z
- Description: Linux Kernel 6.3 lands right on schedule looking ahead to the future!
- Author: Sourav Rudra
- Tags: Linux, News, #Import 2025-11-08 21:15

With [Linux Kernel 6.2](https://itsfoss.com/linux-kernel-6-2-release/) being released just a few months prior, a new release is here in the form of Linux Kernel 6.3\. 

This release offers plenty of things, such as **better AMD support**, **initial enablement work for Intel's Arrow Lake**, **networking improvements**, and more.

It may not be a significant, meaningful upgrade for most, but it caters to a specific group of people while adding support for future tech.

On the release, Linus Torvalds mentions:

> It's been a calm release this time around, and the last week was  
> really no different. So here we are, right on schedule, with the 6.3  
> release out and ready for your enjoyment.

**Suggested Read** 📖

[It’s Here! New Linux Kernel 6.2 Arrives With Full Intel Arc Graphics SupportLinux Kernel 6.2 release is here!![](https://itsfoss.com/content/images/size/w256h256/2022/08/android-chrome-192x192.png)It's FOSS NewsSourav Rudra![](https://itsfoss.com/content/images/2023/02/linux-kernel-6-2-release--1-.png)](https://itsfoss.com/linux-kernel-6-2-release/)

## 🆕 Linux Kernel 6.3: What’s New?

Considering it is a non-LTS release, not everyone needs to upgrade (unless you were facing a specific issue that this version fixes).

However, the release is packed with many additions; the notable ones include:

- **Enhanced AMD Support**
- **Initial Intel Arrow Lake Enablement**
- **Extended Motherboard Sensor Monitoring Support**
- **Networking Improvements**
- **Storage Upgrades**

### Enhanced AMD Support

![linux kernel amd support](https://itsfoss.com/content/images/2023/04/linux-kernel-cpu.png)

Since the merge window opened following the release of Linux 6.2, the folks over at AMD were busy pushing code left and right.

One such implementation was the introduction of AMD's **Automatic IBRS** (Indirect Branch Restricted Speculation), which reduces the performance hits caused due to the steps taken to reduce the risk of [Spectre V2](https://en.wikipedia.org/wiki/Spectre%5F%28security%5Fvulnerability%29?ref=itsfoss.com).

This will enhance performance for the **AMD Ryzen 7000** series and the **EPYC 9004** series of processors.

That's not all.

Users of the older **AMD APU (Picasso) laptops** from the Zen+ architecture can now enjoy **improved NVMe performance** thanks to a power management fix to improve the system suspend/resume experience.

### Initial Intel Arrow Lake Enablement

You might be scratching your head, thinking, **which Intel processor architecture is this**?

This is meant to be a **successor to the upcoming Meteor Lake** line of processors, i.e., **15th gen**.

Work was already underway on support for Meteor Lake, which has been [rumored](https://www.pcgamer.com/intel-arrow-lake-cpus-coming-early-2024-but-without-meteor-lake-on-the-desktop/?ref=itsfoss.com) to ditch the desktop variants and focus only on laptops. That is where Arrow Lake is supposed to come in. It is set to be a line of desktop processors launched sometime in **early 2024**.

Initial **enablement work has already begun** with Linux Kernel 6.3 featuring the model number for it (0xC6), which will pave the way for future patches.

### Extended Motherboard Sensor Monitoring Support

The Linux Kernel now features proper sensor monitoring support for additional motherboards from Gigabyte and Asus.

In the case of Gigabyte, thanks to the addition of their WMI sensor drivers, three new motherboards can now report sensor data to a Linux Kernel 6.3-equipped system.

They are the **Gigabyte A320M-S2H V2**, **X570S AORUS ELITE,** and **B650 AORUS ELITE AX**.

Whereas, in the case of Asus, over 30 motherboards are now supported thanks to a bunch of 'HWMON' subsystem updates made [earlier this year](https://lore.kernel.org/lkml/20230221165025.1589365-1-linux@roeck-us.net/?ref=itsfoss.com).

📋

The motherboard models are spread across the **B650**,**B660** and **X670** AMD Ryzen chipsets.

### Networking Improvements

![linux kernel networking](https://itsfoss.com/content/images/2023/04/linux-kernel-networking.png)

The kernel upgrade features two new networking additions. One is the '**ath12k**' driver that adds support for [Qualcomm Wi-Fi 7](https://www.qualcomm.com/products/technology/wi-fi/wi-fi-7?ref=itsfoss.com) hardware, which is capable of delivering up to **5.8 Gbps speeds**.

The other one is **BIG TCP support for IPv4,** which enables significantly higher speeds and has lower latencies, allowing for **larger TSO/GRO packet sizes**.

You can go through the [pull request](https://lore.kernel.org/lkml/20230221233808.1565509-1-kuba@kernel.org/?ref=itsfoss.com) to dive deeper.

### Storage Upgrades

Similarly, two significant storage improvements are on offer with Linux Kernel 6.3.

First, are the **various fixes done to Zstd** for improving in-place decompression, fixing a compiler warning, and an assrt() logic issue.

The second one are the improvements made to the Brtfs code, resulting in up to **10x performance speedups** across different operations for the filesystem.

### 🛠️ Other Changes

Other than the above-mentioned, here are a few changes that are worth highlighting:

- **Fix for Touchpad/Keyboard issues with Clevo and TUXEDO laptops.**
- **Support dropped for Intel's ICC Compiler.**
- **Optimized string functions via the Zbb extension for the RISC-V architecture.**
- **Scalable Matrix Extension (2,2.1) support added for Arm SoCs.**

You may go through the [release announcement](https://lkml.org/lkml/2023/4/23/284?ref=itsfoss.com) for a more detailed outlook of this release.

[![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)

## How to Install Linux Kernel 6.3?

As usual, upgrading using Arch, Fedora, or a [rolling-release distribution](https://itsfoss.com/rolling-release/) is pretty straightforward. You will get the latest kernel as an update soon enough.

But, if you are using other distros (Pop!\_OS and Linux Lite are exceptions to some extent), you will not receive an upgrade now, considering they will continue using the [Long-Term Support](https://itsfoss.com/long-term-support-lts/) version of the kernel included by default.

Still, if you'd like, you can try installing it manually. Though it is not for the faint-hearted, so be careful.

Head over to the [Linux Kernel Archives](https://www.kernel.org/?ref=news.itsfoss.com) to grab the tarball for Linux Kernel 6.3 and get started.

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

You can also follow our handy guide on manually **installing the latest Linux Kernel on Ubuntu.**

[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 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/wordpress/2017/04/Install-Latest-Kernel-Ubuntu.jpg)](https://itsfoss.com/upgrade-linux-kernel-ubuntu/?ref=news.itsfoss.com)