this post was submitted on 17 Jan 2024
38 points (97.5% liked)

Linux

47561 readers
491 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi! This is a bit of a newbie question, so please bear with me.

I purchased a laptop that has a specific hardware issue under Linux (the keyboard does not function). A patch fixing the issue was approved for 6.8 and incorporated in the "stable tree" of older kernels: 5.4, 5.10, 5.15, 6.6, 6.7, etc.

My question is: Do distros ship with an updated kernel that incorporates all the patches? Or does the user need to update after installation for the patches to be applied? I imagine that it may perhaps vary from distro to distro, but I honestly don't know.

The question is relevant for me because, potentially, I would have to install the actual distro and update, rather than just try out a live version.

you are viewing a single comment's thread
view the rest of the comments
[–] taladar@sh.itjust.works 1 points 8 months ago (4 children)

Usually the more stable distros just use older LTS versions because their last major release is longer ago on average but they still release security fixes for those versions quickly (assuming a distro with the resources to handle security support at all).

[–] fkn@lemmy.world 1 points 8 months ago (3 children)

Red Hat and Debian both backport security fixes but don't backport things like laptop device support. It can take a year or more for versions of those distros to gain the kind of functionality that is looking for.

[–] taladar@sh.itjust.works 1 points 8 months ago (2 children)

They don't Backport them but they do incorporate them if they are already part of the upstream LTS kernel used by that distro.

[–] fkn@lemmy.world 1 points 8 months ago (1 children)

Have LTS kernels started backporting non security fixes like this? To be fair I haven't looked at this in over a decade but this kind of patch wouldn't have been backported then.

[–] taladar@sh.itjust.works 1 points 8 months ago

Well, OP explicitly states that the patch for their issue has been incorporated into the stable trees for various older kernels.