Blame SPECS/realtime-tests.spec

1043e6
Summary: Programs that test various rt-features
1043e6
Name: realtime-tests
1043e6
# These will be setup by the "make rpm" logic
1043e6
# Version:  1.0
1043e6
# BuildRequires: numactl-devel
1043e6
# Numa argument to make:  NUMA=1
1043e6
#
6f5e45
Version: 2.4
6f5e45
Release: 2%{?dist}
1043e6
License: GPLv2
1043e6
URL: https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
1043e6
Source0: https://www.kernel.org/pub/linux/utils/rt-tests/rt-tests-%{version}.tar.xz
1043e6
1043e6
ExcludeArch: s390 s390x armv7hl ppc64 ppc64le aarch64 i686
1043e6
BuildRequires: make
1043e6
BuildRequires: gcc
1043e6
BuildRequires: numactl-devel
1043e6
BuildRequires: python3-devel
1043e6
Requires: bash
1043e6
Requires: bc
1043e6
1043e6
#Patches
1043e6
1043e6
%description
1043e6
realtime-tests is a set of programs that test and measure various components of
1043e6
real-time kernel behavior. This package measures timer, signal, and hardware
1043e6
latency. It also tests the functioning of priority-inheritance mutexes.
1043e6
1043e6
%prep
1043e6
%setup -q -n rt-tests-%{version}
1043e6
1043e6
%build
1043e6
%set_build_flags
1043e6
%make_build
1043e6
1043e6
%install
1043e6
%make_install prefix=%{_prefix}
1043e6
1043e6
%files
1043e6
%pycached %{python3_sitelib}/hwlatdetect.py
1043e6
%caps(cap_sys_rawio+ep) /usr/bin/cyclictest
1043e6
%{_bindir}/pi_stress
1043e6
%{_bindir}/signaltest
1043e6
%{_bindir}/hwlatdetect
1043e6
%{_bindir}/rt-migrate-test
1043e6
%{_bindir}/pip_stress
1043e6
%{_bindir}/ptsematest
1043e6
%{_bindir}/sigwaittest
1043e6
%{_bindir}/svsematest
1043e6
%{_bindir}/pmqtest
1043e6
%{_bindir}/hackbench
1043e6
%{_bindir}/cyclicdeadline
1043e6
%{_bindir}/deadline_test
1043e6
%{_bindir}/queuelat
1043e6
%{_bindir}/ssdd
1043e6
%{_bindir}/oslat
1043e6
%{_bindir}/determine_maximum_mpps.sh
1043e6
%{_bindir}/get_cyclictest_snapshot
1043e6
%pycached %{python3_sitelib}/get_cyclictest_snapshot.py
1043e6
%doc
1043e6
%{_mandir}/man8/cyclictest.8.*
1043e6
%{_mandir}/man8/hackbench.8.*
1043e6
%{_mandir}/man8/hwlatdetect.8.*
1043e6
%{_mandir}/man8/pi_stress.8.*
1043e6
%{_mandir}/man8/pmqtest.8.*
1043e6
%{_mandir}/man8/ptsematest.8.*
1043e6
%{_mandir}/man8/rt-migrate-test.8.*
1043e6
%{_mandir}/man8/signaltest.8.*
1043e6
%{_mandir}/man8/sigwaittest.8.*
1043e6
%{_mandir}/man8/svsematest.8.*
1043e6
%{_mandir}/man8/pip_stress.8.*
1043e6
%{_mandir}/man8/queuelat.8.*
1043e6
%{_mandir}/man8/deadline_test.8.*
1043e6
%{_mandir}/man8/cyclicdeadline.8.*
1043e6
%{_mandir}/man8/ssdd.8.*
1043e6
%{_mandir}/man8/oslat.8.*
1043e6
%{_mandir}/man8/get_cyclictest_snapshot.8.*
1043e6
%{_mandir}/man8/determine_maximum_mpps.8.*
1043e6
1043e6
%changelog
6f5e45
* Tue Jul 12 2022 John Kacur <jkacur@redhat.com> - 2.4-2
6f5e45
- Add an rpminspect.yaml file
6f5e45
Resolves: rhbz#2106464
6f5e45
6f5e45
* Fri Jul 8 2022 John Kacur <jkacur@redhat.com> - 2.4-1
6f5e45
- Update to latest rt-tests upstream v2.4
6f5e45
Resolves: rhbz#2068112
6f5e45
1043e6
* Fri Feb 4 2022 John Kacur <jkacur@redhat.com> - 2.3-3
1043e6
- Don't build unsupported i686
1043e6
Resolves: rhbz#2050375
1043e6
1043e6
* Thu Feb 3 2022 John Kacur <jkacur@redhat.com> - 2.3-2
1043e6
- Fix parsing of affinity
1043e6
- Ignore the runtime cpumask if a new cpumask is requested
1043e6
Resolves: rhbz#2050244
1043e6
1043e6
* Thu Jan 13 2022 Leah Leshchinsky <lleshchi@redhat.com> - 2.3-1
1043e6
- Update to latest upstream 2.3
1043e6
- Correct the comment of numa_initialize()
1043e6
- oslat.8: Remove the argument of --bias
1043e6
Resolves: rhbz#2012297
1043e6
1043e6
* Thu Nov 18 2021 John Kacur <jkacur@redhat.com> - 2.1-6
1043e6
- Fix potential double mount of cgroups for deadline_test
1043e6
- Fix potential double mount of cgroups for cyclicdeadline_test
1043e6
Resolves: rhbz#2011415
1043e6
1043e6
* Thu Nov 18 2021 John Kacur <jkacur@redhat.com> - 2.1-5
1043e6
- Null check to prevent floating point exception in deadline test
1043e6
Resolves: rhbz#2023501
1043e6
1043e6
* Tue Nov 02 2021 Leah Leshchinsky <lleshchi@redhat.com> - 2.1-4
1043e6
- Add missing option -F to optstring
1043e6
Resolved: rhbz#2007021
1043e6
1043e6
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1-3
1043e6
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
1043e6
  Related: rhbz#1991688
1043e6
1043e6
* Fri Jul 23 2021 John Kacur <jkacur@redhat.com> - 2.1-2
1043e6
- Take into account the rename of the sched_features file for HRTICK
1043e6
- Use HRTICK_DL if available
1043e6
Resolves: rhbz#1973083
1043e6
1043e6
* Wed Jun 30 2021 john Kacur <jkacur@redhat.com> - 2.1-1
1043e6
- Update to latest upstream rt-tests-2.1
1043e6
Resolves: rhbz#1890563
1043e6
1043e6
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9-10
1043e6
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
1043e6
1043e6
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-9
1043e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1043e6
1043e6
* Wed Dec 16 2020 John Kacur <jkacur@redhat.com> - 1.9-8
1043e6
- Use the %%pycached macro as described in the packaging-guidlines for Python
1043e6
1043e6
* Fri Dec 11 2020 John Kacur <jkacur@redhat.com> - 1.9-7
1043e6
- Escape all necessary percent symbols in the changelog
1043e6
- Remove some unncessary constructs in the rpm file
1043e6
- The following are from upstream patches
1043e6
- Add a menu to determine_maximum_mpps.sh
1043e6
  and incorporates get_cpuinfo_mhz.sh functionality
