linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Various rt-test patches
@ 2015-07-10 12:25 John Kacur
  2015-07-10 12:25 ` [PATCH 1/6] Fix warning: unused variable ‘c’ John Kacur
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: John Kacur @ 2015-07-10 12:25 UTC (permalink / raw)
  To: rt-users
  Cc: Clark Williams, Thomas Gleixner, Carsten Emde, Sebastian Siewior,
	John Kacur

Various rt-patches

Some of these have to do with infrastructure.
Moving to git-archive so we get cleaner tarballs.
I'm planning on ripping out anything in the makefiles that have to do with
maintaining rt-tests though, and either removing it or putting it in the
scripts dir.

Oh, and we have a new repo you should clone, one of the following

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

And a new location for our tarballs

https://www.kernel.org/pub/linux/utils/rt-tests/


Cheers!

John Kacur (6):
  Fix warning: unused variable ‘c’
  Fix possible exit on error without releasing mutex
  Create a .gitattribute file to specify what files git-archive should
    ignore
  Add .tar files to .gitignore
  Change VERSION_STRING to VERSION
  Create an rt-tests.tar file using git-archive

 .gitattributes                |  4 ++++
 .gitignore                    |  1 +
 Makefile                      | 25 +++++++++++++++----------
 src/backfire/sendme.c         |  2 +-
 src/cyclictest/cyclictest.c   |  2 +-
 src/pi_tests/pi_stress.c      | 17 ++++++++++++-----
 src/pi_tests/pip_stress.c     |  1 -
 src/pmqtest/pmqtest.c         |  2 +-
 src/ptsematest/ptsematest.c   |  2 +-
 src/signaltest/signaltest.c   |  2 +-
 src/sigwaittest/sigwaittest.c |  2 +-
 src/svsematest/svsematest.c   |  2 +-
 12 files changed, 39 insertions(+), 23 deletions(-)
 create mode 100644 .gitattributes

-- 
1.8.3.1

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-07-14 21:45 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-10 12:25 [PATCH 0/6] Various rt-test patches John Kacur
2015-07-10 12:25 ` [PATCH 1/6] Fix warning: unused variable ‘c’ John Kacur
2015-07-10 12:25 ` [PATCH 2/6] Fix possible exit on error without releasing mutex John Kacur
2015-07-14 15:59   ` Sebastian Andrzej Siewior
2015-07-14 21:03     ` John Kacur
2015-07-10 12:25 ` [PATCH 3/6] Create a .gitattribute file to specify what files git-archive should ignore John Kacur
2015-07-10 12:25 ` [PATCH 4/6] Add .tar files to .gitignore John Kacur
2015-07-14 15:58   ` Sebastian Andrzej Siewior
2015-07-14 20:33     ` John Kacur
2015-07-10 12:25 ` [PATCH 5/6] Change VERSION_STRING to VERSION John Kacur
2015-07-10 13:42   ` Pavel Vasilyev
2015-07-14 16:09   ` Sebastian Andrzej Siewior
2015-07-14 21:45     ` John Kacur
2015-07-10 12:25 ` [PATCH 6/6] Create an rt-tests.tar file using git-archive John Kacur
2015-07-14 16:13   ` Sebastian Andrzej Siewior
2015-07-14 20:28     ` 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).