All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Some miscellanous fixes
@ 2021-08-27 22:02 John Kacur
  2021-08-27 22:02 ` [PATCH 1/8] rt-tests: deadline_test: Move va_start forward John Kacur
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: John Kacur @ 2021-08-27 22:02 UTC (permalink / raw)
  To: RT; +Cc: Clark Williams, John Kacur

Just a few miscellanous fixes here, nothing big.

Daniel Wagner (1):
  rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np()

John Kacur (7):
  rt-tests: deadline_test: Move va_start forward
  rt-tests: deadline_test: Remove deadcode
  rt-tests: ptsematest: Remove deadcode
  rt-tests: pi_stress: Don't call free on alloca
  rt-tests: pip_stress: Add missing paramater in error message
  rt-tests: pi_stress: Add missing parameter and fix types
  rt-tests: deadline_test: Exit with message if threads less than 1

 src/lib/rt-numa.c                  |  6 ++----
 src/pi_tests/pi_stress.c           | 12 ++++--------
 src/pi_tests/pip_stress.c          |  2 +-
 src/ptsematest/ptsematest.c        |  6 ------
 src/sched_deadline/deadline_test.c | 13 +++++++------
 5 files changed, 14 insertions(+), 25 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-08-27 22:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-27 22:02 [PATCH 0/8] Some miscellanous fixes John Kacur
2021-08-27 22:02 ` [PATCH 1/8] rt-tests: deadline_test: Move va_start forward John Kacur
2021-08-27 22:02 ` [PATCH 2/8] rt-tests: deadline_test: Remove deadcode John Kacur
2021-08-27 22:02 ` [PATCH 3/8] rt-tests: ptsematest: " John Kacur
2021-08-27 22:02 ` [PATCH 4/8] rt-tests: pi_stress: Don't call free on alloca John Kacur
2021-08-27 22:02 ` [PATCH 5/8] rt-tests: pip_stress: Add missing paramater in error message John Kacur
2021-08-27 22:02 ` [PATCH 6/8] rt-tests: pi_stress: Add missing parameter and fix types John Kacur
2021-08-27 22:02 ` [PATCH 7/8] rt-tests: deadline_test: Exit with message if threads less than 1 John Kacur
2021-08-27 22:02 ` [PATCH 8/8] rt-numa: Use sched_getaffinity() instead of pthread_getaffinity_np() John Kacur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.