1043e6
- remove get_cpuinfo_mhz.sh and an old oslat makefile
1043e6
- Add determine_maximum_mpps.8
1043e6
1043e6
* Fri Dec 04 2020 John Kacur <jkacur@redhat.com> - 1.9-6
1043e6
- Remove ExclusiveArch but add ExcludeArch for now.
1043e6
  Currently rt-tests is only available on arches that implement numactl
1043e6
1043e6
* Wed Nov 25 2020 John Kacur <jkacur@redhat.com> - 1.9-5
1043e6
- Use the proper upstream tarball instead of a renamed tarball
1043e6
  For example rt-tests-1.9.tar.xz
1043e6
1043e6
* Fri Nov 20 2020 John Kacur <jkacur@redhat.com> - 1.9-4
1043e6
- Don't compress man pages by default so the build system can do so
1043e6
1043e6
* Wed Nov 18 2020 John Kacur <jkacur@redhat.com> - 1.9-3
1043e6
- Fix incoherent version in changelogs by using a dash instead of dot
1043e6
- Use Fedora default build flags
1043e6
1043e6
* Wed Nov 11 2020 John Kacur <jkacur@redhat.com> - 1.9-2
1043e6
- Removed unncessary parts from the specfile
1043e6
- Put each BuildRequires on a separate line.
1043e6
- Used macros _bindir, _mandir, and _prefix
1043e6
 
1043e6
* Tue Nov 03 2020 John Kacur <jkacur@redhat.com> - 1.9-1
1043e6
- Upgrade to v1.9 upstream
1043e6
- Require gcc excplicitly as a BuildRequires
1043e6
1043e6
* Thu Aug 20 2020 John Kacur <jkacur@redhat.com> - 1.8-11
1043e6
- Add SPDX license to oslat, and reformat source code to match suite
1043e6
Resolves: rhbz#1870666
1043e6
1043e6
* Wed Aug 19 2020 John Kacur <jkacur@redhat.com> - 1.8-10
1043e6
- Remove undated Obsoletes from the specfile
1043e6
Resolves: rhbz#1870212
1043e6
1043e6
* Wed Aug 19 2020 John Kacur <jkacur@redhat.com> - 1.8-9
1043e6
- Add the oslat program to the rt-tests suite
1043e6
Resolves: rhbz#1869882
1043e6
1043e6
* Wed Jul 22 2020 John Kacur <jkacur@redhat.com> - 1.8-8
1043e6
- Change the conversion format to %%ld for the num_processors in pi_stress
1043e6
Resolves: rhbz#1859397
1043e6
1043e6
* Wed Jul 22 2020 John Kacur <jkacur@redhat.com> - 1.8-7
1043e6
- Limit the number of inversion groups in pi_stress
1043e6
Resolves: rhbz#1859397
1043e6
1043e6
* Mon Jul 06 2020 John Kacur <jkacur@redhat.com> - 1.8-6
1043e6
- Install new man page get_cyclictest_snapshot
1043e6
Resolves: rhbz#1826777
1043e6
1043e6
* Mon Jul 06 2020 John Kacur <jkacur@redhat.com> - 1.8-5
1043e6
- get_cyclictest_snapshot: print a warning message if there are no
1043e6
  running cyclictest instances
