From: Ramkumar Ramachandra <artagnon@gmail.com>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Dave Young <dyoung@redhat.com>
Subject: [PATCH 4/4] selftests: get {cpu,memory}-hotplug tests to run
Date: Sun, 30 Jun 2013 18:23:11 +0530 [thread overview]
Message-ID: <1372596791-12968-5-git-send-email-artagnon@gmail.com> (raw)
In-Reply-To: <1372596791-12968-1-git-send-email-artagnon@gmail.com>
The cpu-hotplug and memory-hotplug tests don't run:
$ sudo make -C tools/testing/selftests TARGETS=cpu-hotplug run_tests
/bin/sh: ./on-off-test.sh: Permission denied
$ sudo make -C tools/testing/selftests TARGETS=memory-hotplug run_tests
/bin/sh: ./on-off-test.sh: Permission denied
Flip the executable bit fixing this.
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
---
tools/testing/selftests/cpu-hotplug/on-off-test.sh | 0
tools/testing/selftests/memory-hotplug/on-off-test.sh | 0
2 files changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tools/testing/selftests/cpu-hotplug/on-off-test.sh
mode change 100644 => 100755 tools/testing/selftests/memory-hotplug/on-off-test.sh
diff --git a/tools/testing/selftests/cpu-hotplug/on-off-test.sh b/tools/testing/selftests/cpu-hotplug/on-off-test.sh
old mode 100644
new mode 100755
diff --git a/tools/testing/selftests/memory-hotplug/on-off-test.sh b/tools/testing/selftests/memory-hotplug/on-off-test.sh
old mode 100644
new mode 100755
--
1.8.3.1.643.gebeea52.dirty
next prev parent reply other threads:[~2013-06-30 12:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-30 12:53 [PATCH 0/4] Minor selftests cleanups Ramkumar Ramachandra
2013-06-30 12:53 ` [PATCH 1/4] selftests: add .gitignore for vm Ramkumar Ramachandra
2013-06-30 12:53 ` [PATCH 2/4] selftests: fix clean target in kcmp Makefile Ramkumar Ramachandra
2013-06-30 12:53 ` [PATCH 3/4] selftests: add .gitignore for kcmp Ramkumar Ramachandra
2013-06-30 12:53 ` Ramkumar Ramachandra [this message]
2013-07-01 20:45 ` [PATCH 4/4] selftests: get {cpu,memory}-hotplug tests to run Andrew Morton
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=1372596791-12968-5-git-send-email-artagnon@gmail.com \
--to=artagnon@gmail.com \
--cc=dyoung@redhat.com \
--cc=linux-kernel@vger.kernel.org \
/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 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®