Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751467AbbG2F2g (ORCPT ); Wed, 29 Jul 2015 01:28:36 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:42782 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750961AbbG2F2e (ORCPT ); Wed, 29 Jul 2015 01:28:34 -0400 Date: Tue, 28 Jul 2015 21:11:41 -0700 From: Darren Hart To: Thomas Gleixner Cc: "Michael Kerrisk (man-pages)" , Torvald Riegel , "Carlos O'Donell" , Ingo Molnar , Jakub Jelinek , linux-man , lkml , Davidlohr Bueso , Arnd Bergmann , Steven Rostedt , Peter Zijlstra , Linux API , Roland McGrath , Anton Blanchard , Eric Dumazet , bill o gallmeister , Jan Kiszka , Daniel Wagner , Rich Felker , Andy Lutomirski , bert hubert , Rusty Russell , Heinrich Schuchardt Subject: Re: Next round: revised futex(2) man page for review Message-ID: <20150729041141.GE3171@vmdeb7> References: <55B61EF3.7080302@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1695 Lines: 40 On Tue, Jul 28, 2015 at 10:23:51PM +0200, Thomas Gleixner wrote: > On Mon, 27 Jul 2015, Michael Kerrisk (man-pages) wrote: ... > > FUTEX_REQUEUE (since Linux 2.6.0) > > .\" FIXME(Torvald) Is there some indication that FUTEX_REQUEUE is broken > > .\" in general, or is this comment implicitly speaking about the > > .\" condvar (?) use case? If the latter we might want to weaken the > > .\" advice below a little. > > .\" [Anyone else have input on this?] > > The condvar use case exposes the flaw nicely, but that's pretty much > true for everything which wants a sane requeue operation. In an earlier discussion I argued this point (that FUTURE_REQUEUE is broken and should not be used in new code) and someone argued strongly against... stating that there were legitimate uses for it. Of course I'm struggling to find the thread and the reference at the moment - immensely useful, I know. I'll continue trying to find it and see if it can be useful here. I believe Torvald was on the thread as well. > > > Avoid using this operation. It is broken for its intended > > purpose. Use FUTEX_CMP_REQUEUE instead. > > > > This operation performs the same task as > > FUTEX_CMP_REQUEUE, except that no check is made using the > > value in val3. (The argument val3 is ignored.) > > -- Darren Hart Intel Open Source Technology Center -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/