Messages in this thread |  | | Date | Fri, 13 Feb 2015 15:38:01 -0800 (PST) | From | David Rientjes <> | Subject | Re: [PATCH 3/3] mm: slub: Add SLAB_DEBUG_CRASH option |
| |
On Fri, 13 Feb 2015, Chris J Arges wrote:
> This option crashes the kernel whenever corruption is initially detected. This > is useful when trying to use crash dump analysis to determine where memory was > corrupted. > > To enable this option use slub_debug=C. >
Why isn't this done in other debugging functions such as free_debug_processing()?
|  |