mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Davidlohr Bueso <dave@stgolabs.net>
To: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	"Michael Kerrisk (man-pages)" <mtk.manpages@gmail.com>,
	Darren Hart <dvhart@infradead.org>,
	Torvald Riegel <triegel@redhat.com>,
	"Carlos O'Donell" <carlos@redhat.com>,
	Ingo Molnar <mingo@elte.hu>, Jakub Jelinek <jakub@redhat.com>,
	linux-man <linux-man@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Steven Rostedt <rostedt@goodmis.org>,
	Linux API <linux-api@vger.kernel.org>,
	Roland McGrath <roland@hack.frob.com>,
	Anton Blanchard <anton@samba.org>,
	Eric Dumazet <edumazet@google.com>,
	bill o gallmeister <bgallmeister@gmail.com>,
	Jan Kiszka <jan.kiszka@siemens.com>,
	Daniel Wagner <wagi@monom.org>, Rich Felker <dalias@libc.org>,
	Andy Lutomirski <luto@amacapital.net>,
	bert hubert <bert.hubert@netherlabs.nl>,
	Rusty Russell <rusty@rustcorp.com.au>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>
Subject: Re: Next round: revised futex(2) man page for review
Date: Tue, 28 Jul 2015 19:09:19 -0700	[thread overview]
Message-ID: <1438135759.2249.94.camel@stgolabs.net> (raw)
In-Reply-To: <20150728204508.GG19282@twins.programming.kicks-ass.net>

On Tue, 2015-07-28 at 22:45 +0200, Peter Zijlstra wrote:
> Also, this code seems to use plist, which means it won't do the right
> thing for SCHED_DEADLINE either.

Ick, I don't look forward to seeing nice futex plists converted into
rbtrees. As opposed to, eg. rtmutexes, there are a few caveats:

- Dealing with the top_waiter in rtmutexes is always easy, but in
futexes we need to deal with keys, so caching the leftmost won't work as
nicely.

- This will bloat things like futex_wake, where O(logN) is not suited
for FIFO iteration. And iterating linked lists is, in essence, all that
we really do when calling futex(2).

I have to wonder about the extra overhead added by these points.  I do
understand the dl concern, nonetheless.


  parent reply	other threads:[~2015-07-29  2:09 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-27 12:07 Michael Kerrisk (man-pages)
2015-07-28 20:23 ` Thomas Gleixner
2015-07-28 20:45   ` Peter Zijlstra
2015-07-28 21:03     ` Thomas Gleixner
2015-08-08  6:56       ` Michael Kerrisk (man-pages)
2015-07-29  2:09     ` Davidlohr Bueso [this message]
2015-07-29  4:11   ` Darren Hart
2015-07-29  4:21     ` Darren Hart
2015-07-29 12:00       ` Thomas Gleixner
2015-07-30  8:19       ` Michael Kerrisk (man-pages)
2015-08-08  6:53   ` Michael Kerrisk (man-pages)
2015-08-19 23:17     ` Thomas Gleixner
2015-08-26  6:29       ` Darren Hart
2015-10-07  8:30       ` Michael Kerrisk (man-pages)
2015-10-08 14:36         ` Darren Hart
2015-08-05 22:21 ` Darren Hart
2015-08-08  6:57   ` Michael Kerrisk (man-pages)
2015-08-24 21:47     ` Darren Hart
2015-08-19 22:40   ` Thomas Gleixner
2015-08-18 12:45     ` Darren Hart
2015-10-07  9:34     ` Michael Kerrisk (man-pages)
2015-10-08 14:46       ` Darren Hart
     [not found] <trinity-f9a7a25f-09e9-4409-b656-0e035dfca0b5-1438006633780@msvc-mesg-gmx010>
2015-07-27 14:44 ` Michael Kerrisk (man-pages)

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=1438135759.2249.94.camel@stgolabs.net \
    --to=dave@stgolabs.net \
    --cc=anton@samba.org \
    --cc=arnd@arndb.de \
    --cc=bert.hubert@netherlabs.nl \
    --cc=bgallmeister@gmail.com \
    --cc=carlos@redhat.com \
    --cc=dalias@libc.org \
    --cc=dvhart@infradead.org \
    --cc=edumazet@google.com \
    --cc=jakub@redhat.com \
    --cc=jan.kiszka@siemens.com \
    --cc=linux-api@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-man@vger.kernel.org \
    --cc=luto@amacapital.net \
    --cc=mingo@elte.hu \
    --cc=mtk.manpages@gmail.com \
    --cc=peterz@infradead.org \
    --cc=roland@hack.frob.com \
    --cc=rostedt@goodmis.org \
    --cc=rusty@rustcorp.com.au \
    --cc=tglx@linutronix.de \
    --cc=triegel@redhat.com \
    --cc=wagi@monom.org \
    --cc=xypron.glpk@gmx.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

Powered by JetHome