| ▲ | Meekro 16 hours ago |
| > Nobody sensible runs the latest kernel From the article: "Linux 7.0 stable is due out in about two weeks. This is also the kernel version powering Ubuntu 26.04 LTS to be released later in April." Unfortunately, lots of people will be running it in less than a month. At the moment, it'll take a kernel patch (not a sysctl) to undo this-- hopefully something changes. |
|
| ▲ | Neywiny 16 hours ago | parent | next [-] |
| Not nobody but not everybody upgrades to the newest distros immediately. That's the advantage of LTS. I've even found that a lot of programs have poorer support on 24.04 than 22.04 due to security changes, so I'm fine sticking with 22.04 as my main dev system. |
| |
| ▲ | justinclift 15 hours ago | parent | next [-] | | > ... not everybody upgrades to the newest distros immediately. While that's true, for new deployments the story is often "deploy on the latest release of things available at the time". So, there will probably be a substantial deployment of new projects / testing projects using the Linux 7.0 kernel along with the latest available software packages in a few weeks. | | |
| ▲ | Maxion 9 hours ago | parent [-] | | I would argue it's mainly inexperienced devs who deploy on the very latest. Once you get some more years under your belt you realize the value of LTS versions, even if you don't get the shiniest shiny. | | |
| ▲ | yunohn 8 hours ago | parent [-] | | > kernel version powering Ubuntu 26.04 *LTS* | | |
| ▲ | josh-sematic 5 hours ago | parent [-] | | Yes it’s LTS but the point is that the LTS system has overlapping support so you can wait on an older LTS for a bit before upgrading to a newer one. And it’s somewhat prudent to do so if you value stability highly, because often a few new issues will be discovered and patched after LTS goes live for a bit. |
|
|
| |
| ▲ | stingraycharles 16 hours ago | parent | prev | next [-] | | This seems to be brushing off a major performance regression just because you personally don’t upgrade for 4 years. I don’t think that’s common at all. | | | |
| ▲ | vasco 10 hours ago | parent | prev | next [-] | | Someone said "its fine nobody uses this" and someone else gave the world's biggest slam dunk of "Ubuntu in 1 month" and your reply is that "not everyone does it". How far from the point can you be! In the Linux world this is the worst possible scenario, distro with the largest adoption, LTS. | | | |
| ▲ | esafak 15 hours ago | parent | prev [-] | | That's the advantage of LTS? 24.04 is the LTS, not the one you use, 22.04. | | |
|
|
| ▲ | teekert 9 hours ago | parent | prev | next [-] |
| I think most people on enterprise-y systems wait for (at least) 26.04.1, the window is 3 years (when on 24.04, which is supported until ~2029-04-30, it's 1 year when on 22.04) starting now, hardly anyone switches immediately. |
|
| ▲ | tankenmate 7 hours ago | parent | prev | next [-] |
| Not necessarily; ```
$ grep PREEMPT_DYNAMIC /boot/config-$(uname -r)
CONFIG_PREEMPT_DYNAMIC=y
CONFIG_HAVE_PREEMPT_DYNAMIC=y
CONFIG_HAVE_PREEMPT_DYNAMIC_CALL=y
``` if your kernel has CONFIG_PREEMPT_DYNAMIC then you can go back to the pre 7.0 default by adding preempt=none to your grub config. I haven't seen any plans by Ubuntu to drop CONFIG_PREEMPT_DYNAMIC from the default kernel config. |
| |
| ▲ | tankenmate 7 hours ago | parent [-] | | actually i just checked, yeah, ubuntu would have to add none back to the kernel and `CONFIG_PREEMPT_NONE=y` the config so that it can be selected at boot. |
|
|
| ▲ | 999900000999 14 hours ago | parent | prev [-] |
| Depends on your shop. As someone with a heavy QA/Dev Opps background I don't think we have enough details. Is it only ARM64 ? How many ARM64 PG DBs are running 96 cores? However... This is the most popular database in the world. Odds are this will effect a bunch of other lesser known applications. |
| |