From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: adeos-main@gna.org, Xenomai-core@domain.hid
Subject: Re: [Xenomai-core] [Adeos-main] [PATCH] i386: switch to root domain on unhandled non-root faults
Date: Mon, 19 Nov 2007 12:59:56 +0100 [thread overview]
Message-ID: <47417ABC.3050100@domain.hid> (raw)
In-Reply-To: <4739E19D.3000004@domain.hid>
Jan Kiszka wrote:
>
> OK, attached is an attempt to follow your arguments, while also keeping
> topics separate which have different backgrounds (ie. clarify the
> messages). As we go for reporting user faults now, lets include those
> (unlikely and really buggy) cases over user mode as well.
I guess you meant this?
- if ((error_code & 4) && !search_exception_tables(regs->eip))
+ if ((error_code & 4) || !search_exception_tables(regs->eip))
In any case, I fully agree on the logic of your latest patch. Will
commit, thanks.
--
Philippe.
next prev parent reply other threads:[~2007-11-19 11:59 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-05 19:16 [Xenomai-core] [PATCH] i386: switch to root domain on unhandled non-root faults Jan Kiszka
2007-11-05 19:23 ` [Xenomai-core] [Adeos-main] " Jan Kiszka
2007-11-05 22:28 ` Philippe Gerum
2007-11-06 6:16 ` Jan Kiszka
2007-11-06 9:01 ` Jan Kiszka
2007-11-08 13:48 ` Jan Kiszka
2007-11-08 23:31 ` Philippe Gerum
2007-11-09 13:58 ` Jan Kiszka
2007-11-09 16:46 ` Philippe Gerum
2007-11-09 17:07 ` Jan Kiszka
2007-11-09 17:31 ` Philippe Gerum
2007-11-11 18:59 ` Jan Kiszka
2007-11-13 10:28 ` Philippe Gerum
2007-11-13 17:40 ` Jan Kiszka
2007-11-19 11:59 ` Philippe Gerum [this message]
2007-11-19 12:42 ` Jan Kiszka
2007-11-13 21:32 ` Gilles Chanteperdrix
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=47417ABC.3050100@domain.hid \
--to=rpm@xenomai.org \
--cc=Xenomai-core@domain.hid \
--cc=adeos-main@gna.org \
--cc=jan.kiszka@domain.hid \
/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.