Package Release Info

rt-tests-1.6-bp151.2.3.1

Update Info: openSUSE-2020-1255
Available in Package Hub : 15 SP1 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

rt-tests

Change Logs

* Tue Jun 16 2020 Jeffrey Cheung <jcheung@suse.com>
- 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
- Add rt-tests-1.6-Makefile.patch
Version: 1.3-bp151.1.1
* Thu Sep 13 2018 Jan Engelhardt <jengelh@inai.de>
- Fix grammar in description.
- Have some more %make_install.
* Thu Sep 13 2018 Martin Pluskal <mpluskal@suse.com>
- Update to version 1.3
- Cleanup spec file
* Thu Sep 13 2018 Jeffrey Cheung <jcheung@suse.com>
- This is initial to SLERT15 SP1 [fate#326547]
* Mon Jul 30 2018 jcheung@suse.com
- Update to 1.0
  Fate#323312 - Upgrade rt-tests to v1.0
  cyclictest: stop any tracing after hitting a breaktrace threshold
  rt-tests: Makefile: Assume numa_parse_cpustring_all available
  rt-tests: Add man page for rt-migrate-test
  rt-tests: Update the cyclictest man page
  rt-tests: Add missing option to hwlatdetect man page
  rt-tests: Housekeeping fix some spelling errors.
  rt-tests: hwlat.txt: smidetect renamed to hwlatdetect
  rt-tests: Remove doc/release-checklist.txt
  rt-tests: Makefile - bump version to 1.0
* Fri Jul 27 2018 jcheung@suse.com
- Submit to SLERT12 SP4
* Tue Apr 25 2017 jcheung@suse.com
- Submit to SLERT12-SP3
* Thu Dec 08 2016 jcheung@suse.com
- Apply this version to SLE-12-SP2
* Thu Jan 14 2016 jcheung@suse.com
- Apply this version to SLE-12-SP1
* Fri Jul 10 2015 jcheung@suse.com
-
- Add the "COPYING" file in the %doc section
-
* Thu Jul 09 2015 jcheung@suse.com
-
- license update: GPL-2.0
- We now use SPDX license sytnax.
-
* Wed Jul 08 2015 cdenicolo@suse.com
-
- license update: GPL-2.0
- please use SPDX  license sytnax.
* Tue Jun 30 2015 Mike Galbraith <mgalbraith@suse.de>
- Update to 0.89
  This is the last release suitable for SLE11
- Drop legacy/unbuildable backfire/sendme
- Drop legacy SLERT10 scripts
- We now ship virgin source with only hwlatency detect and broken
  legacy code removed.
* Thu Nov 24 2011 Mike Galbraith <mgalbraith@suse.de>
- Fix up spec file BuildRequires/Requires for libnuma
* Thu Nov 24 2011 Mike Galbraith <mgalbraith@suse.de>
- Update to 0.83
* Fri Aug 06 2010 Mike Galbraith <mgalbraith@suse.de>
- Update to 0.72
- Update signaltest display and trace capability to match cyclictest,
  and provide a man page for same.
* Fri Feb 26 2010 jblunck@suse.de
- Update to 0.64.
* Mon Oct 12 2009 sdietrich@suse.de
- Update to 0.53.
* Tue Jul 07 2009 sdietrich@suse.de
- Update to 0.47.
* Mon Jul 06 2009 sdietrich@suse.de
- Update to 0.46. Drop: histogram_exceed_limit.patch
* Thu Jul 02 2009 sdietrich@suse.de
- Update to 0.45. Drop:
  change-output-format-to-allow-6-digits.patch
  clock_nanosleep_interrupt.patch
Version: 1.10-bp151.2.6.1
* Tue Jan 05 2021 Jeffrey Cheung <jcheung@suse.com>
- 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 and remove  rt-tests-1.6-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