diff options
| author | Linus Torvalds <[email protected]> | 2022-03-17 12:36:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2022-03-17 12:36:47 -0700 |
| commit | 2ab99e54584e0048b9c0bea2d61053a61bae0bbc (patch) | |
| tree | be38193d1e196b9ad6c439fd6febf2d8308b80ae /kernel | |
| parent | a46310bfae94cfadf3d28a4d97b71e3e4dcc954c (diff) | |
| parent | 1c4debc443ef7037dcb7c4f08c33b9caebd21d2e (diff) | |
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton:
"Four patches.
Subsystems affected by this patch series: mm/swap, kconfig, ocfs2, and
selftests"
* emailed patches from Andrew Morton <[email protected]>:
selftests: vm: fix clang build error multiple output files
ocfs2: fix crash when initialize filecheck kobj fails
configs/debug: restore DEBUG_INFO=y for overriding
mm: swap: get rid of livelock in swapin readahead
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/configs/debug.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/configs/debug.config b/kernel/configs/debug.config index 07df6d93c4df..e8db8d938661 100644 --- a/kernel/configs/debug.config +++ b/kernel/configs/debug.config @@ -16,6 +16,7 @@ CONFIG_SYMBOLIC_ERRNAME=y # # Compile-time checks and compiler options # +CONFIG_DEBUG_INFO=y CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y CONFIG_DEBUG_SECTION_MISMATCH=y CONFIG_FRAME_WARN=2048 |