diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-07-06 16:20:30 +0300 |
|---|---|---|
| committer | Serge Semin <fancer.lancer@gmail.com> | 2026-07-23 16:05:28 +0300 |
| commit | 025e613198511a97a5a3997b3c512e6ab21b0db5 (patch) | |
| tree | c2da080ca2f95bf4d8b8aa04b1d89844c9ced756 | |
| parent | 79f4e107312c0231ed2ed8712d1342513fa328ed (diff) | |
| download | landau.one-025e613198511a97a5a3997b3c512e6ab21b0db5.tar.gz landau.one-025e613198511a97a5a3997b3c512e6ab21b0db5.zip | |
landau-linux: maintenance: Fix incorrect LANDAU Linux release lag
The text mentions that the LANDAU Linux releases are always behind the
Linux kernel release. It's true but the lag is in one _PATCHLEVEL_ cycle
since LANDAU Linux is based on the last released Linux kernel version past
RC-cycle. Meanwhile _SUBLEVEL_ is the stable kernel update which might be
released even not once per week. Let's fix that.
Signed-off-by: Serge Semin <svsemin@unistemlab.com>
| -rw-r--r-- | landau-linux/maintenance.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/landau-linux/maintenance.md b/landau-linux/maintenance.md index 8ef1d96..0a0ac94 100644 --- a/landau-linux/maintenance.md +++ b/landau-linux/maintenance.md @@ -198,7 +198,7 @@ flowchart TB | RC-тестирование | 7-8 недель | Тестирование кандидатов на релиз | | Финальный релиз | — | Публикация стабильного ядра | -> ℹ️ **Важно**: Релизы LANDAU Linux отстают от последней версии ядра Linux на **1 patchlevel (SUBLEVEL)**. +> ℹ️ **Важно**: Поскольку релизы LANDAU Linux базируются на стабильных релизах ядра Linux, то текущий цикл разработки всегда отстаёт от последней версии ядра Linux на **1 PATCHLEVEL**. --- |