1043e6
Resolves: rhbz#1826783
1043e6
1043e6
* Mon Jul 06 2020 John Kacur <jkacur@redhat.com> - 1.8-4
1043e6
- Add a get_cyclictest_snapshot man page and various small fixes
1043e6
Resolves: rhbz#1826777
1043e6
1043e6
* Tue May 12 2020 John Kacur <jkacur@redhat.com> - 1.8-3
1043e6
- Fix integer overflow in queuelat
1043e6
Resolves: rhbz#1803862
1043e6
1043e6
* Mon May 04 2020 John Kacur <jkacur@redhat.com> - 1.8-2
1043e6
- Fix setaffinity error on large numa machines
1043e6
Resolves: rhbz#1831269
1043e6
1043e6
* Mon Apr 20 2020 John Kacur <jkacur@redhat.com> - 1.8-1
1043e6
- Update to upstream rt-tests-1.8
1043e6
Resolves: rhbz#1816370
1043e6
1043e6
* Thu Jan 23 2020 John Kacur <jkacur@redhat.com> - 1.5-18
1043e6
- Add a man page for cyclicdeadline
1043e6
- Sync cyclictest man page with the help option
1043e6
- Sync pi_stress man page with the help option
1043e6
- Add pi_stress short options to usage message
1043e6
- Add -S --smp to svsematest man page
1043e6
- Update ptsematest man page and add -h option
1043e6
- queuelat man page and help fixes
1043e6
- display svsematest help without an error message
1043e6
Resolves: rhbz#1766656
1043e6
1043e6
* Fri Jan 17 2020 John Kacur <jkacur@redhat.com> - 1.5-17
1043e6
- Fix more quoting problems to prevent work splitting
1043e6
- get_cpuinfo_mhz.sh should print one value
1043e6
Resolves: rhbz#1719493
1043e6
1043e6
* Wed Jan 15 2020 John Kacur <jkacur@redhat.com> - 1.5-16
1043e6
- Fix hardcoded path to queuelat in determine_maximum_mpps.sh
1043e6
Resolves: rhbz#1791403
1043e6
1043e6
* Mon Nov 25 2019 John Kacur <jkacur@redhat.com> - 1.5-15
1043e6
- Respun Add SPDX tags patch to correct two incorrect licenes
1043e6
Resolves: rhbz#1721215
1043e6
1043e6
* Mon Nov 25 2019 John Kacur <jkacur@redhat.com> - 1.5-14
1043e6
- Add SPDX tags
1043e6
Resolves: rhbz#1721215
1043e6
1043e6
* Fri Nov 22 2019 John Kacur <jkacur@redhat.com> - 1.5-13
1043e6
- Improved version of getting a snapshot of cyclictest without interrupting
1043e6
- Fixes some problems uncovered by covscan
1043e6
Resolves: rhbz#1469185
1043e6
1043e6
* Tue Nov 19 2019 John Kacur <jkacur@redhat.com> - 1.5-12
1043e6
- Get a running snapshot of cyclictest without interrupting it
1043e6
Resolves: rhbz#1469185
1043e6
1043e6
* Tue Nov 12 2019 John Kacur <jkacur@redhat.com> - 1.5-11
1043e6
- Add short and long options and help to ssdd
1043e6
Resolves: rhbz#1720360
1043e6
1043e6
* Mon Nov 11 2019 John Kacur <jkacur@redhat.com> - 1.5-10
1043e6
- Fix some warnings in determine_maximum_mpps.sh
1043e6
Resolves: rhbz#1719493
1043e6
1043e6
* Wed Oct 30 2019 John Kacur <jkacur@redhat.com> - 1.5-9
1043e6
-Use libnuma version 2 by default
1043e6
Resolves: rhbz#1753758
1043e6
1043e6
* Wed Oct 30 2019 John Kacur <jkacur@redhat.com> - 1.5-8
1043e6
- Don't allow OPT_SYSTEM with OPT_POSIX_TIMERS
1043e6
Resolves: rhbz#1753026
1043e6
1043e6
* Wed Oct 30 2019 John Kacur <jkacur@redhat.com> - 1.5-7
1043e6
- Set affinity before applying numa
1043e6
Resolves: rhbz#1749958
1043e6
1043e6
* Tue Oct 29 2019 John Kacur <jkacur@redhat.com> - 1.5-6
1043e6
- Increase buffers to avoid overflow
1043e6
Resolves: rhbz#1753317
1043e6
1043e6
* Fri Oct 25 2019 John Kacur <jkacur@redhat.com> - 1.5-5
1043e6
- Remove invalid / obsolete tracing options from cyclictest manpage
1043e6
Resolves: rhbz#1749238
1043e6
1043e6
* Fri Oct 25 2019 John Kacur <jkacur@redhat.com> - 1.5-4
1043e6
- Make tracemark work correctly again
1043e6
Resolves: rhbz#1725134
1043e6
1043e6
* Wed Oct 23 2019 John Kacur <jkacur@redhat.com> - 1.5-3
1043e6
- Add Requires bc for queuelat
1043e6
Resolves: rhbz#1764290
1043e6
1043e6
* Tue Oct 15 2019 John Kacur <jkacur@redhat.com> - 1.5-2
1043e6
- Add bash as a Require in the spec file, since the suite contains some scripts
1043e6
Resolves: rhbz#1744983
1043e6
1043e6
* Tue Oct 15 2019 John Kacur <jkacur@redhat.com> - 1.5-1
1043e6
- Rebase to upstream rt-tests-1.5
1043e6
Resolves: rhbz#1722521
1043e6
1043e6
* Wed Jul 31 2019 John Kacur <jkacur@redhat.com> - 1.3-21
1043e6
- Fix problem when tests use tracing_enabled which is no longer supported
1043e6
Resolves: rhbz#1731336
1043e6
1043e6
* Fri Jun 14 2019 John Kacur <jkacur@redhat.com> - 1.3-20
1043e6
- Add a manpage for ssdd
1043e6
Resolves: rhbz#1718735
1043e6
1043e6
* Fri May 10 2019 John Kacur <jkacur@redhat.com> - 1.3-19
1043e6
- Disable/enable c-state transitions during hwlatdetect run
1043e6
Resolves: rhbz#1707505
1043e6
1043e6
* Tue May 07 2019 John Kacur <jkacur@redhat.com> - 1.3-18
1043e6
- Install queuelat scripts
1043e6
Resolves: rhbz#1686494
1043e6
1043e6
* Thu Apr 25 2019 John Kacur <jkacur@redhat.com> - 1.3-17
1043e6
- Add ssdd test to the rt-tests suite
1043e6
Resolves: rhbz#1666351
1043e6
1043e6
* Thu Mar 28 2019 John Kacur <jkacur@redhat.com> - 1.3-16
1043e6
- cyclictest-Make-sure-affinity-is-respected-when-numa.patch
1043e6
- cyclictest-Fix-compiler-warning-about-srncpy-output.patch
1043e6
- cyclictest-fix_with_expected_identifier_in_latest.patch
1043e6
Resolves: rhbz#1596857
1043e6
1043e6
* Tue Jan 08 2019 John Kacur <jkacur@redhat.com> - 1.3-13
1043e6
- queuelat: use mfence for rdtsc ordering
1043e6
Resolves: rhbz#1663865
1043e6
1043e6
* Thu Nov 15 2018 John Kacur <jkacur@redhat.com> - 1.3-12
1043e6
- Add NULL check before freeing setcpu_buf
1043e6
Resolves: rhbz#1641971
1043e6
1043e6
* Tue Nov 06 2018 John Kacur <jkacur@redhat.com> - 1.3-11
1043e6
- Fix the spec file to remove debuginfo from the standard queuelat files
1043e6
Resolves: rhbz#1641978
1043e6
1043e6
* Mon Nov 05 2018 John Kacur <jkacur@redhat.com> - 1.3-10
1043e6
- Remove numa from help since it is invokved automatically
1043e6
Resolves: rhbz#1646121
1043e6
1043e6
* Fri Nov 02 2018 John Kacur <jkacur@redhat.com> - 1.3-9
1043e6
- Add a manpage for deadline_test
1043e6
Resolves: rhbz#1645071
1043e6
1043e6
* Mon Oct 08 2018 John Kacur <jkacur@redhat.com> - 1.3-8
1043e6
- Remove backfire and sendme
1043e6
Resolves: rhbz#1624885
1043e6
1043e6
* Fri Sep 28 2018 John Kacur <jkacur@redhat.com> - 1.3-7
1043e6
- Change python3 to platform-python
1043e6
Resolves: rhbz#1633607
1043e6
1043e6
* Mon Sep 17 2018 John Kacur <jkacur@redhat.com> - 1.3-6
1043e6
- rt-tests-pi_stress-remove-unused-report-options.patch
1043e6
- rt-tests-pip_stress-Add-an-initial-man-page-for-pip_stress.patch
1043e6
- add-h-option-to-queuelat.patch
1043e6
- Add-queuelat-manpage.patch
1043e6
- Modify makefile for queuelat.8 and pip_stress.8
1043e6
Resolves: rhbz#1614783
1043e6
1043e6
* Fri Jun 22 2018 John Kacur <jkacur@redhat.com> - 1.3-5
1043e6
- Reimplement the removal of --numa, and automate it's detction
1043e6
Resolves: rhbz#1594273
1043e6
1043e6
* Tue Jun 12 2018 John Kacur <jkacur@redhat.com> - 1.3-4
1043e6
- A few more python3 changes
1043e6
1043e6
* Wed May 30 2018 John Kacur <jkacur@redhat.com> - 1.3-3
1043e6
- Add patches that remove --sma and --numa and automate it
1043e6
Resolves: rhbz#1518708
1043e6
1043e6
* Wed May 30 2018 John Kacur <jkacur@redhat.com> - 1.3-2
1043e6
- cyclictest: remove tracing, in favour of external tracing
1043e6
Resolves: rhbz#1518268
1043e6
1043e6
* Mon Apr 30 2018 John Kacur <jkacur@redhat.com> - 1.3-1
1043e6
- New build
1043e6
- Add test queuelat
1043e6
- Adds changes for python3 in hwlatdetect
1043e6
Resolves: rhbz#1543030
1043e6
Resolves: rhbz#1559520
1043e6
1043e6
* Tue Mar 27 2018 John Kacur <jkacur@redhat.com> - 1.2-1
1043e6
- Remove old patches from the source files
1043e6
Resolves: rhbz#1559930
1043e6
1043e6
* Mon Mar 26 2018 John Kacur <jkacur@redhat.com> - 1.2-0
1043e6
- Initial Build for 8.0
1043e6
Resolves: rhbz#1559930
1043e6
1043e6
* Wed Dec 20 2017 John Kacur <jkacur@redhat.com> - 1.0.13
1043e6
- rt-tests-Need-to-generate-debug-info-for-rpms.patch
1043e6
Resolves: rhbz#1523752
1043e6
1043e6
* Thu Nov 02 2017 John Kacur <jkacur@redhat.com> - 1.0.12
1043e6
- cyclictest: cannot stop when running with -M option
1043e6
Resolves: rhbz#1473786
1043e6
1043e6
* Tue Apr 25 2017 John Kacur <jkacur@redhat.com> - 1.0.11
1043e6
- cyclictest-touch-threadstacks-on-numa-to-pre-fault-t.patch
1043e6
Resolves: rhbz1445058
1043e6
1043e6
* Thu Mar 23 2017 John Kacur <jkacur@redhat.com> - 1.0.10
1043e6
- hwlatdetect: modify hwlatdetector.py to use the ftrace hwlatdetector
1043e6
- hwlatdetect: removed smi_detector support
1043e6
Resolves: rhbz1365961
1043e6
1043e6
* Thu Mar 23 2017 John Kacur <jkacur@redhat.com> - 1.0.9
1043e6
- hwlatdetect: Add --hardlimit to define the real test failing criteria
1043e6
Resolves: rhbz1434827
1043e6
1043e6
* Thu Mar 23 2017 John Kacur <jkacur@redhat.com> - 1.0.8
1043e6
- cyclicdeadline: Fix minor spelling mistake
1043e6
- cyclictest: Correct short option 's'
1043e6
Resolves: rhbz1434825
1043e6
1043e6
* Tue Mar 21 2017 John Kacur <jkacur@redhat.com> - 1.0.7
1043e6
- rt-tests: hwlatdetect: Improve message if max latency is below threshold
1043e6
Resolves: rhbz1366289
1043e6
1043e6
* Thu Jun 30 2016 John Kacur <jkacur@redhat.com> - 1.0-6
1043e6
- deadline_test: Made '-i' work and added help text for it
1043e6
Resolves: rhbz1346771
1043e6
1043e6
* Tue Jun 28 2016 John Kacur <jkacur@redhat.com> - 1.0-5
1043e6
- z-stream release
1043e6
1043e6
* Thu Jun 23 2016 John Kacur <jkacur@redhat.com> - 1.0-4
1043e6
- Add cyclicdeadline and deadline_test to rt-tests
1043e6
Resolves: rhbz#1349032
1043e6
1043e6
* Fri Jun 17 2016 John Kacur <jkacur@redhat.com> - 1.0-3
1043e6
- Install cyclictest with cap_sys_rawio to access msr and cpuid registers
1043e6
- Fixed url in Source0
1043e6
Resolves: rhbz#1346771
1043e6
1043e6
* Wed Jun 01 2016 John Kacur <jkacur@redhat.com> - 1.0-2
1043e6
- cyclictest: new CPUs with SMI counter support
1043e6
Resolves: rhbz#1341226
1043e6
1043e6
* Fri May 20 2016 John Kacur <jkacur@redhat.com> - 1.0-1
1043e6
- Upgrade to 1.0
1043e6
Clark Williams (1):
1043e6
  cyclictest: stop any tracing after hitting a breaktrace threshold
