Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755769AbbFSTdJ (ORCPT ); Fri, 19 Jun 2015 15:33:09 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:33408 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752885AbbFSTdA (ORCPT ); Fri, 19 Jun 2015 15:33:00 -0400 From: Kevin Hilman To: Thomas Gleixner Cc: Sebastian Andrzej Siewior , Davidlohr Bueso , Peter Zijlstra , Ingo Molnar , Steven Rostedt , Mike Galbraith , "Paul E. McKenney" , lkml , Tyler Baker , Olof Johansson , Tony Lindgren , linux-omap , Santosh Shilimkar , Felipe Balbi , Nishanth Menon Subject: Re: [PATCH v2] futex: lower the lock contention on the HB lock during wake up References: <1432056298-18738-1-git-send-email-dave@stgolabs.net> <1432056298-18738-2-git-send-email-dave@stgolabs.net> <20150616192911.GA19500@linutronix.de> <1434484226.1903.19.camel@stgolabs.net> <20150617083350.GA2433@linutronix.de> Date: Fri, 19 Jun 2015 12:32:56 -0700 In-Reply-To: (Thomas Gleixner's message of "Fri, 19 Jun 2015 20:54:44 +0200 (CEST)") Message-ID: <7ha8vvtrx3.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1062 Lines: 27 Thomas Gleixner writes: > On Fri, 19 Jun 2015, Kevin Hilman wrote: >> On Wed, Jun 17, 2015 at 1:33 AM, Sebastian Andrzej Siewior >> A handful of boot test failures on ARM/OMAP were found by kernelci.org >> in next-20150619[1] and were bisected down to this patch, which hit >> next-20150619 in the form of commit 881bd58d6e9e (futex: Lower the >> lock contention on the HB lock during wake up). I confirmed that >> reverting that patch on top of next-20150619 gets things booting again >> for the affected platforms. >> >> I haven't debugged this any further, but full boot logs are available >> for the boot failures[2][3] and the linux-omap list and maintainer are >> Cc'd here to help investigate further if needed. > > Found it. Dunno, how I missed that one. Fix below. > Yup, that fix on top of next-20150619 gets the two OMAP platforms booting again. Tested-by: Kevin Hilman Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/