|
|
@ -5,7 +5,7 @@ Name: realtime-tests
|
|
|
|
# BuildRequires: numactl-devel
|
|
|
|
# BuildRequires: numactl-devel
|
|
|
|
# Numa argument to make: NUMA=1
|
|
|
|
# Numa argument to make: NUMA=1
|
|
|
|
#
|
|
|
|
#
|
|
|
|
Version: 2.7
|
|
|
|
Version: 2.5
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
License: GPLv2
|
|
|
|
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
|
|
|
@ -20,8 +20,6 @@ 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
|
|
|
@ -30,8 +28,6 @@ latency. It also tests the functioning of priority-inheritance mutexes.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q -n rt-tests-%{version}
|
|
|
|
%setup -q -n rt-tests-%{version}
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%set_build_flags
|
|
|
|
%set_build_flags
|
|
|
@ -42,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
|
|
|
@ -82,48 +78,10 @@ latency. It also tests the functioning of priority-inheritance mutexes.
|
|
|
|
%{_mandir}/man8/determine_maximum_mpps.8.*
|
|
|
|
%{_mandir}/man8/determine_maximum_mpps.8.*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Thu May 23 2024 Anubhav Shelat <ashelat@redhat.com> - 2.7-2
|
|
|
|
|
|
|
|
- Added a patch to fix -s option in hackbench.
|
|
|
|
|
|
|
|
- Added a patch to prevent the user from erroneously passing negative numbers to hackbench.
|
|
|
|
|
|
|
|
Resolves: RHEL-36746
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 07 2024 John Kacur <jkacur@redhat.com> - 2.7-1
|
|
|
|
|
|
|
|
- Rebase to upstream rt-tests-2.7
|
|
|
|
|
|
|
|
Resolves: RHEL-30166
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 26 2024 Eder Zulian <ezulian@redhat.com> - 2.6-6
|
|
|
|
|
|
|
|
- Strip o+rx permissions from the cyclictest executable
|
|
|
|
|
|
|
|
Resolves: RHEL-33785
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-4
|
|
|
|
|
|
|
|
- Fix specfile to apply all patches
|
|
|
|
|
|
|
|
Resolves: RHEL-23909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 05 2024 John Kacur <jkacur@redhat.com> - 2.6-4
|
|
|
|
|
|
|
|
- oslat: correct spelling of Mhz to MHz
|
|
|
|
|
|
|
|
- oslat: Fix conversion to nanoseconds for 1us bucket
|
|
|
|
|
|
|
|
Resolves: RHEL-23909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Crystal Wood <crwood@redhat.com> - 2.6-3
|
|
|
|
|
|
|
|
- Fix issues with with using --json without --histogram (both cyclictest and
|
|
|
|
|
|
|
|
cyclicdeadline), and using --histogram without --quiet in cyclicdeadline.
|
|
|
|
|
|
|
|
Resolves: RHEL-9910
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 11 2024 Crystal Wood <crwood@redhat.com> - 2.6-2
|
|
|
|
|
|
|
|
- cyclicdeadline histogram support
|
|
|
|
|
|
|
|
Resolves: RHEL-9910
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 27 2023 John Kacur <jkacur@redhat.com> - 2.6-1
|
|
|
|
|
|
|
|
- Update to latest rt-tests upstream v2.6
|
|
|
|
|
|
|
|
Resolves: RHEL-7860
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 John Kacur <jkacur@redhat.com> - 2.5-2
|
|
|
|
* Wed Jul 12 2023 John Kacur <jkacur@redhat.com> - 2.5-2
|
|
|
|
- Remove aarch64 from ExcludeArch to allow internal arm builds
|
|
|
|
- Remove aarch64 from ExcludeArch to allow internal arm builds
|
|
|
|
Resolves: rhbz#2222437
|
|
|
|
Resolves: rhbz#2222437
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 2.5-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.2 beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 24 2023 John Kacur <jkacur@redhat.com> - 2.5-1
|
|
|
|
* Tue Jan 24 2023 John Kacur <jkacur@redhat.com> - 2.5-1
|
|
|
|
- Update to latest rt-tests upstream v2.5
|
|
|
|
- Update to latest rt-tests upstream v2.5
|
|
|
|
Resolves: rhbz#2162779
|
|
|
|
Resolves: rhbz#2162779
|
|
|
|