diff options
| author | Serge Semin <fancer.lancer@gmail.com> | 2026-07-06 16:20:30 +0300 |
|---|---|---|
| committer | Dmitry Rokosov <ddrokosov@salutedevices.com> | 2026-07-08 13:40:48 +0300 |
| commit | e654870efe373dc62f4dd8072364cbae16edc343 (patch) | |
| tree | fbe9db44d9bd9e5bd0d3be98a2d4ba44b3336f71 | |
| parent | 66061362151f0693ab71a8f10732f549d7150a94 (diff) | |
| download | landau.one-e654870efe373dc62f4dd8072364cbae16edc343.tar.gz landau.one-e654870efe373dc62f4dd8072364cbae16edc343.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
release 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 47c91a5..4151650 100644 --- a/landau-linux/maintenance.md +++ b/landau-linux/maintenance.md @@ -129,7 +129,7 @@ flowchart LR | RC-тестирование | 7-8 недель | Тестирование кандидатов на релиз | | Финальный релиз | — | Публикация стабильного ядра | -> ℹ️ **Важно**: Релизы LANDAU-Linux отстают от последней версии ядра Linux на **1 patchlevel (SUBLEVEL)**. +> ℹ️ **Важно**: Поскольку релизы LANDAU-Linux базируются на стабильных релизах ядра Linux, то текущий цикл разработки всегда отстаёт от последней версии ядра Linux на **1 PATCHLEVEL**. --- |
