diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-07-29 16:37:39 +0300 |
|---|---|---|
| committer | Nikita Shubin <nikita.shubin@maquefel.me> | 2026-07-30 13:05:56 +0300 |
| commit | 35878bdae4d2bd499e366ccea3ff40cdcf062d40 (patch) | |
| tree | 9c061b3f333b97af7179852e7f8736e84ef69694 | |
| parent | e30bdde5a8855ae05ffaf12ccd34c2b318b330eb (diff) | |
| download | landau.one-35878bdae4d2bd499e366ccea3ff40cdcf062d40.tar.gz landau.one-35878bdae4d2bd499e366ccea3ff40cdcf062d40.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**. --- |
