ba355a609a
0001-Prepare-NEWS-for-branch-3.23-fixes.patch 0002-486180-MIPS-VexGuestArchState-has-no-member-named-gu.patch 0003-Bug-486293-memccpy-false-positives.patch 0004-Bug-486569-linux-inotify_init-syscall-wrapper-missin.patch 0005-aarch64-frinta-and-frinta-vector-instructions.patch 0006-mips-skip-using-shared-syscall-numbers-for-mips32.patch 0007-Fix-uninitialized-err-in-handle_extension.patch 0008-Avoid-use-of-guest_IP_AT_SYSCALL-in-handle_extension.patch 0009-s390x-Minor-fixes-in-extension-s390x.c.patch 0010-Bug-453044-gbserver_tests-failures-in-aarch64.patch 0011-Linux-regtest-reallocarray-needs-malloc.h.patch 0012-Bug-487439-SIGILL-in-JDK11-JDK17.patch 0013-Don-t-leave-fds-created-with-log-file-xml-file-or-lo.patch 0014-Close-both-internal-pipe-fds-after-VG_-fork-in-paren.patch 0015-Don-t-allow-programs-calling-fnctl-on-valgrind-s-own.patch 0016-mips-skip-using-shared-syscall-numbers-for-mips64.patch 0017-gdbserver_tests-filters-remove-python-rpm-module-loa.patch 0018-Implement-VMOVQ-xmm1-xmm2-m64.patch 0019-arm64-Fix-fcvtas-instruction.patch 0020-gdbserver_tests-filters-remove-more-verbose-python-r.patch 0021-Avoid-dev-inode-check-on-btrfs-with-sanity-level-3.patch Resolves: #RHEL-46588 Add valgrind 3.23 stable branch fixes (rhel-10-beta)
32 lines
733 B
Diff
32 lines
733 B
Diff
From 2afcd730a10d61c318289bc4c39c42eebd4b35a6 Mon Sep 17 00:00:00 2001
|
|
From: Mark Wielaard <mark@klomp.org>
|
|
Date: Mon, 29 Apr 2024 15:15:46 +0200
|
|
Subject: [PATCH 01/11] Prepare NEWS for branch 3.23 fixes
|
|
|
|
---
|
|
NEWS | 11 +++++++++++
|
|
1 file changed, 11 insertions(+)
|
|
|
|
diff --git a/NEWS b/NEWS
|
|
index 11c67410fb6f..8bdd3753f7bb 100644
|
|
--- a/NEWS
|
|
+++ b/NEWS
|
|
@@ -1,3 +1,14 @@
|
|
+Branch 3.23
|
|
+~~~~~~~~~~~
|
|
+
|
|
+* ==================== FIXED BUGS ====================
|
|
+
|
|
+The following bugs have been fixed or resolved on this branch.
|
|
+
|
|
+To see details of a given bug, visit
|
|
+ https://bugs.kde.org/show_bug.cgi?id=XXXXXX
|
|
+where XXXXXX is the bug number as listed above.
|
|
+
|
|
Release 3.23.0 (26 Apr 2024)
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
--
|
|
2.45.2
|
|
|