1043e6
John Kacur (8):
1043e6
  rt-tests: Makefile: Assume numa_parse_cpustring_all available
1043e6
  rt-tests: Add man page for rt-migrate-test
1043e6
  rt-tests: Update the cyclictest man page
1043e6
  rt-tests: Add missing option to hwlatdetect man page
1043e6
  rt-tests: Housekeeping fix some spelling errors.
1043e6
  rt-tests: hwlat.txt: smidetect renamed to hwlatdetect
1043e6
  rt-tests: Remove doc/release-checklist.txt
1043e6
  rt-tests: Makefile - bump version to 1.0
1043e6
- Add patch to install rt-migrate-test.8-man-page
1043e6
Resolves: rhbz#1283264
1043e6
- The latest build also includes fixes for undocumented options in cyclictest and hwlatdetect, as well as many more documentation fixes.
1043e6
Resolves: rhbz#1263718
1043e6
- Also documenting here that the new feature cyclictest: SMI count/detection via MSR/SMI counter was added in v0.97
1043e6
Resolves: rhbz#1314869
1043e6
1043e6
* Tue May 10 2016 John Kacur <jkacur@redhat.com> - 0.97-3
1043e6
- cyclictest: stop any tracing after hitting a breaktrace threshold
1043e6
- Resolves: rhbz#1333762
1043e6
1043e6
* Tue Apr 26 2016 John Kacur <jkacur@redhat.com> - 0.97-2
1043e6
- Change spec file to compile with HAVE_PARSE_CPUSTRING_ALL=1
1043e6
	- This makes numa_parse_cpustring_all() available which is needed for
1043e6
		running cyclictest on isolated cpus.
1043e6
- Resolves: rhbz#1330468
1043e6
1043e6
* Mon Apr 04 2016 John Kacur <jkacur@redhat.com> - 0.97-1
1043e6
- Changes from v0.93 to v0.97
1043e6
Clark Williams (9):
1043e6
  hwlatdetect: initial cut at tracking the amount of SMIs that occurred
1043e6
    during a run
1043e6
  rt-migrate-test: updated to latest code from rostedt
1043e6
  Makefile: add target to create OBJDIR before use
1043e6
  specfile: add signaltest manpage to files section and remove trailing
1043e6
    whitespace in changelog
1043e6
  Makefile: have distclean remove .asc file for tarball
1043e6
  Makefile: fixed dropped quote in help target text
1043e6
  hwlatdetect: handle hwlat_detector being builtin rather than module
1043e6
  hwlatdetect: modify to handle python3 prints
1043e6
  hwlatdetect: make reading sample date work with python2 and python3
1043e6
Daniel Bristot de Oliveira (2):
1043e6
  cyclictest: SMI count/detection via MSR/SMI counter
1043e6
  cyclictest: Add --smi description on cyclictest man page
