Revisions of rt-tests

buildservice-autocommit accepted request 1142931 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 33)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1142920 from Andrea Manzini's avatar Andrea Manzini (amanzini) (revision 32)
- Update to version 2.6:
  https://lore.kernel.org/linux-rt-users/20231006200345.53658-1-jkacur@redhat.com/
buildservice-autocommit accepted request 1080074 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 31)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 30)
- Update to version 2.5:
  https://lore.kernel.org/linux-rt-users/20230120205220.26218-1-jkacur@redhat.com/T/#u
- Drop upstreamed patches:
  * 0001-cyclictest-Fix-threads-being-affined-even-when-a-isn.patch
  * 0002-rt-tests-Remove-arbitrary-num-of-threads-limits.patch
  * 0003-rt-tests-hackbench-Add-error-checking-to-connect-and.patch
  * 0004-rt-tests-hwlatdetect-Update-to-integer-division.patch
buildservice-autocommit accepted request 1038055 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 29)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 28)
- Use sources which are actually published
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1037851 from Petr Vorel's avatar Petr Vorel (pevik) (revision 27)
- Update to upstream version v2.4
  https://lore.kernel.org/linux-rt-users/20220708150017.13462-1-jkacur@redhat.com/
- Update to upstream version v2.3
  https://lore.kernel.org/linux-rt-users/20211210184649.11084-1-jkacur@redhat.com/
- Remove old patch rt-tests-1.10-Makefile.patch, which installed
  src/cyclictest/get_cyclictest_snapshot.8. Upstream guarded it with PYLIB in
  3d1976b ("Makefile: manpages: only add get_cyclictest_snapshot if PYLIB")
  but PYLIB should be defined due BuildRequires:  python3-base
- Backport runtime fixes from upcomming release:
  * 0001-cyclictest-Fix-threads-being-affined-even-when-a-isn.patch
  * 0002-rt-tests-Remove-arbitrary-num-of-threads-limits.patch
  * 0003-rt-tests-hackbench-Add-error-checking-to-connect-and.patch
  * 0004-rt-tests-hwlatdetect-Update-to-integer-division.patch
- Use tarball with xz compression instead of gz
- Use %autosetup (not having to add -p1 for patches)
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 915207 from Daniel Wagner's avatar Daniel Wagner (wagi) (revision 26)
- Update to upstream version v2.2
  * signaltest: Fix JSON output latency values for 32bit machines
  * oslat: Don't take trace_threshold into account during preheat
  * sched_deadline: Update HRTICK_DL location
  * Allow static builds by dropping dependency on pthread_getaffinity_np
David Sterba's avatar David Sterba (dsterba) accepted request 909092 from Daniel Wagner's avatar Daniel Wagner (wagi) (revision 25)
- Enable build on all architectures.

rt-tests itself has no dependencies on any specific hardware
architectures. As we are heading towards upstream support for
PREEMPT_RT enable the package to be able to do tests on
non x86_64 platforms.
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 903179 from Daniel Wagner's avatar Daniel Wagner (wagi) (revision 24)
- Update to upstream version 2.1
  * Avoid pagefault at startup which made the first cycle
    in cyclictest measure a huge latency spike.
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 902294 from Daniel Wagner's avatar Daniel Wagner (wagi) (revision 23)
- Update to upstream version 2.0
  * All test programs can output their results in JSON format
  * cyclictest: Allow to specify main thread affinity
buildservice-autocommit accepted request 860406 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 22)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 21)
- Add rt-tests-1.10-Makefile.patch and remove  rt-tests-1.6-Makefile.patch
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 860394 from Jeffrey Cheung's avatar Jeffrey Cheung (Jeffreycheung) (revision 20)
- Update to upstream version 1.10 (SLE-12981)
  * rt-tests: queuelat: Remove get_cpuinfo_mhz.sh and old Makefile
  * rt-tests: determine_maximum_mpps.sh: Add a menu to get user settings.
  * rt-numa: Introduce NUMA helpers
  * cyclictest: Only report the first incident
  * Streamline usage and man page
- Add rt-tests-1.10-Makefile.patch 
- Cleanup spec file
- Changes from version 1.9
  * signaltest: Only print from the first thread stats when quiet
  * rt-tests: cyclictest: Move ftrace helpers into rt-utils.[ch]
  * pi_stress: limit the number of inversion groups to the number of online cores
  * rt-tests: Install new man page get_cyclictest_snapshot.8
  * rt-tests: Add a man page for get_cyclictest_snapshot
  * rt-tests: ptsematest.8: Update the ptsematest man page
  * rt-tests: improvements to the python style in get_cyclictest_snapshot
  * cyclictest: Fix setaffinity error on large NUMA machines
- Changes from version 1.8
  * cyclictest: Make the affinity mask apply to the main thread too
  * Remove support for compiling without NUMA
  * cyclictest: Only run on runtime affinity and user supplied affinity
  * cyclictest: Only run on available cpus according to the affinity
  * cyclictest: Report all errors from pthread_setaffinity_np
- Changes from version 1.7
  * Add get_cyclictest_snapshot to Makefile
  * Add the get_cyclictest_snapshot.py utility
  * determine_maximum_mpps.sh: Fix quoting and other shell issue
  * queuelat: get_cpuinfo_mhz.sh highest value
  * cyclicdeadline: Add a simple manpage for cyclicdeadline
buildservice-autocommit accepted request 815274 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 19)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 18)
- Add rt-tests-1.6-Makefile.patch
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 815266 from Jeffrey Cheung's avatar Jeffrey Cheung (Jeffreycheung) (revision 17)
- Update to version 1.6:
  * New feature to get a snapshot of a running instance of cyclictest without stopping it by 
    sending SIGUSR2 to the PID and reading a shared memory segment. This is especially useful 
    if running cyclictest over a long period of time
  * Add SPDX tags V3
  * Some fixes
- Changes from version 1.5
  * Mostly small clean-ups and bug fixes
  
- Changes from version 1.4
  * Added a number of new programs to the rt-tests suite
    - queuelat : simulates a network queue checking for latency violations in packet processing.
    - cyclicdeadline : used to test the deadline scheduler (SCHED_DEADLINE)
    - deadline_test : tests the deadline scheduler in a cyclictest manner
    - ssdd : a tracer to do a bunch of PTRACE_SINGLESTEPs
    
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 16)
Martin Pluskal's avatar Martin Pluskal (pluskalm) committed (revision 15)
- Small packaging cleanup using spec-cleaner
- Update to version 1.6:
  * No changelog available
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 814634 from Jeffrey Cheung's avatar Jeffrey Cheung (Jeffreycheung) (revision 14)
- Update to version 1.6
Displaying revisions 1 - 20 of 33
openSUSE Build Service is sponsored by