[GIT PULL?] Create and populate toplevel tests/ for kernel tests

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Andrew Morton <akpm@...>, Linus Torvalds <torvalds@...>
Cc: Christoph Hellwig <hch@...>, <ananth@...>, <linux-kernel@...>, <torvalds@...>, <mingo@...>, <ak@...>, <arjan@...>
Date: Tuesday, February 12, 2008 - 6:39 pm

Hi Linus.

Will you consider such a primary code-movement for -rc1
or shall we wait until next merge window?

Had we hit -rc2 I would not have sent this pull req and
feel free to flame me anyway.

The rationale to get it merged is obviously to avoid
merge conflicts and the only reason I ask is that I consider
it a low risk patch.

I have not included 8/8 since it was questioned and it
will wait until next merge window. But the first 7 was
straightforward.

You can pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/tests.git

diffstat and shortlog below.
I also included mail last with a few of the merge related comments.

	Sam

 Makefile                                        |    1 +
 drivers/misc/Makefile                           |    1 -
 kernel/Makefile                                 |    4 -
 lib/Kconfig.debug                               |   71 +--------------------
 lib/Makefile                                    |    1 -
 tests/Kconfig                                   |   79 +++++++++++++++++++++++
 tests/Makefile                                  |   10 +++
 {kernel => tests}/backtracetest.c               |    0 
 {drivers/misc => tests}/lkdtm.c                 |   12 ++--
 {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, 99 insertions(+), 82 deletions(-)

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



On Tue, Feb 12, 2008 at 01:22:46PM -0800, Andrew Morton wrote:
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/8] Create and populate toplevel tests/ for kernel t..., Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:44 am)
Re: [PATCH 0/8] Create and populate toplevel tests/ for kern..., Christoph Hellwig, (Tue Feb 12, 12:44 pm)
[GIT PULL?] Create and populate toplevel tests/ for kernel t..., Sam Ravnborg, (Tue Feb 12, 6:39 pm)
Re: [GIT PULL?] Create and populate toplevel tests/ for kern..., Ananth N Mavinakayanahalli..., (Thu Feb 21, 11:42 pm)
Re: [GIT PULL?] Create and populate toplevel tests/ for kern..., Stephen Rothwell, (Fri Feb 22, 12:57 am)
Re: [GIT PULL?] Create and populate toplevel tests/ for kern..., Ananth N Mavinakayanahalli..., (Fri Feb 22, 1:03 am)
Re: [GIT PULL?] Create and populate toplevel tests/ for kern..., Ananth N Mavinakayanahalli..., (Wed Feb 20, 11:56 am)
[PATCH 8/8] Move RODATA and NX tests to tests/, Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:52 am)
Re: [PATCH 8/8] Move RODATA and NX tests to tests/, Arjan van de Ven, (Mon Feb 11, 11:01 am)
Re: [PATCH 8/8] Move RODATA and NX tests to tests/, Ingo Molnar, (Mon Feb 11, 10:42 am)
Re: [PATCH 8/8] Move RODATA and NX tests to tests/, Ananth N Mavinakayanahalli..., (Mon Feb 11, 11:49 am)
[PATCH 7/8] Move backtrace tests to tests/ , Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:51 am)
Re: [PATCH 7/8] Move backtrace tests to tests/, Arjan van de Ven, (Mon Feb 11, 11:00 am)
[PATCH 6/8] Move kprobes smoke tests to tests/, Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:51 am)
[PATCH 5/8] Move lkdtm to tests/, Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:50 am)
[PATCH 4/8] Move rtmutex-tests to tests/, Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:49 am)
[PATCH 3/8] Move rcutorture to tests/ , Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:48 am)
[PATCH 2/8] Move locking selftests to tests/, Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:46 am)
[PATCH 1/8] Create tests/ directory , Ananth N Mavinakayanahalli..., (Mon Feb 11, 6:45 am)