1043e6
Darren Hart (2):
1043e6
  rt-tests: Allow for user-specified PYLIB
1043e6
  rt-tests: Break out install_hwlatdetect
1043e6
Henrik Austad (10):
1043e6
  Add CROSS_COMPILE-switch to CC and AR
1043e6
  Add syscall-number for sched_(gs)etattr() for tile
1043e6
  Add a rebuild-switch to Makefile
1043e6
  Makefile: add librttest to rt-migrate-test
1043e6
  android: adjust target for android
1043e6
  cyclictest: move redefine of CPUSET back to uclib
1043e6
  Android: clean up the bypass ifdeffery
1043e6
  Android: rename arch from bionic to android
1043e6
  Android: Expand match for android in ostype
1043e6
  rt-sched.h: do not unconditionally define syscall-numbers
1043e6
John Kacur (26):
1043e6
  Fix VERSION in rt-migrate-test
1043e6
  numa_on_and_available: Remove from main in cyclictest
1043e6
  Version bump to v0.94
1043e6
  Explicitly separate VPATH paths with a colon
1043e6
  build: Generate .o, .a, and .d files in bld dir
1043e6
  signaltest: call process_options before calling check_privs
1043e6
  signaltest: Check the status of pthread_create
1043e6
  rt-utils: Add John Kacur to the copyright
1043e6
  rt-utils: Fix some checkpatch errors in rt-utils.c
1043e6
  signaltest: Add a man page to signaltest
1043e6
  Makefile: Document certain compiling options
1043e6
  Makefile: Only call cc -dumpmachine once in the makefile
1043e6
  Bionic: Move android functionality into it's own arch Makefile
1043e6
  maintainence: VERSION bump and Change-log update
1043e6
  cyclictest: Clean-ups in timerthread before working on it
1043e6
  Makefile: OBJDIR should be an order-only-prerequisite
1043e6
  Makefile: Move TARGETS back to a more logical place in the Makefile
1043e6
  cyclictest: Add a feature to record spikes
1043e6
  cyclictest: fix #ifdef broken by NO_PTHREAD_SETAFFINITY
1043e6
  Makefile: Version bump to v0.96
1043e6
  Remove rt-tests.spec-in
1043e6
  gitattributes: add doc, remove rt.spec-in
1043e6
  Makefile: Remove anything to do with rpms, specs etc
1043e6
  Revert changes to rt-migrate-test for exit(1)
1043e6
  cyclictest: Make the tracemark option imply notrace
1043e6
  rt-tests: Makefile: Bump version number to 0.97
1043e6
Josh Cartwright (8):
1043e6
  rt-tests: workaround poor gzip implementations
1043e6
  hackbench: cleanup error handling in create_worker
1043e6
  cyclictest: consistently make all functions 'static'
1043e6
  cyclictest: use correct type when allocating cpu bitmask size
1043e6
  cyclictest: drop impossible use_fifo conditional
1043e6
  cyclictest: fail if use_fifo && thread creation failed
1043e6
  error: mark fatal, err_exit, err_quit as being noreturn
1043e6
  cyclictest: add option for dumping the histogram in a file
1043e6
Khem Raj (1):
1043e6
  Makefile: Set CC/AR variable only if it doesn't have a value
1043e6
Luiz Capitulino (5):
1043e6
  don't use exit(-1) for failures
1043e6
  cyclictest: move tracemark_fd handling to its own function
1043e6
  cyclictest: tracing(): check for notrace
1043e6
  cyclictest: move debugfs init code to its own function
1043e6
  cyclictest: add --tracemark option
1043e6
Uwe Kleine-König (5):
1043e6
  backfire: remove unused header file
1043e6
  remove several unused Makefiles
1043e6
  rt-migrate-test: remove space before \n
1043e6
  drop compiling without NPTL support
1043e6
  Fix some trivial typos found by codespell(1)
1043e6
- Resolves: rhbz#1283264
1043e6
1043e6
 * Wed Aug 12 2015 Clark Williams <williams@redhat.com> - 0.93-1
1043e6
John Kacur (6):
1043e6
  makefile: Create an rt-tests.tar file using git-archiv
1043e6
  makefile: Change VERSION_STRING to VERSIO
1043e6
  Add .tar files to .gitignor
1043e6
  Create a .gitattribute file to specify what files git-archive should ignore
1043e6
  pi_stress: Fix possible exit on error without releasing mutex
1043e6
  pip_stress: Fix warning: unused variable ‘c’
1043e6
Alexander Stein (1):
1043e6
  cyclictest: Fix long priority help text option
1043e6
Clark Williams (3):
1043e6
  hwlatdetect: added --watch option to watch output in realtime
1043e6
  doc: fix VERSION in release-checklist.tx
1043e6
  makefile: fixed release targ
1043e6
1043e6
 * Tue Jun 09 2015 John Kacur <jkacur@redhat.com> - 0.92-1
1043e6
Anna-Maria Gleixner (2):
1043e6
  cyclictest: Convert the offset of the alignment option to microseconds
1043e6
  cyclictest: Align measurement threads to the next full second
1043e6
  cyclictest: Ensure that next wakeup time is never in the past
1043e6
Daniel Wagner (1):
1043e6
  pi_stress: Clear affinity for DEADLINE tasks
1043e6
John Kacur (3):
1043e6
  Fix minor grammar mistake in the help output
1043e6
  Allow building with -DHAVE_PARSE_CPUSTRING_ALL
1043e6
  Add a MAINTAINERS file
1043e6
Michael Olbrich (2):
1043e6
  Makefile: pi_stress need librttest.a so it should depend on it
1043e6
  Makefile: cleanup linking to librttest.a
1043e6
Sebastian Andrzej Siewior (1):
1043e6
  cyclictest: consider the 4 as the major version
1043e6
1043e6
 * Tue Feb 17 2015 Clark Williams <williams@redhat.com> - 0.91-1
1043e6
- From Boris Egorov <egorov@linux.com>
1043e6
  - rt-migrate-test: exit early if nr_runs is non-positive
1043e6
  - rt-migrate-test: use variables instead of macros
1043e6
- From Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1043e6
  - pi_stress: remove timestamp of compilation from version output
1043e6
- rt-migrate-test: make sure input parameters are converted to correct units
1043e6
- rt-migrate-test: sanity check --prio value
1043e6
1043e6
* Tue Jan 27 2015 Clark Williams <williams@redhat.com> - 0.90-1
1043e6
- pip_stress: parameterize usleep value to work-around platform issues
1043e6
- From Daniel Wagner <daniel.wagner@bmw-carit.de>:
1043e6
  - pi_stress: Store schedule attributes per thread
1043e6
  - rt-utils: Add gettid()
1043e6
  - rt-utils: Add helper to parse/print scheduling policies
1043e6
  - rt-sched: Add sched_setattr/sched_getattr API
1043e6
  - pi_stress: Use error.h for logging and debugging
1043e6
  - error: Add debug() function
1043e6
  - pi_stress: Remove unused TIMER_SIGNAL definition
1043e6
  - rt-tests.h: Remove unused header file
1043e6
  - hackbench: Don't re-assign context for each fd
1043e6
- From Joakim Hernberg <jbh@alchemy.lu>:
1043e6
  - cyclictest: make affinity option only use number of online cpus
1043e6
- From John Kacur <jkacur@redhat.com>:
1043e6
  - cyclictest: Add long option --laptop to preserve battery power
1043e6
  - cyclictest: Fix help for long options only
1043e6
  - cyclictest: Change the output from function sighand() to stderr
1043e6
  - cyclictest: Always print an err message if write of 0 to cpu-dma_latency fails
1043e6
  - rt_numa.h: Suppress discards 'const' qualifier warning
1043e6
  - lib: Rework err_msg_n to output strerror after message
1043e6
- From Alexey Brodkin <Alexey.Brodkin@synopsys.com>:
1043e6
  - Makefile: allow building selected tests with non-NPTL toolchain
1043e6
1043e6
* Sun Mar 30 2014 Clark Williams <williams@redhat.com> - 0.89-1
1043e6
- clean up debugging comments and printfs from last release
1043e6
- ran hwlatdetect.py through 2to3, works for both python2 and 3
1043e6
1043e6
* Fri Mar 28 2014 Clark Williams <williams@redhat.com> - 0.88-1
1043e6
- From Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:
1043e6
  - cyclictest: Fix tracemark output when the latency threshold is hit on ARM
1043e6
- From Gary S. Robertson <gary.robertson@linaro.org>:
1043e6
  - cyclictest: Restore CPU affinity function for non-NUMA builds
1043e6
  - cyclictest: Don't offer --numa option when unavailable
1043e6
1043e6
* Wed Dec 11 2013 Clark Williams <williams@redhat.com> - 0.87-1
1043e6
- From Aaron Fabbri <ajfabbri@gmail.com>:
1043e6
  - cyclictest: CPU affinity now takes arbitrary set of cpus
1043e6
1043e6
* Fri Nov 15 2013 Clark Williams <williams@redhat.com> - 0.86-1
1043e6
- cyclictest: allow break threshold without doing any tracing
1043e6
- cyclictest: add named fifo for statistics
1043e6
- from John Kacur <jkacur@redhat.com>:
1043e6
  - cyclictest: Align option fixes
1043e6
  - Makefile: Don't tag files in dir BUILD from rpm builds
1043e6
  - Makefile: Add BUILDROOT and SPECS to the dirs to remove for distclean
1043e6
  - Makefile: Add tmp dir to distclean and "make release" call distclean
1043e6
  - Makefile: Don't tag tmp files created when making a release
1043e6
- from Nicholas Mc Guire <der.herr@hofr.at>:
1043e6
  - cyclictest: add align thread wakeup times option
1043e6
- cyclictest: modify option handling to use enumerated types
1043e6
- from Sebastian Andrzej Siewior <bigeasy@linutronix.de>:
1043e6
  - hackbench: init child's struct before using it
1043e6
- from Jim Somerville <Jim.Somerville@windriver.com>:
1043e6
  - cyclictest: finish removal of 1 second first loops
1043e6
- from Frank Rowand <frank.rowand@am.sony.com>:
1043e6
  - rt-tests: NUMA optional for make rpm
1043e6
  - cyclictest: white space cleanup
1043e6
1043e6
* Tue Nov 13 2012 Clark Williams <williams@redhat.com> - 0.85-1
1043e6
- [cyclictest] add tracemark function back to breaktrace logic
1043e6
- from Frank Rowand <frank.rowand@am.sony.com>:
1043e6
  - [cyclictest] report large measured clock latency
1043e6
  - [cyclictest] cleanup getopt_long() parameters
1043e6
- from John Kacur <jkacur@redhat.com>:
1043e6
  - [Makefile] add CPPFLAGS to pattern rule for dependencies
1043e6
  - [gitignore] exclude patches and .a archives
1043e6
- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>:
1043e6
  - Makefile: separate CFLAGS and CPPFLAGS
1043e6
  - have printf use %%s format for strings
1043e6
- from Bhavesh Davda <bhavesh@vmware.com>:
1043e6
  - cyclictest: histogram overflow instance tracking
1043e6
  - cyclictest: whitespace cleanup
1043e6
1043e6
* Wed May  9 2012 Clark Williams <williams@redhat.com> - 0.84-1
1043e6
- [cyclictest] added -Q/--priospread option to
1043e6
- from Markus Kohlhase <mail@markus-kohlhase.de>
1043e6
  - [docs] added description from osadl.org
1043e6
- from Darren Hart <dvhart@linux.intel.com>
1043e6
  - Makefile: Support user supplied CFLAGS and LDFLAGS
1043e6
- from Steven Rostedt <rostedt@goodmis.org>
1043e6
  - rt-tests: Update rt-migrate-test to use ftrace infrastructure
1043e6
- from John Kacur <jkacur@redhat.com>
1043e6
  - .gitignore: differentiate between program names and directories
1043e6
  - pi_stress: Check the status of sched_getaffinity
1043e6
  - Makefile: Introduce a static library
1043e6
  - Move info, warn, and fatal functions to error.[ch]
1043e6
  - install: Fix failed to create symbolic link hwlatdetect file exists
1043e6
  - cyclictest: Make cyclictest fail if it cannot run with requested priority
1043e6
- from Frank Rowand <frank.rowand@am.sony.com>
1043e6
  - cyclictest: segfault with '-a'
1043e6
  - cyclictest: avoid unneeded warning
1043e6
  - cyclictest: warn of interaction between '-a', '--smp', and '--numa'
1043e6
  - Makefile: get machinetype from compiler instead of uname
1043e6
  - cyclictest: incorrect first latency value for --verbose option
1043e6
  - cyclictest: printf format compile warning
1043e6
1043e6
* Mon Sep 26 2011 Clark Williams <williams@redhat.com> - 0.83-1
1043e6
- modified Makefile to be smarter about building with NUMA
1043e6
1043e6
* Wed Sep 21 2011 Clark Williams <williams@redhat.com> - 0.82-1
1043e6
- fix print that causes error in histogram processing
1043e6
1043e6
* Tue Sep 20 2011 Clark Williams <williams@redhat.com> - 0.81-1
1043e6
- cleaned up previous hack for /dev/cpu_dma_latency interface
1043e6
1043e6
* Tue Sep 20 2011 Clark Williams <williams@redhat.com> - 0.80-1
1043e6
- use /dev/cpu_dma_latency interface to prevent cstate transitions
1043e6
  in cyclictest
