Debian kernel updates - why so infrequent?
Debian kernel updates - why so infrequent?
About once a week, sometimes less than that, kernel.org releases new kernel versions with security fixes.
Ubuntu updates their kernels about every two weeks.
Debian updates their kernels about every six weeks.
Why is Debian so slow?
Would it even be smart to use Debian for any type of multi user internet facing server and risk not getting kernel updates for 2 months?
Does the kernel version generally make much difference for that type of use?
Ubuntu updates their kernels about every two weeks.
Debian updates their kernels about every six weeks.
Why is Debian so slow?
Would it even be smart to use Debian for any type of multi user internet facing server and risk not getting kernel updates for 2 months?
Does the kernel version generally make much difference for that type of use?
- Eadwine Rose
- Administrator
- Posts: 14712
- Joined: Wed Jul 12, 2006 2:10 am
Re: Debian kernel updates - why so infrequent?
What did debian say when you asked them?
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: Debian kernel updates - why so infrequent?
I believe your misinformed. Debian pushes critical / security updates out quite quickly, in many cases daily. And then much slower on non critical updates.( Taking time to test and evaluate.)BV206 wrote: Sun Apr 14, 2024 11:58 am About once a week, sometimes less than that, kernel.org releases new kernel versions with security fixes.
Ubuntu updates their kernels about every two weeks.
Debian updates their kernels about every six weeks.
Why is Debian so slow?
Would it even be smart to use Debian for any type of multi user internet facing server and risk not getting kernel updates for 2 months?
Does the kernel version generally make much difference for that type of use?
Have a look at this page:
https://www.debian.org/security/
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Debian kernel updates - why so infrequent?
Probably. I have no software or systems development experience at all.
The Debian security page has 12 "linux security update" since Jan 2023. Most of those start with "Several vulnerabilities have been discovered in the Linux kernel..." It seems to me like there should be more unless they are fixed by other packages besides "linux".
Re: Debian kernel updates - why so infrequent?
There are 67 listed in 2024
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Debian kernel updates - why so infrequent?
Right, and it is pretty stupid to have an update at each kernel.org update, and for each current kernel versions, and for each platforms (amd64, x32,etc). (excepted for particular uses).CharlesV wrote: Sun Apr 14, 2024 12:18 pm ... Debian pushes critical / security updates out quite quickly, in many cases daily. And then much slower on non critical updates.( Taking time to test and evaluate.)
Have a look at this page:
https://www.debian.org/security/
https://www.kernel.org/
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32
Re: Debian kernel updates - why so infrequent?
Are you saying that everything listed at https://www.debian.org/security is a linux kernel update?
Re: Debian kernel updates - why so infrequent?
We get security updates within the kernal. Contrast the output of
with
Code: Select all
uname -r
Code: Select all
uname -c
Production: 5.10, MX-23 Xfce, AMD FX-4130 Quad-Core, GeForce GT 630/PCIe/SSE2, 16 GB, SSD 120 GB, Data 1TB
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Personal: Lenovo X1 Carbon with MX-23 Fluxbox
Other: Raspberry Pi 5 with MX-23 Xfce Raspberry Pi Respin
Re: Debian kernel updates - why so infrequent?
No, I am saying they update / patch all the time, SOME are kernel updates. And as I read the update lists it is on a 'needed' basis. ( ie kernel or not)
Not everything has to be patched / fixed in kernels.
Not everything has to be patched / fixed in kernels.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
- DukeComposed
- Posts: 1430
- Joined: Thu Mar 16, 2023 1:57 pm
Re: Debian kernel updates - why so infrequent?
I think it's pretty obvious from the naming convention that the March 2024 "DSA-5645-1 firefox-esr" security update doesn't involve the kernel. Grepping the list of 2024 security updates, three of them were kernel updates. Two in January, one yesterday. If you'd like to update your kernel every couple of days it's possible to track the mainline kernel directly, though you'll quickly discover that the Debian kernel team puts in a lot of work before they publish something you can simply add with the convenience of "apt-get install linux-image-something". There's plenty of information on https://wiki.debian.org/DebianKernel to get you started.BV206 wrote: Sun Apr 14, 2024 4:00 pm Are you saying that everything listed at https://www.debian.org/security is a linux kernel update?