linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andi Kleen <ak@suse.de>
To: Andrew Morton <akpm@osdl.org>
Cc: drepper@gmail.com, robustmutexes@lists.osdl.org, mingo@elte.hu,
	linux-kernel@vger.kernel.org, daviado@gmail.com
Subject: Re: Robust futex patch for Linux 2.6.15
Date: 13 Jan 2006 23:20:43 +0100	[thread overview]
Message-ID: <p73lkxj22is.fsf@verdi.suse.de> (raw)
In-Reply-To: <20060113132704.207336d7.akpm@osdl.org>

Andrew Morton <akpm@osdl.org> writes:
> 
> +static int futex_deadlock(struct rt_mutex *lock)
> +{
> +	DEFINE_WAIT(wait);
> +
> +	_raw_spin_unlock(&lock->wait_lock);
> +	_raw_spin_unlock(&current->pi_lock);

And why is there a pi_lock if the code isn't supposed to support PI?

-Andi

  reply	other threads:[~2006-01-13 22:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <b324b5ad0601131316m721f959eu37b741f9e5557a2e@mail.gmail.com>
2006-01-13 21:27 ` Robust futex patch for Linux 2.6.15 Andrew Morton
2006-01-13 22:20   ` Andi Kleen [this message]
2006-01-13 23:01     ` Andrew Morton
2006-01-14 16:13   ` Matan Peled
2006-01-14 20:25     ` Andrew Morton
2006-01-16 19:09       ` Re [robust-futex-2] : interdiff for memory leak fix david singleton

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=p73lkxj22is.fsf@verdi.suse.de \
    --to=ak@suse.de \
    --cc=akpm@osdl.org \
    --cc=daviado@gmail.com \
    --cc=drepper@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=robustmutexes@lists.osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).