Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757858AbbDXR5q (ORCPT ); Fri, 24 Apr 2015 13:57:46 -0400 Received: from cantor2.suse.de ([195.135.220.15]:35356 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755861AbbDXR5o (ORCPT ); Fri, 24 Apr 2015 13:57:44 -0400 Message-ID: <1429898237.10273.45.camel@stgolabs.net> Subject: Re: [PATCH] perf-bench/futex: Fix hung wakeup tasks after requeueing From: Davidlohr Bueso To: David Ahern Cc: Arnaldo Carvalho de Melo , Ingo Molnar , Mel Gorman , linux-kernel@vger.kernel.org Date: Fri, 24 Apr 2015 10:57:17 -0700 In-Reply-To: <553A826C.8070504@gmail.com> References: <1429894848.10273.44.camel@stgolabs.net> <553A826C.8070504@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 846 Lines: 22 On Fri, 2015-04-24 at 11:50 -0600, David Ahern wrote: > On 4/24/15 11:00 AM, Davidlohr Bueso wrote: > > This bug, while perhaps suggesting missing wakeups in kernel futex > > code, is merely a consequence of the crappy FUTEX_CMP_REQUEUE man > > page, incorrectly mentioning that the number of requeued tasks is > > in fact returned, not the wakeups. This patch acknowledges this > > and updates the corresponding futex_wake code around it. > > Did you submit an update to fix the crappy man page? There is a major manpage rewrite going on. Hopefully Michael will merge it soon. Thanks, Davidlohr -- 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/