linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix for machines without numa
@ 2021-02-22 22:07 John Kacur
  2021-02-22 22:07 ` [PATCH 1/2] rt-tests: Don't assume numa is available at runtime John Kacur
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: John Kacur @ 2021-02-22 22:07 UTC (permalink / raw)
  To: RT, Christian Eggers
  Cc: Daniel Wagner, Kurt Kanzenbach, Clark Williams,
	Sebastian Andrzej Siewior, John Kacur

Trying to return the code to a state where numa is required at compile
time but not at runtime

- The first patch should allow cyclictest to run on a machine
without numa.

- The second patch is a clean-up of some old code

The code is pushed in git to branch unstable/devel/no-numa-runtime
so that people can test before I integrate the code back in the main
branch

Thanks

John

John Kacur (2):
  rt-tests: Don't assume numa is available at runtime
  rt-tests: remove rt_numa_bitmask_count in rt_numa.h

 src/cyclictest/cyclictest.c |  8 ++------
 src/cyclictest/rt_numa.h    | 12 ------------
 src/lib/rt-numa.c           | 17 +++++++++++------
 src/signaltest/signaltest.c |  8 ++------
 4 files changed, 15 insertions(+), 30 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-02-25  3:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 22:07 [PATCH 0/2] Fix for machines without numa John Kacur
2021-02-22 22:07 ` [PATCH 1/2] rt-tests: Don't assume numa is available at runtime John Kacur
2021-02-22 22:07 ` [PATCH 2/2] rt-tests: remove rt_numa_bitmask_count in rt_numa.h John Kacur
2021-02-24  9:25 ` [PATCH 0/2] Fix for machines without numa Kurt Kanzenbach
2021-02-25  3:36   ` John Kacur

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).