From: John Kacur <jkacur@redhat.com>
To: Clark Williams <williams@redhat.com>,
Carsten Emde <carsten.emde@osadl.org>,
Thomas Gleixner <tglx@linutronix.de>
Cc: linux-rt-users@vger.kernel.org
Subject: [PATCH] rt-tests: Better explanation in the kernel module
Date: Tue, 22 Dec 2009 01:11:36 +0100 (CET) [thread overview]
Message-ID: <alpine.LFD.2.00.0912220109520.9791@localhost.localdomain> (raw)
Clark: I'm not sure how we missed Carsten's patch again.
you can pull the following and the last clean-up from
rt-tests-dev-new
and the usual git repo
(notice the branch has changed)
Thanks
>From 77c00420d06ec5010a251d4ecac1f74201cd20ca Mon Sep 17 00:00:00 2001
From: Carsten Emde <C.Emde@osadl.org>
Date: Tue, 22 Dec 2009 00:58:59 +0100
Subject: [PATCH] rt-tests: Better explanation in the kernel module
Signed-off-by: Carsten Emde <C.Emde@osadl.org>
Signed-off-by: John Kacur <jkacur@redhat.com>
---
src/backfire/sendme.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/src/backfire/sendme.c b/src/backfire/sendme.c
index fdc1056..27ea077 100644
--- a/src/backfire/sendme.c
+++ b/src/backfire/sendme.c
@@ -209,7 +209,12 @@ int main(int argc, char *argv[])
path = open("/dev/backfire", O_RDWR);
if (path < 0) {
fprintf(stderr, "ERROR: Could not access backfire device, "
- "try 'modprobe backfire'\n");
+ "try 'modprobe backfire'\n"
+ "If the module backfire can't be loaded, "
+ "it may need to be built first.\n"
+ "Execute 'cd src/backfire; make' in the "
+ "rt-tests directory (requires rt-tests\n"
+ "sources and kernel-devel package).\n");
return 1;
}
fl.l_type = F_WRLCK;
--
1.6.0.6
reply other threads:[~2009-12-22 0:11 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=alpine.LFD.2.00.0912220109520.9791@localhost.localdomain \
--to=jkacur@redhat.com \
--cc=carsten.emde@osadl.org \
--cc=linux-rt-users@vger.kernel.org \
--cc=tglx@linutronix.de \
--cc=williams@redhat.com \
/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