diff options
author | Linus Torvalds | 2022-03-05 12:03:14 -0800 |
---|---|---|
committer | Linus Torvalds | 2022-03-05 12:03:14 -0800 |
commit | 0014404f9c18dd360a1b8bb4243643c679ce99bf (patch) | |
tree | e2746fd5f75939895ef6d0ae0a7a6946d785df26 /kernel/configs/debug.config | |
parent | f9026e19a44d965793d25e7a02b0d6c1bcafd8f5 (diff) | |
parent | d1eff16d727ff257b706d32114d3881f67cc9c75 (diff) |
Merge branch 'akpm' (patches from Andrew)
Merge misc fixes from Andrew Morton:
"8 patches.
Subsystems affected by this patch series: mm (hugetlb, pagemap, and
userfaultfd), memfd, selftests, and kconfig"
* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
configs/debug: set CONFIG_DEBUG_INFO=y properly
proc: fix documentation and description of pagemap
kselftest/vm: fix tests build with old libc
memfd: fix F_SEAL_WRITE after shmem huge page allocated
mm: fix use-after-free when anon vma name is used after vma is freed
mm: prevent vm_area_struct::anon_name refcount saturation
mm: refactor vm_area_struct::anon_vma_name usage code
selftests/vm: cleanup hugetlb file after mremap test
Diffstat (limited to 'kernel/configs/debug.config')
-rw-r--r-- | kernel/configs/debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/configs/debug.config b/kernel/configs/debug.config index e9ffb0cc1eec..07df6d93c4df 100644 --- a/kernel/configs/debug.config +++ b/kernel/configs/debug.config @@ -16,7 +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 CONFIG_SECTION_MISMATCH_WARN_ONLY=y |