EOL_EXPLANATION

Constant EOL_EXPLANATION 

Source
pub const EOL_EXPLANATION: &str = "(EOL) marks entries whose major.minor series is absent from kernel.org\'s current active releases. Suppressed when the active-release list cannot be fetched.";
Expand description

Explanation of the (EOL) tag, shared between the text-output legend printed after kernel list and the kernel list --help long description (via KERNEL_LIST_LONG_ABOUT, which embeds this exact byte sequence at its head through the shared eol_explanation_literal! macro). One literal → one source of truth, so a wording drift cannot put the two surfaces out of sync. pub matches the visibility of the sibling KERNEL_HELP_* constants so downstream consumers (e.g. documentation generators) can reference the exact text the CLI prints.