Kernel: By default, don't dump regions when a userspace crash happens

There is the DUMP_REGIONS_ON_CRASH debug macro which re-enables this
(old) behavior.
This commit is contained in:
kleines Filmröllchen 2022-09-02 20:59:01 +02:00 committed by Andreas Kling
commit 1a7d6508e3
Notes: sideshowbarker 2024-07-17 06:40:35 +09:00
3 changed files with 8 additions and 1 deletions

View file

@ -55,6 +55,10 @@
#cmakedefine01 CONTIGUOUS_VMOBJECT_DEBUG
#endif
#ifndef DUMP_REGIONS_ON_CRASH
#cmakedefine01 DUMP_REGIONS_ON_CRASH
#endif
#ifndef E1000_DEBUG
#cmakedefine01 E1000_DEBUG
#endif