All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Luis R. Rodriguez" <mcgrof@kernel.org>
To: akpm@linux-foundation.org, keescook@chromium.org
Cc: alan@linux.intel.com, tytso@mit.edu, gregkh@linuxfoundation.org,
	torvalds@linux.intel.com, linux-fsdevel@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	"Luis R. Rodriguez" <mcgrof@kernel.org>
Subject: [PATCH 0/6] sysctl: add dedicated stress test driver
Date: Thu, 25 May 2017 16:37:23 -0700	[thread overview]
Message-ID: <20170525233729.18530-1-mcgrof@kernel.org> (raw)

Andrew,

This series adds a dedicated proc sysctl stress test driver and extends our
current set of tests. I spun this off from a larger series to first get the
basic knobs in place for unsigned int, which are now merged in your tree, so
this series depends on those patches.

The stress test driver uses a new license (GPL on Linux, copyleft-next outside
of Linux). Linus was fine with this [0] and later due to Ted's and Alans's
request ironed out an "or" language clause to use [1] which is already present
upstream.

If there are any questions please let me know.

[0] https://lkml.kernel.org/r/CA+55aFyhxcvD+q7tp+-yrSFDKfR0mOHgyEAe=f_94aKLsOu0Og@mail.gmail.com
[1] https://lkml.kernel.org/r/1495234558.7848.122.camel@linux.intel.com

  Luis

Luis R. Rodriguez (6):
  test_sysctl: add dedicated proc sysctl test driver
  test_sysctl: add generic script to expand on tests
  test_sysctl: test against PAGE_SIZE for int
  test_sysctl: add simple proc_dointvec() case
  test_sysctl: add simple proc_douintvec() case
  test_sysctl: test against int proc_dointvec() array support

 lib/Kconfig.debug                               |  11 +
 lib/Makefile                                    |   1 +
 lib/test_sysctl.c                               | 148 +++++
 tools/testing/selftests/sysctl/Makefile         |   3 +-
 tools/testing/selftests/sysctl/common_tests     | 109 ----
 tools/testing/selftests/sysctl/config           |   1 +
 tools/testing/selftests/sysctl/run_numerictests |  10 -
 tools/testing/selftests/sysctl/run_stringtests  |  77 ---
 tools/testing/selftests/sysctl/sysctl.sh        | 745 ++++++++++++++++++++++++
 9 files changed, 907 insertions(+), 198 deletions(-)
 create mode 100644 lib/test_sysctl.c
 delete mode 100644 tools/testing/selftests/sysctl/common_tests
 create mode 100644 tools/testing/selftests/sysctl/config
 delete mode 100755 tools/testing/selftests/sysctl/run_numerictests
 delete mode 100755 tools/testing/selftests/sysctl/run_stringtests
 create mode 100755 tools/testing/selftests/sysctl/sysctl.sh

-- 
2.11.0

             reply	other threads:[~2017-05-25 23:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-25 23:37 Luis R. Rodriguez [this message]
2017-05-25 23:37 ` [PATCH 1/6] test_sysctl: add dedicated proc sysctl test driver Luis R. Rodriguez
2017-05-25 23:37 ` [PATCH 2/6] test_sysctl: add generic script to expand on tests Luis R. Rodriguez
2017-05-25 23:37 ` [PATCH 3/6] test_sysctl: test against PAGE_SIZE for int Luis R. Rodriguez
2017-05-25 23:37 ` [PATCH 4/6] test_sysctl: add simple proc_dointvec() case Luis R. Rodriguez
2017-05-25 23:37 ` [PATCH 5/6] test_sysctl: add simple proc_douintvec() case Luis R. Rodriguez
2017-05-25 23:37 ` [PATCH 6/6] test_sysctl: test against int proc_dointvec() array support Luis R. Rodriguez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170525233729.18530-1-mcgrof@kernel.org \
    --to=mcgrof@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=alan@linux.intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=keescook@chromium.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux.intel.com \
    --cc=tytso@mit.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.