All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] [GIT PULL] ktest: updates for v3.5
@ 2012-05-22 12:05 Steven Rostedt
  2012-05-22 12:05 ` [PATCH 1/8] ktest: Fix kernelrevision with POST_BUILD Steven Rostedt
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Steven Rostedt @ 2012-05-22 12:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Linus Torvalds

[-- Attachment #1: Type: text/plain, Size: 1607 bytes --]


Linus,

Please pull the latest ktest-v3.5 tree, which can be found at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-ktest.git
ktest-v3.5

Head SHA1: af738c3e4870c304b8c8c69e11bc6517b5b52d10


Steven Rostedt (8):
      ktest: Fix kernelrevision with POST_BUILD
      ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has network
      ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_config
      ktest: Add useful example configs
      ktest: Add kvm.conf example config
      ktest: Add an example config that does cross compiling of several archs
      ktest: Add the snowball.conf example config
      ktest: Add README to explain what is in the examples directory

----
 tools/testing/ktest/examples/README                |   32 +++
 tools/testing/ktest/examples/crosstests.conf       |  260 ++++++++++++++++++++
 tools/testing/ktest/examples/include/bisect.conf   |   90 +++++++
 tools/testing/ktest/examples/include/defaults.conf |  157 ++++++++++++
 .../testing/ktest/examples/include/min-config.conf |   60 +++++
 .../testing/ktest/examples/include/patchcheck.conf |   74 ++++++
 tools/testing/ktest/examples/include/tests.conf    |   74 ++++++
 tools/testing/ktest/examples/kvm.conf              |   88 +++++++
 tools/testing/ktest/examples/snowball.conf         |   53 ++++
 tools/testing/ktest/examples/test.conf             |   62 +++++
 tools/testing/ktest/ktest.pl                       |   36 ++-
 tools/testing/ktest/sample.conf                    |   16 ++
 12 files changed, 1001 insertions(+), 1 deletion(-)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2012-05-22 12:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 12:05 [PATCH 0/8] [GIT PULL] ktest: updates for v3.5 Steven Rostedt
2012-05-22 12:05 ` [PATCH 1/8] ktest: Fix kernelrevision with POST_BUILD Steven Rostedt
2012-05-22 12:05 ` [PATCH 2/8] ktest: Add MIN_CONFIG_TYPE to allow making a minum .config that has network Steven Rostedt
2012-05-22 12:05 ` [PATCH 3/8] ktest: Add USE_OUTPUT_MIN_CONFIG to avoid prompt on make_min_config Steven Rostedt
2012-05-22 12:05 ` [PATCH 4/8] ktest: Add useful example configs Steven Rostedt
2012-05-22 12:05 ` [PATCH 5/8] ktest: Add kvm.conf example config Steven Rostedt
2012-05-22 12:05 ` [PATCH 6/8] ktest: Add an example config that does cross compiling of several archs Steven Rostedt
2012-05-22 12:05 ` [PATCH 7/8] ktest: Add the snowball.conf example config Steven Rostedt
2012-05-22 12:05 ` [PATCH 8/8] ktest: Add README to explain what is in the examples directory Steven Rostedt

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.