The new version of the Linux kernel is currently in the making. The Linux kernel 5.17 version is going to bring some new hardware support. One of the new hardware features might be the support for Software-Defined Silicon; simply pay-to-unlock Intel CPUs if it makes it in the final release.
Additional hardware support
Linux kernel 5.17 final version is set to be released in March and it is not destined to be an LTS version. It will bring some new hardware support such as Qualcomm Snapdragon 8 Gen 1, AMD SMCA updates for next-gen CPUs, initial support for Raptor Lake S graphic, and much more.
In his announcement of the release of the Linux kernel 5.17 rc5, Linus Torvalds stated that “things look pretty normal” with his usual style, and he asked for some testing as well. Linus Torvalds, developer of the Linux kernel said;
« We all know the drill by now. Another week, another rc.
Things continue to look pretty much normal. There are fixes all over the place, but no more than usual for this time of the release. And the statistics look normal too, with most of the changes being to drivers. The diffstat looks a bit unusual with the Intel iwlwifi driver showing a lot of modification, but it’s almost entirely due to removal of the deprecated broadcast filtering that doesn’t even work with newer firmware.
Outside the driver subsystems, it’s mostly arch updates (kvm shows up a lot again), tooling and networking.
And various random changes elsewhere. The appended shortlog gives more details for the people who are interested in the minutiae.
Please do test. »
Click here to download Linux kernel 5.17 rc5
FAQ
What is the most recent Linux kernel?
Currently, the most recent Linux kernel version is 6.1. The 6.2 version is expected to be released in the middle of February 2023.
How do you check the installed Linux kernel version?
You can check the Linux kernel version of your system with three different methods. You can simply use uname -r command to quickly check the Linux kernel version. You can also use cat /proc/version to check the version from a file. Installing the neofetch application is also an option to check the kernel version and it provides additional information about the other packages installed as well.
Can the Linux kernel be customized?
Yes, the Linux kernel can be customized. You can customize the Linux kernel by enabling or disabling specific options, and even adding new functionalities. But it’s a complicated process; you can check online guides about customizing the Linux kernel.
Is it legal to edit the Linux kernel?
Yes, it is legal to edit the Linux kernel since it is under General Public License.
Is the Linux kernel open source?
Yes, the Linux kernel is an open-source project.
Who developed the Linux kernel?
Linus Torvalds has developed and still developing the Linux kernel.
Does Linus Torvalds still work on Linux?
Yes, Linus Torvalds still works on developing the Linux kernel.
What is the Linux kernel written in?
Linux kernel code is written in the standard C programming language.