From: Jan Kiszka <jan.kiszka@domain.hid>
To: xenomai-core <xenomai@xenomai.org>, adeos-main@gna.org
Subject: Re: [Xenomai-core] [PATCH] pid and current-domain tracing
Date: Fri, 30 Jun 2006 09:40:54 +0200 [thread overview]
Message-ID: <44A4D586.4080402@domain.hid> (raw)
In-Reply-To: <44A2DB18.9080309@domain.hid>
[-- Attachment #1: Type: text/plain, Size: 384 bytes --]
Grmbl, off-by-one bug. That buffer requires 12 bytes. Add-on patch to
fix this:
--- linux-2.6.16.16.orig/kernel/ipipe/tracer.c
+++ linux-2.6.16.16/kernel/ipipe/tracer.c
@@ -612,7 +612,7 @@ void ipipe_trace_panic_dump(void)
{
int cnt = back_trace;
int start, pos;
- char task_info[11];
+ char task_info[12];
printk("I-pipe tracer log (%d points):\n", cnt);
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 249 bytes --]
prev parent reply other threads:[~2006-06-30 7:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-28 19:40 [Xenomai-core] [PATCH] pid and current-domain tracing Jan Kiszka
2006-06-30 7:40 ` Jan Kiszka [this message]
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=44A4D586.4080402@domain.hid \
--to=jan.kiszka@domain.hid \
--cc=adeos-main@gna.org \
--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.