|
|
@ -1,12 +1,17 @@
|
|
|
|
Name: realtime-tests
|
|
|
|
|
|
|
|
Summary: Programs that test various rt-features
|
|
|
|
Summary: Programs that test various rt-features
|
|
|
|
Version: 2.7
|
|
|
|
Name: realtime-tests
|
|
|
|
Release: 3%{?dist}
|
|
|
|
# These will be setup by the "make rpm" logic
|
|
|
|
License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-only AND LGPL-2.1-or-later
|
|
|
|
# Version: 1.0
|
|
|
|
|
|
|
|
# BuildRequires: numactl-devel
|
|
|
|
|
|
|
|
# Numa argument to make: NUMA=1
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
Version: 2.5
|
|
|
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
|
|
|
License: GPLv2
|
|
|
|
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
|
|
|
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
|
|
|
|
Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz
|
|
|
|
Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
|
|
ExcludeArch: %{arm}
|
|
|
|
ExcludeArch: s390 s390x armv7hl ppc64 ppc64le i686
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: numactl-devel
|
|
|
|
BuildRequires: numactl-devel
|
|
|
@ -15,15 +20,14 @@ Requires: bash
|
|
|
|
Requires: bc
|
|
|
|
Requires: bc
|
|
|
|
|
|
|
|
|
|
|
|
#Patches
|
|
|
|
#Patches
|
|
|
|
Patch1: 0001-rt-tests-hackbench-removed-extra-use-of-optind.patch
|
|
|
|
|
|
|
|
Patch2: 0002-rt-tests-hackbench-properly-recognize-when-integer-a.patch
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
realtime-tests is a set of programs that test and measure various components of
|
|
|
|
realtime-tests is a set of programs that test and measure various components of
|
|
|
|
real-time kernel behavior. This package measures timer, signal, and hardware
|
|
|
|
real-time kernel behavior. This package measures timer, signal, and hardware
|
|
|
|
latency. It also tests the functioning of priority-inheritance mutexes.
|
|
|
|
latency. It also tests the functioning of priority-inheritance mutexes.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n rt-tests-%{version}
|
|
|
|
%setup -q -n rt-tests-%{version}
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%set_build_flags
|
|
|
|
%set_build_flags
|
|
|
@ -34,7 +38,7 @@ latency. It also tests the functioning of priority-inheritance mutexes.
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%pycached %{python3_sitelib}/hwlatdetect.py
|
|
|
|
%pycached %{python3_sitelib}/hwlatdetect.py
|
|
|
|
%caps(cap_sys_rawio+ep) %attr(750,-,-) /usr/bin/cyclictest
|
|
|
|
%caps(cap_sys_rawio+ep) /usr/bin/cyclictest
|
|
|
|
%{_bindir}/pi_stress
|
|
|
|
%{_bindir}/pi_stress
|
|
|
|
%{_bindir}/signaltest
|
|
|
|
%{_bindir}/signaltest
|
|
|
|
%{_bindir}/hwlatdetect
|
|
|
|
%{_bindir}/hwlatdetect
|
|
|
@ -74,88 +78,85 @@ latency. It also tests the functioning of priority-inheritance mutexes.
|
|
|
|
%{_mandir}/man8/determine_maximum_mpps.8.*
|
|
|
|
%{_mandir}/man8/determine_maximum_mpps.8.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.7-3
|
|
|
|
* Wed Jul 12 2023 John Kacur <jkacur@redhat.com> - 2.5-2
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Remove aarch64 from ExcludeArch to allow internal arm builds
|
|
|
|
|
|
|
|
Resolves: rhbz#2222437
|
|
|
|
* Thu May 23 2024 Anubhav Shelat <ashelat@redhat.com> - 2.7-2
|
|
|
|
|
|
|
|
- Added patch to fix -s option in hackbench
|
|
|
|
* Tue Jan 24 2023 John Kacur <jkacur@redhat.com> - 2.5-1
|
|
|
|
- Added patch to prevent user from erroneously passing negative numbers to hackbench.
|
|
|
|
- Update to latest rt-tests upstream v2.5
|
|
|
|
Resolves: RHEL-36745
|
|
|
|
Resolves: rhbz#2162779
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 John Kacur <jkacur@redhat.com> - 2.7-1
|
|
|
|
* Wed Dec 14 2022 Crystal Wood <swood@redhat.com> - 2.4-6
|
|
|
|
- Rebase to upstream rt-tests 2.7
|
|
|
|
- oslat: Add command line option for bucket width
|
|
|
|
Resolves: RHEL-30167
|
|
|
|
Resolves: rhbz#2041637
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2024 Eder Zulian <ezulian@redhat.com> - 2.6-6
|
|
|
|
* Mon Nov 14 2022 Leah Leshchinsky <lleshchi@redhat.com> - 2.4-5
|
|
|
|
- Strip o+rx permissions from the cyclictest executable
|
|
|
|
- hwlatdetect: Convert to fstrings
|
|
|
|
Resolves: RHEL-34077
|
|
|
|
- hwlatdetect: Update to integer division
|
|
|
|
|
|
|
|
- hwlatdetect: Fix incorrect comment about test duration
|
|
|
|
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 2.6-5
|
|
|
|
Resolves: rhbz#2121150
|
|
|
|
- Added the following upstream patches
|
|
|
|
|
|
|
|
rt-tests-Fix-warnings.patch
|
|
|
|
* Wed Nov 02 2022 John Kacur <jkacur@redhat.com> - 2.4-4
|
|
|
|
rt-tests-cyclictest-Remove-histogram-totals.patch
|
|
|
|
- Add error checking in hackbench to connect and getsockname
|
|
|
|
rt-tests-cyclictest-Replace-histogram-code-with-libr.patch
|
|
|
|
- Fix compile warnings in hackbench because of comparison of different signs
|
|
|
|
rt-tests-cyclicdeadline-Add-histogram-support.patch
|
|
|
|
- Fix compile warnings in hackbench because of warnings about fall through
|
|
|
|
rt-tests-cyclics-Fix-json-segfault-when-not-using-hi.patch
|
|
|
|
Resolves: rhbz#2115067
|
|
|
|
rt-tests-cyclicdeadline-Print-the-histogram-regardle.patch
|
|
|
|
|
|
|
|
rt-tests-cyclicdeadline-Remove-dead-verbose-code-in-.patch
|
|
|
|
* Fri Oct 07 2022 John Kacur <jkacur@redhat.com> - 2.4-3
|
|
|
|
rt-tests-oslat-should-use-MHz-not-Mhz.patch
|
|
|
|
- Remove arbitrary limits on number of threads
|
|
|
|
rt-tests-oslat-convert-to-nanoseconds-correctly.patch
|
|
|
|
Resolves: rhbz#2129891
|
|
|
|
- Added gating.yaml
|
|
|
|
|
|
|
|
- Added tests dir
|
|
|
|
* Tue Jul 12 2022 John Kacur <jkacur@redhat.com> - 2.4-2
|
|
|
|
Resolves: RHEL-30184
|
|
|
|
- Add an rpminspect.yaml file
|
|
|
|
|
|
|
|
Resolves: rhbz#2106464
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
* Fri Jul 8 2022 John Kacur <jkacur@redhat.com> - 2.4-1
|
|
|
|
|
|
|
|
- Update to latest rt-tests upstream v2.4
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6-3
|
|
|
|
Resolves: rhbz#2068112
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Feb 4 2022 John Kacur <jkacur@redhat.com> - 2.3-3
|
|
|
|
* Wed Dec 06 2023 John Kacur <jkacur@redhat.com> - 2.6-2
|
|
|
|
- Don't build unsupported i686
|
|
|
|
- Add an rpminspect.yaml file to disaable the badfuncs check
|
|
|
|
Resolves: rhbz#2050375
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 01 2023 John Kacur <jkacur@redhat.com> - 2.6-1
|
|
|
|
* Thu Feb 3 2022 John Kacur <jkacur@redhat.com> - 2.3-2
|
|
|
|
- Update to latest version upstream v2.6
|
|
|
|
- Fix parsing of affinity
|
|
|
|
- Include SPDX changes
|
|
|
|
- Ignore the runtime cpumask if a new cpumask is requested
|
|
|
|
|
|
|
|
Resolves: rhbz#2050244
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
* Thu Jan 13 2022 Leah Leshchinsky <lleshchi@redhat.com> - 2.3-1
|
|
|
|
|
|
|
|
- Update to latest upstream 2.3
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.5-2
|
|
|
|
- Correct the comment of numa_initialize()
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
- oslat.8: Remove the argument of --bias
|
|
|
|
|
|
|
|
Resolves: rhbz#2012297
|
|
|
|
* Tue Feb 14 2023 John Kacur <jkacur@redhat.com> - 2.5-1
|
|
|
|
|
|
|
|
- Update to latest upstream
|
|
|
|
* Thu Nov 18 2021 John Kacur <jkacur@redhat.com> - 2.1-6
|
|
|
|
- Remove patch included in the update, and add three more
|
|
|
|
- Fix potential double mount of cgroups for deadline_test
|
|
|
|
|
|
|
|
- Fix potential double mount of cgroups for cyclicdeadline_test
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2
|
|
|
|
Resolves: rhbz#2011415
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 18 2021 John Kacur <jkacur@redhat.com> - 2.1-5
|
|
|
|
* Thu Aug 18 2022 John Kacur <jkacur@redhat.com> - 2.4-1
|
|
|
|
- Null check to prevent floating point exception in deadline test
|
|
|
|
- Update to latest version upstream
|
|
|
|
Resolves: rhbz#2023501
|
|
|
|
- Include upstream patch to fix affinity being set even when -a not set
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Nov 02 2021 Leah Leshchinsky <lleshchi@redhat.com> - 2.1-4
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-4
|
|
|
|
- Add missing option -F to optstring
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
Resolved: rhbz#2007021
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 2.3-3
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-3
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Fri Jul 23 2021 John Kacur <jkacur@redhat.com> - 2.1-2
|
|
|
|
|
|
|
|
- Take into account the rename of the sched_features file for HRTICK
|
|
|
|
* Fri Dec 10 2021 John Kacur <jkacur@redhat.com> - 2.3-1
|
|
|
|
- Use HRTICK_DL if available
|
|
|
|
- Update to 2.3
|
|
|
|
Resolves: rhbz#1973083
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 26 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 2.2-1
|
|
|
|
* Wed Jun 30 2021 john Kacur <jkacur@redhat.com> - 2.1-1
|
|
|
|
- Update to 2.2
|
|
|
|
- Update to latest upstream rt-tests-2.1
|
|
|
|
- Build on all 64 bit arches
|
|
|
|
Resolves: rhbz#1890563
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-11
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.9-10
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-9
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|