From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] x86_64: problems with syscall tracing?
Date: Sun, 23 Dec 2007 15:24:51 +0100 [thread overview]
Message-ID: <476E6FB3.1060000@domain.hid> (raw)
In-Reply-To: <476BAE70.5080600@domain.hid>
Jan Kiszka wrote:
> Jan Kiszka wrote:
>> Gilles Chanteperdrix wrote:
>>> Philippe Gerum wrote:
>>> > Jan Kiszka wrote:
>>> > > Philippe,
>>> > >
>>> > > you recently said there is a bug in the x86_64 support when syscall
>>> > > tracing is enabled. Now I think I stepped on it as well: In order to
>>> > > validate my APIC frequency patches for that arch, I wanted to use LTTng
>>> > > there. But as soon as I start the trace, the latency test fails to run,
>>> > > prematurely exiting due to a segfault.
>>> >
>>> > Exactly what Gilles sees on his box too, latency segfaulting at startup.
>>> > On mine, the kernel does not even boot.
>>> >
>>> > Gdb and the kernel say that user
>>> > > land jumped to address 0, I just yet failed to find out where they come
>>> > > from. I strongly assume LTTng enables syscall tracing, because its
>>> > > entry/exit instrumentations are inside the hook function
>>> > > (syscall_trace_entry/leave).
>>> > >
>>> > > Do you have any further details on your tracing issue? Does may
>>> > > observation correlates with yours?
>>> >
>>> > Quite frankly, I did not dig the issue that far yet, but yes, my first
>>> > impression is that something is broken in the syscall return path (or
>>> > entry?), and it shows when the return path to user-space is diverted in
>>> > some way, either for security auditing, or likely for tracing like
>>> > you've just reported.
>>>
>>> From what I have read in some comments, the syscall auditing function
>>> kmallocs some memory that is kfreed on syscall return. Obviously, this
>>> can not work with Xenomai.
>>>
>> Just a short update on this: Right before going mad over this bug, I
>> recalled some posting on ltt-dev by Mathieu Desnoyers about x86_64 and
>> some syscall tracing race. With this patch [1] applied, things work
>> again as they should! Then I followed his thread on LKML and tried the
>> second version of the patch [2], but that one does not work for us. Now
>> I wonder (but didn't analyse yet) if the first patch just moves some
>> race window around or actually fixes the bug for us?
>>
>> Jan
>>
>> [1]http://listserv.shafik.org/pipermail/ltt-dev/2007-October/002519.html
>> [2]http://lkml.org/lkml/2007/10/28/160
>
> I just once again ran into this issue - this time without any LTTng
> patch applied. Sigh.
>
> Philippe, we need [2] in the x86-64 Adeos patch to allow for
> CONFIG_AUDITSYSCALL. In my case, leaving out --enable-sep during Xenomai
> user land build worked around this, but that's no solution.
>
Ok, merged.
--
Philippe.
prev parent reply other threads:[~2007-12-23 14:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-11 17:25 [Xenomai-core] x86_64: problems with syscall tracing? Jan Kiszka
2007-11-11 17:32 ` Philippe Gerum
2007-11-11 17:45 ` Jan Kiszka
2007-11-11 20:16 ` Gilles Chanteperdrix
2007-11-12 9:20 ` Jan Kiszka
2007-12-21 12:15 ` Jan Kiszka
2007-12-23 14:24 ` Philippe Gerum [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=476E6FB3.1060000@domain.hid \
--to=rpm@xenomai.org \
--cc=jan.kiszka@domain.hid \
--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.