1043e6
1043e6
* Thu Sep 15 2011 Clark Williams <williams@redhat.com> - 0.79-1
1043e6
- added signal_workers routine to hackbench
1043e6
- added -F/--fifo option to hackbench
1043e6
1043e6
* Wed Sep 14 2011 Clark Williams <williams@redhat.com> - 0.78-1
1043e6
- modified hackebench signal logic
1043e6
1043e6
* Fri Sep  9 2011 Clark Williams <williams@redhat.com> - 0.77-1
1043e6
- removed tracemark functions (too much contention on multiprocessors)
1043e6
1043e6
* Wed Sep  7 2011 Clark Williams <williams@redhat.com> - 0.76-1
1043e6
- only turn on /proc/sys/kernel/ftrace_enabled for a tracer that
1043e6
  needs it
1043e6
- make sure to set current_tracer to function for -f switch
1043e6
1043e6
* Fri Sep  2 2011 Clark Williams <williams@redhat.com> - 0.75-1
1043e6
- added utility routines for mounting debugfs and event/tracing manipulation
1043e6
- from Steven Rostedt <srostedt@redhat.com>:
1043e6
  - allow events for all tracers
1043e6
  - Have -I and -P together also be -B
1043e6
  - do not touch tracing_thresh
1043e6
  - only check file descriptor in tracemark() function
1043e6
  - use interval on first loop instead of 1 second
1043e6
  - allow tracemark() to take variable args
1043e6
1043e6
* Thu Aug 18 2011 Clark Williams <williams@redhat.com> - 0.74-1
1043e6
- changes to deal with 3.0 kernel
1043e6
- fixed buildrequires in specfile for Python
1043e6
- fixed spelling error in printf in cyclictest
1043e6
- from John Kacur <jkacur@redhat.com>
1043e6
  - Make the function header style consistent with the rest of cyclictest.
1043e6
  - Spelling clean-ups
1043e6
- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1043e6
  - fix possible buffer overflow in string handling
1043e6
1043e6
* Mon May  9 2011 Clark Williams <williams@redhat.com> - 0.73-1
1043e6
- fixed signal handling in hackbench (avoid thousands of zombies)
1043e6
- from Geunsik Lim <geunsik.lim@samsung.com>
1043e6
  - fix incorrect wakeup interface in cyclictest
1043e6
- from Wolfram Sang <w.sang@pengutronix.de>
1043e6
  - Simplify Makefile using -D option to install
1043e6
- from Carsten Emde <C.Emde@osadl.org>
1043e6
  - add histogram summary column option (-H) to cyclictest
1043e6
- from Daniel Sangorrin <daniel.sangorrin@gmail.com>
1043e6
  - fix sched_setaffinity type error when building with UCLIB
1043e6
- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1043e6
  - install backfire's Makefile
1043e6
  - modernize backfire's Makefile
1043e6
1043e6
* Fri Jun 25 2010 Clark Williams <williams@redhat.com> - 0.72-1
1043e6
- changed 'diff' variable in timerthread() routine to be unsigned
1043e6
  64-bit to avoid overflow issues in debugging
1043e6
- included <stdint.h> and changed all 'long long' declarations to
1043e6
  use uint64_t and int64_t
1043e6
1043e6
* Tue May 18 2010 Clark Williams <williams@redhat.com> - 0.71-1
1043e6
- from Michal Schmit <mschmidt@redhat.com>:
1043e6
  - fix accumulating overruns in periodic timer mode
1043e6
1043e6
* Fri Apr  9 2010 Clark Williams <williams@redhat.com> - 0.70-1
1043e6
- from Olaf Hering <olaf@aepfle.de>
1043e6
  - skip python dependency during install if python not available
1043e6
1043e6
* Fri Apr  9 2010 Clark Williams <williams@redhat.com> - 0.69-1
1043e6
- fix bus error in cyclictest on NUMA systems with more than 16 cores
1043e6
- reset default cyclictest policy to SCHED_OTHER
1043e6
- from Carsten Emde <C.Emde@osadl.org>
1043e6
  - add pmqest program for testing posix message queue performance
1043e6
  - misc doc fixes
