diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-09-07 11:27:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-07 11:27:12 +0200 |
commit | 470d392aedc220ad33ab5e19986bbec69fb2d223 (patch) | |
tree | 188a7088dfd0b25a7e7855deaa4a81c0621e5d36 /README | |
parent | loop-util: fix leak of file descriptor on failure (diff) | |
parent | README: use right emoji UTF-8 sequences for stop/warning sign (diff) | |
download | systemd-470d392aedc220ad33ab5e19986bbec69fb2d223.tar.xz systemd-470d392aedc220ad33ab5e19986bbec69fb2d223.zip |
Merge pull request #24592 from poettering/coding-style-more2
more coding style documentation additions
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -43,13 +43,13 @@ REQUIREMENTS: ≥ 5.4 for signed Verity images ≥ 5.7 for BPF links and the BPF LSM hook - 🛑 Kernel versions below 3.15 ("minimum baseline") are not supported at - all, and are missing required functionality (e.g. CLOCK_BOOTIME support - for timerfd_create()). + ⛔ Kernel versions below 3.15 ("minimum baseline") are not supported at + all, and are missing required functionality (e.g. CLOCK_BOOTTIME + support for timerfd_create()). - ⚠️ Kernel versions below 4.15 ("recommended baseline") have significant + ⚠️ Kernel versions below 4.15 ("recommended baseline") have significant gaps in functionality and are not recommended for use with this version - of systemd (e.g. sufficiently comprehensive and working cgroupv2 + of systemd (e.g. lack sufficiently comprehensive and working cgroupv2 support). Taint flag 'old-kernel' will be set. systemd will most likely still function, but upstream support and testing are limited. |