mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] tests/ directory added
@ 2008-07-28 19:52 Sam Ravnborg
  0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2008-07-28 19:52 UTC (permalink / raw)
  To: Linus Torvalds, LKML
  Cc: Ananth N Mavinakayanahalli, Ankita Garg, Josh Triplett,
	Paul E. McKenney, Andrew Morton

Hi Linus.

A few months ago it was discussed to move all tests to a common place
thus finding a nice spot where we can extend the runtime testing.
The following patchset has been kept up-to-date by Ananth for a while
and I my resistance to take it via kbuild-next.git (as Andrew then suggested)
I have created a sepearate tree for it.

Please pull.

Thanks,
	Sam

The following changes since commit f934fb19ef34730263e6afc01e8ec27a8a71470f:
  Linus Torvalds (1):
        Merge branch 'for-linus' of git://git.kernel.org/.../dtor/input

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sam/test.git master

Ananth N Mavinakayanahalli (7):
      Add tests/ directory
      Move locking selftests to tests/
      Move rcutorture to tests/
      Move rtmutex tester to tests/
      Move lkdtm to tests/
      Move kprobes smoke tests to tests/
      Move backtrace selftests to tests/

 Makefile                                        |    1 +
 drivers/misc/Makefile                           |    1 -
 kernel/Makefile                                 |    4 -
 lib/Kconfig.debug                               |   93 +--------------------
 lib/Makefile                                    |    1 -
 tests/Kconfig                                   |  101 +++++++++++++++++++++++
 tests/Makefile                                  |   10 ++
 {kernel => tests}/backtracetest.c               |    0
 {drivers/misc => tests}/lkdtm.c                 |    0
 {lib => tests}/locking-selftest-hardirq.h       |    0
 {lib => tests}/locking-selftest-mutex.h         |    0
 {lib => tests}/locking-selftest-rlock-hardirq.h |    0
 {lib => tests}/locking-selftest-rlock-softirq.h |    0
 {lib => tests}/locking-selftest-rlock.h         |    0
 {lib => tests}/locking-selftest-rsem.h          |    0
 {lib => tests}/locking-selftest-softirq.h       |    0
 {lib => tests}/locking-selftest-spin-hardirq.h  |    0
 {lib => tests}/locking-selftest-spin-softirq.h  |    0
 {lib => tests}/locking-selftest-spin.h          |    0
 {lib => tests}/locking-selftest-wlock-hardirq.h |    0
 {lib => tests}/locking-selftest-wlock-softirq.h |    0
 {lib => tests}/locking-selftest-wlock.h         |    0
 {lib => tests}/locking-selftest-wsem.h          |    0
 {lib => tests}/locking-selftest.c               |    0
 {kernel => tests}/rcutorture.c                  |    0
 {kernel => tests}/rtmutex-tester.c              |    2 +-
 {kernel => tests}/test_kprobes.c                |    0
 27 files changed, 115 insertions(+), 98 deletions(-)
 create mode 100644 tests/Kconfig
 create mode 100644 tests/Makefile
 rename {kernel => tests}/backtracetest.c (100%)
 rename {drivers/misc => tests}/lkdtm.c (100%)
 rename {lib => tests}/locking-selftest-hardirq.h (100%)
 rename {lib => tests}/locking-selftest-mutex.h (100%)
 rename {lib => tests}/locking-selftest-rlock-hardirq.h (100%)
 rename {lib => tests}/locking-selftest-rlock-softirq.h (100%)
 rename {lib => tests}/locking-selftest-rlock.h (100%)
 rename {lib => tests}/locking-selftest-rsem.h (100%)
 rename {lib => tests}/locking-selftest-softirq.h (100%)
 rename {lib => tests}/locking-selftest-spin-hardirq.h (100%)
 rename {lib => tests}/locking-selftest-spin-softirq.h (100%)
 rename {lib => tests}/locking-selftest-spin.h (100%)
 rename {lib => tests}/locking-selftest-wlock-hardirq.h (100%)
 rename {lib => tests}/locking-selftest-wlock-softirq.h (100%)
 rename {lib => tests}/locking-selftest-wlock.h (100%)
 rename {lib => tests}/locking-selftest-wsem.h (100%)
 rename {lib => tests}/locking-selftest.c (100%)
 rename {kernel => tests}/rcutorture.c (100%)
 rename {kernel => tests}/rtmutex-tester.c (99%)
 rename {kernel => tests}/test_kprobes.c (100%)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-28 20:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-28 19:52 [GIT PULL] tests/ directory added Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®