pub const STALE_KCONFIG_EXPLANATION: &str = "warning: entries marked (stale kconfig) were built against a different ktstr.kconfig. \
Rebuild with: kernel build --force --kernel <entry version> \
(add --extra-kconfig PATH if the entry also carries the (extra kconfig) tag).";Expand description
Explanation of the (stale kconfig) tag. Mirrors
UNTRACKED_KCONFIG_EXPLANATION so the kconfig tag pair
shares one shape — every kconfig-status legend in the
informational trio (EOL / UNTRACKED / STALE) is now a const
surfaced via a *_legend_if_any helper. Verbatim wording
preserved from the prior inline eprintln! in kernel_list
so existing operators see no behavioural change.