From: Darren Hart <dvhart@linux.intel.com>
To: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Peter Zijlstra <peterz@infradead.org>,
John Kacur <jkacur@redhat.com>,
James Bottomley <James.Bottomley@suse.de>,
Ingo Molnar <mingo@elte.hu>, "Rafael J. Wysocki" <rjw@sisk.pl>,
Thomas Gleixner <tglx@linutronix.de>,
Namhyung Kim <namhyung@gmail.com>,
linux-kernel@vger.kernel.org,
Steven Rostedt <rostedt@goodmis.org>
Subject: Re: [PATCH 2/4] futex,plist: remove debug lock assignment for plist_node
Date: Wed, 22 Dec 2010 08:24:22 -0800 [thread overview]
Message-ID: <4D122636.5070203@linux.intel.com> (raw)
In-Reply-To: <4D10797E.7040803@cn.fujitsu.com>
On 12/21/2010 01:55 AM, Lai Jiangshan wrote:
> original code use&plist_node->plist as the faked head of
> the priority list for plist_del(), these debug locks in
> the faked head are needed for CONFIG_DEBUG_PI_LIST.
>
> But now we always pass the real head to plist_del(), the debug locks
> in plist_node will not be used, so we remove these assignments.
>
> Signed-off-by: Lai Jiangshan<laijs@cn.fujitsu.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> diff --git a/kernel/futex.c b/kernel/futex.c
> index 6c4f67a..725834e 100644
> --- a/kernel/futex.c
> +++ b/kernel/futex.c
> @@ -1032,9 +1032,6 @@ void requeue_futex(struct futex_q *q, struct futex_hash_bucket *hb1,
> plist_del(&q->list,&hb1->chain);
> plist_add(&q->list,&hb2->chain);
> q->lock_ptr =&hb2->lock;
> -#ifdef CONFIG_DEBUG_PI_LIST
> - q->list.plist.spinlock =&hb2->lock;
> -#endif
> }
> get_futex_key_refs(key2);
> q->key = *key2;
> @@ -1068,9 +1065,6 @@ void requeue_pi_wake_futex(struct futex_q *q, union futex_key *key,
> q->rt_waiter = NULL;
>
> q->lock_ptr =&hb->lock;
> -#ifdef CONFIG_DEBUG_PI_LIST
> - q->list.plist.spinlock =&hb->lock;
> -#endif
>
> wake_up_state(q->task, TASK_NORMAL);
> }
> @@ -1418,9 +1412,6 @@ static inline void queue_me(struct futex_q *q, struct futex_hash_bucket *hb)
> prio = min(current->normal_prio, MAX_RT_PRIO);
>
> plist_node_init(&q->list, prio);
> -#ifdef CONFIG_DEBUG_PI_LIST
> - q->list.plist.spinlock =&hb->lock;
> -#endif
> plist_add(&q->list,&hb->chain);
> q->task = current;
> spin_unlock(&hb->lock);
--
Darren Hart
Yocto Linux Kernel
next prev parent reply other threads:[~2010-12-22 16:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-21 9:55 [PATCH 2/4] futex,plist: remove debug lock assignment for plist_node Lai Jiangshan
2010-12-21 19:14 ` Darren Hart
2010-12-22 5:57 ` Lai Jiangshan
2010-12-22 6:47 ` Darren Hart
2010-12-22 16:24 ` Darren Hart [this message]
2011-03-12 10:58 ` [tip:core/futexes] futex,plist: Remove debug lock assignment from plist_node tip-bot for Lai Jiangshan
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=4D122636.5070203@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=James.Bottomley@suse.de \
--cc=jkacur@redhat.com \
--cc=laijs@cn.fujitsu.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=namhyung@gmail.com \
--cc=peterz@infradead.org \
--cc=rjw@sisk.pl \
--cc=rostedt@goodmis.org \
--cc=tglx@linutronix.de \
/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