diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-12 07:43:00 -0500 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-05-12 07:43:00 -0500 |
commit | 1d1baecf0c233e5d1b0b981e087e81fe3c56076a (patch) | |
tree | 2349bddc61861db6480b329562ad3b95b582845a /kernel-ppc64le-debug-fedora.config | |
parent | 400052e6ca7ece4ede84dcded8d9d54a99d319b5 (diff) | |
download | kernel-1d1baecf0c233e5d1b0b981e087e81fe3c56076a.tar.gz kernel-1d1baecf0c233e5d1b0b981e087e81fe3c56076a.tar.xz kernel-1d1baecf0c233e5d1b0b981e087e81fe3c56076a.zip |
kernel-5.12.3-0
* Wed May 12 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.12.3-0]
- io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers (Thadeu Lima de Souza Cascardo)
- bpf: Prevent writable memory-mapping of read-only ringbuf pages (Andrii Nakryiko)
- bpf, ringbuf: Deny reserve of buffers larger than ringbuf (Thadeu Lima de Souza Cascardo)
- bpf: Fix alu32 const subreg bound tracking on bitwise operations (Daniel Borkmann)
- net/nfc: fix use-after-free llcp_sock_bind/connect (Or Cohen)
- Force DWARF4 because crash does not support DWARF5 yet (Justin M. Forbes)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'kernel-ppc64le-debug-fedora.config')
-rw-r--r-- | kernel-ppc64le-debug-fedora.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel-ppc64le-debug-fedora.config b/kernel-ppc64le-debug-fedora.config index 83175ef78..dca18ebda 100644 --- a/kernel-ppc64le-debug-fedora.config +++ b/kernel-ppc64le-debug-fedora.config @@ -1113,9 +1113,9 @@ CONFIG_DEBUG_HIGHMEM=y # CONFIG_DEBUG_HOTPLUG_CPU0 is not set CONFIG_DEBUG_INFO_BTF=y # CONFIG_DEBUG_INFO_COMPRESSED is not set -# CONFIG_DEBUG_INFO_DWARF4 is not set +CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_DWARF5 is not set -CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO=y |