Linux 6.18 introduces CONFIG_DEBUG_BUGVERBOSE_DETAILED, a new kernel configuration option that enhances bug reporting by including condition strings in WARN_ON() and WARN_ON_ONCE() messages alongside file names and line numbers. The feature provides more informative debugging output but requires approximately 100KB of additional memory, which is why it's not enabled by default.
Sort: