linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: John Kacur <jkacur@redhat.com>
To: rt-users <linux-rt-users@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>
Cc: Clark Williams <williams@redhat.com>, John Kacur <jkacur@redhat.com>
Subject: [ANNOUNCE] rt-tests-1.8
Date: Mon,  9 Mar 2020 15:11:34 -0400	[thread overview]
Message-ID: <20200309191134.9062-1-jkacur@redhat.com> (raw)

- Lots of changes to affinity
- Fixes to the parsing of affinity in cyclictest
- Changes to cyclictest to obey the affinity of the environment it finds
  itself running in, instead of acting like it owns the whole machine.
  This should improve cyclictest running in containers
- Removal of old unsupported code
- Fix from Jeremy Puhlman to generate manpages in a cleaner fashion

Bug reports, testing, patches are always appreaciated.

Enjoy!

Clone
git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git
https://kernel.googlesource.com/pub/scm/utils/rt-tests/rt-tests.git

Branch: unstable/devel/latest

Tag: v1.8

Tarballs are available here:
https://kernel.org/pub/linux/utils/rt-tests

Older version tarballs are available here:
https://kernel.org/pub/linux/utils/rt-tests/older

Jeremy Puhlman (1):
  rt-tests: make manpages builds reproducible

John Kacur (11):
  rt-tests: cyclictest: Set errno to 0 before call to mlock
  rt-tests: cyclictest: Report all errors from pthread_setaffinity_np
  rt-tests: cyclictest: Fix parsing affinity with a space and a leading
    zero
  rt-tests: cyclictest: Fix parsing affinity with leading exclamation
    mark
  rt-tests: cyclictest: Only run on available cpus according to the
    affinity
  rt-tests: cyclictest: Only run on runtime affinity and user supplied
    affinity
  rt-tests: cyclictest: Remove HAVE_PARSE_CPUSTRING_ALL
  rt-tests: cyclictest: Remove support for compiling without NUMA
  rt-tests: cyclictest: Make the affinity mask apply to the main thread
    too
  rt-tests: cyclictest: Fix -t without a user specified [NUM]
  rt-tests: Makefile - update version

 Makefile                    |  29 ++-------
 src/cyclictest/cyclictest.c | 125 +++++++++++++++++++++++++++++++++---
 src/cyclictest/rt_numa.h    |  77 ----------------------
 3 files changed, 122 insertions(+), 109 deletions(-)

-- 
2.20.1


                 reply	other threads:[~2020-03-09 19:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200309191134.9062-1-jkacur@redhat.com \
    --to=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).