All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Gerum <rpm@xenomai.org>
To: Jan Kiszka <jan.kiszka@domain.hid>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: [Xenomai-core] Re: xnpod_suspend_thread and past absolute timeouts
Date: Fri, 09 Feb 2007 23:55:34 +0100	[thread overview]
Message-ID: <1171061734.25642.32.camel@domain.hid> (raw)
In-Reply-To: <45CCEB58.8020103@domain.hid>

On Fri, 2007-02-09 at 22:44 +0100, Jan Kiszka wrote:
> Hi Philippe,
> 
> RTnet revealed a problem of rtdm_task_sleep_until in trunk. When being
> called with a past date, it blocks forever because xnpod_suspend_thread
> considers such timeouts as infinite:
> 
> http://www.rts.uni-hannover.de/xenomai/lxr/source/ksrc/nucleus/pod.c?v=SVN-trunk#1456
> 
> Are there users relying on this property of xnpod_suspend_thread? If
> yes, I would unfortunately have to catch this case in RTDM.

It's recent since this can only happen with absolute timeouts, and I
merged this feature at the beginning of the 2.4 cycle, so nobody should
be relying on this yet. We are in the grey area here, what POSIX would
call "unspecified behaviour"; choosing one option (error and unblock) or
another (infinite wait) is still possible, but once we do it, it has to
be written in stone and documented as such.

Infinite wait is obviously trivial to implement (guess why I choose it),
but unblocking is logically better since there is no way to guarantee
that a test in the caller would still apply in the callee's context,
especially when using the master time base, for which stopping the
interrupt flow won't stop the monotonic time. Ok, ok, will fight against
procrastination and change this.

> 
> Jan
> 
-- 
Philippe.




  reply	other threads:[~2007-02-09 22:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-09 21:44 [Xenomai-core] xnpod_suspend_thread and past absolute timeouts Jan Kiszka
2007-02-09 22:55 ` Philippe Gerum [this message]
2007-02-09 23:49 ` [Xenomai-core] " Philippe Gerum
2007-02-10  0:07   ` 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=1171061734.25642.32.camel@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.