Fix potential hang during gdbserver testing (RHBZ 1941080, Kevin Buettner).

This commit is contained in:
Kevin Buettner 2021-03-19 15:25:12 -07:00
parent c7fa157806
commit f293e66ec1
5 changed files with 1865 additions and 1 deletions

View File

@ -413,3 +413,6 @@ Patch101: gdb-rhbz1909902-frame_id_p-assert-1.patch
# Backport patch #2 which fixes a frame_id_p assertion failure (RH BZ 1909902).
Patch102: gdb-rhbz1909902-frame_id_p-assert-2.patch
# Backport change which fixes gdbserver testing hang on f34 and rawhide.
Patch103: gdb-rhbz1941080-fix-gdbserver-hang.patch

View File

@ -100,3 +100,4 @@
%patch100 -p1
%patch101 -p1
%patch102 -p1
%patch103 -p1

View File

@ -100,3 +100,4 @@ gdb-rhbz1930528-fix-gnulib-build-error.patch
gdb-rhbz1932645-aarch64-ptrace-header-order.patch
gdb-rhbz1909902-frame_id_p-assert-1.patch
gdb-rhbz1909902-frame_id_p-assert-2.patch
gdb-rhbz1941080-fix-gdbserver-hang.patch

File diff suppressed because it is too large Load Diff

View File

@ -37,7 +37,7 @@ Version: 10.1
# The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
Release: 15%{?dist}
Release: 16%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL
# Do not provide URL for snapshots as the file lasts there only for 2 days.
@ -1198,6 +1198,9 @@ fi
%endif
%changelog
* Fri Mar 19 2021 Kevin Buettner <kevinb@redhat.com> - 10.1-16
- Fix potential hang during gdbserver testing (RHBZ 1941080, Kevin Buettner).
* Thu Mar 18 2021 Keith Seitz <keiths@redhat.com>
- Disable libctf on RHEL (RHBZ 1935517).