Linux 6.18 Adding New Option For More Detailed Bug Reporting But Cost Of Greater Memory

Written by Michael Larabel in Linux Kernel on 1 December 2025 at 09:24 AM EST. Add A Comment
LINUX KERNEL
Among the big flow of pull requests today for this first day of the Linux 6.19 merge window are some core kernel bug handling improvements.

With the batch of pull requests sent in this morning by Ingo Molnar are some core kernel bug handling infrastructure improvements. In addition to improving the Linux kernel's WARN() functionality, there is a new CONFIG_DEBUG_BUGVERBOSE_DETAILED Kconfig option being added.

As implied by the name, CONFIG_DEBUG_BUGVERBOSE_DETAILED allows for more detailed/verbose bug reporting. In particular, DEBUG_BUGVERBOSE_DETAILED allows for more informative reports from the WARN_ON() (and WARN_ON_ONCE()) usage. The kernel's WARN_ON() macro is used for debugging and error checking when the passed condition evaluates to true. Enabling this option will now include the condition string of the warning in addition to the file name and line number.

DEBUG_BUGVERBOSE_DETAILED Kconfig text


These more detailed debug messages aren't enabled by default since it comes with a cost of around 100K of memory.

That's the main bug reporting improvement highlight of this pull request.
Related News
About The Author

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week