summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/mqueue
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2021-07-13 17:49:23 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-20 16:02:28 +0200
commit514b6531b1cbb64199db63bfdb80953d71998cca (patch)
tree2a071ce7ce4ed91d914c77268cdcda310da6a83d /tools/testing/selftests/mqueue
parenteeae4230dbf181f318a6604a74106765e0c66248 (diff)
downloadkernel-514b6531b1cbb64199db63bfdb80953d71998cca.tar.gz
seq_file: disallow extremely large seq buffer allocations
commit 8cae8cd89f05f6de223d63e6d15e31c8ba9cf53b upstream. There is no reasonable need for a buffer larger than this, and it avoids int overflow pitfalls. Fixes: 058504edd026 ("fs/seq_file: fallback to vmalloc allocation") Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Reported-by: Qualys Security Advisory <qsa@qualys.com> Signed-off-by: Eric Sandeen <sandeen@redhat.com> Cc: stable@kernel.org Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/testing/selftests/mqueue')
0 files changed, 0 insertions, 0 deletions
_file: add kexec_file flag to control debug printingBaoquan He 2023-12-10kexec_file: load kernel at top of system RAM if requiredBaoquan He 2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds 2023-08-24kexec: exclude elfcorehdr from the segment digestEric DeVolder 2023-08-24crash: move a few code bits to setup support of crash hotplugEric DeVolder 2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder 2023-08-07kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu 2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds 2023-06-12kexec: support purgatories with .text.hot sectionsRicardo Ribalda 2023-06-09kexec: avoid calculating array size twiceSimon Horman 2023-04-08kexec: remove unnecessary arch_kexec_kernel_image_load()Bjorn Helgaas 2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda 2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda 2022-11-18kexec: replace crash_mem_range with rangeLi Chen 2022-09-11panic, kexec: make __crash_kexec() NMI safeValentin Schneider 2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds 2022-07-15kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu 2022-07-15kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu 2022-07-15kexec_file: drop weak attribute from functionsNaveen N. Rao 2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu 2022-06-16kexec_file: increase maximum file size to 4GPasha Tatashin 2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds 2022-05-27kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao 2022-05-19kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang 2021-11-06memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGEDDavid Hildenbrand 2021-05-07kernel: kexec_file: fix error return code of kexec_calculate_store_digests()Jia-Ju Bai