1043e6
1043e6
* Fri Mar 19 2010 Clark Williams <williams@redhat.com> - 0.68-1
1043e6
- fix tracing difference between 2.6.24 and 2.6.33
1043e6
1043e6
* Tue Mar 16 2010 Clark Williams <williams@redhat.com> - 0.67-1
1043e6
- modified specfile to add hackbench
1043e6
- modified internal ftrace logic for correct tracing
1043e6
- Changed rpm %%description field to be more descriptive (BZ# 572323)
1043e6
- from Carsten Emde <c.emde@osadl.org>
1043e6
  - added smp option to svsematest
1043e6
  - fixed policy display in cyclictest
1043e6
- from John Kacur <jkacur@redhat.com>
1043e6
  - changed default scheduling policy to SCHED_FIFO
1043e6
  - fixed spelling mistake on cyclictest man page
1043e6
  - use symbolic names for scheduling policy
1043e6
  - reverted commit 582be2a52c43801a10d318de7491f1cc7243d5cf to
1043e6
    deal with bug in priority distribution
1043e6
- from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1043e6
  - renamed pip to pip_stress
1043e6
  - eliminated use of temp files in dependency generation
1043e6
  - install backfire.c module source in /usr/src/backfire
1043e6
- from David Sommerseth <davids@redhat.com>
1043e6
  - added new-and-improved hackbench to rt-tests
1043e6
1043e6
* Mon Feb 15 2010 Clark Williams <williams@redhat.com> - 0.66-1
1043e6
- fix incorrect usage of sched_setscheduler in check_privs()
1043e6
1043e6
* Mon Feb  8 2010 Clark Williams <williams@redhat.com> - 0.65-1
1043e6
- add workaround to hwlatdetect for incorrect initializer in
1043e6
  smi_detector.ko
1043e6
1043e6
* Fri Jan 29 2010 Clark Williams <williams@redhat.com> - 0.64-1
1043e6
- from John Kacur <jkacur@redhat.com>
1043e6
  - automatic dependency generation
1043e6
  - style cleanups
1043e6
  - libnuma code cleanups
1043e6
  - add copyright to rt_numa.h
1043e6
1043e6
* Wed Jan 27 2010 Clark Williams <williams@redhat.com> - 0.63-1
1043e6
- added support for libnuma V1 API
1043e6
1043e6
* Tue Jan 26 2010 Clark Williams <williams@redhat.com> - 0.62-1
1043e6
- added NUMA option
1043e6
- patch from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1043e6
  to clarify source copyrights
1043e6
- moved hwlatdetect to python site-library
1043e6
1043e6
* Wed Jan 13 2010 Clark Williams <williams@redhat.com> - 0.61-1
1043e6
- added --smp/-S option to setup for basic SMP testing
1043e6
- added warn() and fatal() utility functions
1043e6
1043e6
* Tue Dec 29 2009 Clark Williams <williams@redhat.com> - 0.60-1
1043e6
- John Kacur <jkacur@redhat.com>:
1043e6
  - added pip test (process based priority inheritance)
1043e6
  - refactored some error routines into the common library
1043e6
  - added 'make tags' option to Makefile
1043e6
- Michael Olbrich <m.olbrich@pengutronix.de> added an unbuffered
1043e6
  output option to cyclictest (-u/--unbuffered)
1043e6
1043e6
* Mon Dec 21 2009 Clark Williams <williams@redhat.com> - 0.59-1
1043e6
- deleted classic_pi
1043e6
- David Sommerseth <davids@redhat.com>:
1043e6
  - added help text for -M (refresh-on-max) option for cyclictest
1043e6
  - fixed parsing of --mlockall in signaltest
1043e6
- Carsten Emde <C.Emde@osadl.org> provided a better explaination
1043e6
  for using the kernel module with the backfire program
1043e6
- John Kacur <jkacur@redhat.com> cleaned up the trailing comments
1043e6
  on the guard macros in src/lib/rt-utils.h
1043e6
1043e6
* Mon Dec 21 2009 Clark Williams <williams@redhat.com> - 0.58-1
1043e6
- merged jkacur's portable getcpu() code
1043e6
- fixed inadvertent conversion of some source to DOS text files
1043e6
1043e6
* Mon Dec 14 2009 Clark Williams <williams@redhat.com> - 0.57-1
1043e6
- John Kacur <jkacur@redhat.com> folded in Carsten Emde's tests
1043e6
    - ptsematest
1043e6
    - sigwaittest
1043e6
    - svsematest
1043e6
    - sendme
1043e6
- Carsten Emde <carsten.emde@osadl.org> created a utility library
1043e6
  moving functions from cyclictest into src/lib/rt-utils.c
1043e6
- Makefile cleanups from jkacur
1043e6
1043e6
* Thu Dec 10 2009 Clark Williams <williams@redhat.com> - 0.56-1
1043e6
- cyclictest: added code to print break thread id with -b
1043e6
1043e6
* Thu Nov 19 2009 Clark Williams <williams@redhat.com> - 0.55-1
1043e6
- pi_stress: cosmetic newline added
1043e6
- fixes from John Kacur <jkacur@redhat.com>
1043e6
  - pi_stress: Remove racy state variables that cause watchdog to trigger
1043e6
  - pi_stress: Check whether quiet is set, before taking shutdown_mtx
1043e6
  - pi_stress: Use a pthread_mutex_t for the global variable shutdown
1043e6
1043e6
* Tue Nov 17 2009 Clark Williams <williams@redhat.com> - 0.54-1
1043e6
- patches from John Kacur <jkacur@redhat.com>
1043e6
  - fix source style issues in pi_stress
1043e6
  - add a DEBUG option to the Makefile
1043e6
  - use CFLAGS for C compiler options
1043e6
  - label targets as PHONY if not generating actual file
1043e6
- patch to remove rt-tests.spec from .PHONY in Makefile
1043e6
1043e6
* Mon Nov 16 2009 Clark Williams <williams@redhat.com> - 0.53-2
1043e6
- added back missing dist tag for release
1043e6
1043e6
* Tue Oct  6 2009 Clark Williams <williams@redhat.com> - 0.53-1
1043e6
- fixed incorrect format string in hwlatdetect.py
1043e6
- added docs/release-checklist.txt
1043e6
1043e6
* Mon Sep 21 2009 Clark Williams <williams@redhat.com> - 0.52-1
1043e6
- fixes and cleanups to pi_stress from jkacur
1043e6
- added rostedt's rt-migrate-test
1043e6
1043e6
* Thu Sep  3 2009 Clark Williams <williams@redhat.com> - 0.51-1
1043e6
- two manpage fixes from Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1043e6
- added -M option from Arnaldo Carvahlo de Melo <acme@redhat.com>
1043e6
  (for use on low-bandwidth connections, defer's update until new max hit)
1043e6
1043e6
* Fri Jul 24 2009 Clark Williams <williams@redhat.com> - 0.50-2
1043e6
- minor patch to fix reporting option of hwlatdetect
1043e6
1043e6
* Thu Jul 16 2009 Clark Williams <williams@redhat.com> - 0.50-1
1043e6
- patch to cyclictest from Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1043e6
  to process options before checking for root user
1043e6
- patch to cyclictest from Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1043e6
  to exit with proper error code on exit
1043e6
- added scripts/do-git-push script
1043e6
- added push target to Makefile
1043e6
- rewrite of hwlatdetect script to handle old smi_detector module
1043e6
1043e6
* Sun Jul  5 2009 Clark Williams <williams@redhat.com> - 0.47-1
1043e6
- patch from GeunSik Lim <leemgs1@gmail.com> to reorder options for readability
1043e6
- patch from GeunSik Lim <leemgs1@gmail.com> to add --policy option
1043e6
- patch from GeunSik Lim <leemgs1@gmail.com> to clarify -h option usage
1043e6
- modified --policy to take scheduler policy name instead of integers
1043e6
1043e6
* Thu Jul  2 2009 Clark Williams <williams@redhat.com> - 0.46-1
1043e6
- added fix from Daniel Gollub <dgollub@suse.de> (doomsday latency)
1043e6
1043e6
* Thu Jul  2 2009 Clark Williams <williams@redhat.com> - 0.45-1
1043e6
- bugfix from Daniel Gollub <dgollub@suse.de> (fix cyclictest segfault)
1043e6
- cyclictest format change from Sven-Thorsten Dietrich <sdietrich@suse.de>
1043e6
- added help target to Makefile
1043e6
1043e6
* Tue Jun 30 2009 Clark Williams <williams@redhat.com> - 0.44-1
1043e6
- fix to specfile (renamed smidetect to hwlatdetect)
1043e6
- added code to hwlatdetect allow setting window and width properly
1043e6
1043e6
* Thu Jun 25 2009 Clark Williams <williams@redhat.com> - 0.43-1
1043e6
- manpage fixes from Uwe Kleine-Konig <u.kleine-koenig@pengutronix.de>
1043e6
1043e6
* Fri Jun 12 2009 Clark Williams <williams@redhat.com> - 0.42-1
1043e6
- renamed smidetect -> hwlatdetect
1043e6
1043e6
* Thu May 28 2009 Clark Williams <williams@redhat.com> - 0.41-1
1043e6
- added Stefan Agner's patch to fix calculating time difference
1043e6
  when delta is bigger than 2147 seconds
1043e6
1043e6
* Wed May 13 2009 Clark Williams <williams@redhat.com> - 0.40-1
1043e6
- added smidetect
1043e6
1043e6
* Thu Jan 03 2008 Clark Williams <williams@redhat.com> - 0.18-1
1043e6
- Initial build.