All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: xenomai@xenomai.org
Cc: Jan Kiszka <jan.kiszka@siemens.com>, Philippe Gerum <rpm@xenomai.org>
Subject: [PATCH 1/8] lib/cobalt: init: fix misleading message
Date: Sat,  1 Jun 2019 17:14:55 +0200	[thread overview]
Message-ID: <20190601151502.27216-2-rpm@xenomai.org> (raw)
In-Reply-To: <20190601151502.27216-1-rpm@xenomai.org>

Signed-off-by: Philippe Gerum <rpm@xenomai.org>
---
 lib/cobalt/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cobalt/init.c b/lib/cobalt/init.c
index 7d19c6c31..02a99c569 100644
--- a/lib/cobalt/init.c
+++ b/lib/cobalt/init.c
@@ -163,7 +163,7 @@ static void low_init(void)
 		early_panic("ABI mismatch: required r%lu, provided r%lu",
 			    XENOMAI_ABI_REV, f->feat_abirev);
 	case -EAGAIN:
-		early_panic("Cobalt core present but disabled "
+		early_panic("Cobalt core present but stopped "
 			    "(use corectl --start)");
 	case -ENOSYS:
 		early_panic("Cobalt core not enabled in kernel");
-- 
2.20.1



  reply	other threads:[~2019-06-01 15:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-01 15:14 [PATCH 0/8] assorted fixes, ARM port to kernel 4.19 Philippe Gerum
2019-06-01 15:14 ` Philippe Gerum [this message]
2019-06-01 15:14 ` [PATCH 2/8] cobalt/arm: fix context switching code for 4.19+ Philippe Gerum
2019-06-01 15:14 ` [PATCH 3/8] drivers/udd: fix spurious select() read events Philippe Gerum
2019-06-01 15:14 ` [PATCH 4/8] testsuite/smokey: sched-quota: allow up to 1.5% deviation from plan Philippe Gerum
2019-06-01 15:14 ` [PATCH 5/8] testsuite/smokey: reset main()'s SCHED_OTHER policy before each test Philippe Gerum
2019-06-03 11:09   ` Jan Kiszka
2019-06-03 11:51     ` Philippe Gerum
2019-06-03 12:29       ` Jan Kiszka
2019-06-01 15:15 ` [PATCH 6/8] cobalt/thread: send backtracing request only when XNWARN is set Philippe Gerum
2019-06-01 15:15 ` [PATCH 7/8] cobalt/thread: fix error status (-EINTR) of xnthread_killall() Philippe Gerum
2019-06-01 15:15 ` [PATCH 8/8] lib/cobalt: kickstart backtrace() from safe context Philippe Gerum
2019-06-03 15:00 ` [PATCH 0/8] assorted fixes, ARM port to kernel 4.19 Jan Kiszka

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=20190601151502.27216-2-rpm@xenomai.org \
    --to=rpm@xenomai.org \
    --cc=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.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 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.