[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080728195251.GA14236@uranus.ravnborg.org>
Date: Mon, 28 Jul 2008 21:52:51 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
LKML <linux-kernel@...r.kernel.org>
Cc: Ananth N Mavinakayanahalli <ananth@...ibm.com>,
Ankita Garg <ankita@...ibm.com>,
Josh Triplett <josh@...edesktop.org>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [GIT PULL] tests/ directory added
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%)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists