All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@domain.hid>
To: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>
Cc: xenomai-core <xenomai@xenomai.org>
Subject: Re: [Xenomai-core] [PATCH] POSIX: Fix race when setting claimed bit
Date: Tue, 02 Sep 2008 15:52:07 +0200	[thread overview]
Message-ID: <48BD4507.9090508@domain.hid> (raw)
In-Reply-To: <48BD4142.5060301@domain.hid>

Gilles Chanteperdrix wrote:
> Jan Kiszka wrote:
>> Patch 2 of my fast lock series actually also contained an attempt to fix
>> a race I spotted in the code that atomically sets the claimed bit. I
>> forgot about this fact and even, worse, I only replace the original race
>> with another one.
>>
>> So here comes a new attempt to fix the issue that the lock owner and/or
>> the claimed bit can change between trylock and the cmpxchg under nklock.
>> Please have a look and cross-check the logic.
>>
>> The patch applies on top of vanilla SVN, so my series has to be rebased
>> and the fix has to be ported to native as well - where we just found it
>> in the field.
> 
> Could you explain the race ?

We read the owner in pse51_mutex_trylock_internal. In
pse51_mutex_timedlock_internal under nklock, we check that old value for
the claimed bit. If the old value happened to have it set, we continue
happily without worries. But it may have been cleared meanwhile _before_
we entered the nklock.

I previously tried to fix this by re-reading the lock value, but then I
failed to account for the case that the value may have become NULL
meanwhile. The new version should cover both cases.

Jan

-- 
Siemens AG, Corporate Technology, CT SE 2
Corporate Competence Center Embedded Linux


  reply	other threads:[~2008-09-02 13:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-02 13:33 [Xenomai-core] [PATCH] POSIX: Fix race when setting claimed bit Jan Kiszka
2008-09-02 13:36 ` Gilles Chanteperdrix
2008-09-02 13:52   ` Jan Kiszka [this message]
2008-09-02 13:53 ` Gilles Chanteperdrix
2008-09-02 14:25   ` Jan Kiszka
2008-09-02 14:45     ` Gilles Chanteperdrix
2008-09-02 14:53       ` Gilles Chanteperdrix
2008-09-02 15:00       ` Jan Kiszka
2008-09-02 15:29         ` Jan Kiszka
2008-09-02 15:35           ` Gilles Chanteperdrix
2008-09-02 15:43             ` Jan Kiszka
2008-09-02 17:59               ` Gilles Chanteperdrix
2008-09-02 18:14                 ` Jan Kiszka
2008-09-02 18:26                   ` Gilles Chanteperdrix
2008-09-03  7:17                     ` Jan Kiszka
2008-09-03  8:59                       ` Gilles Chanteperdrix
2008-09-05  8:31 ` [Xenomai-core] [PATCH] POSIX: Fix race when setting claimed bit - v2 Jan Kiszka
2008-09-06 17:46   ` 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=48BD4507.9090508@domain.hid \
    --to=jan.kiszka@domain.hid \
    --cc=gilles.chanteperdrix@xenomai.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.