From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755329AbaIDUR7 (ORCPT ); Thu, 4 Sep 2014 16:17:59 -0400 Received: from mail-wg0-f45.google.com ([74.125.82.45]:43583 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752920AbaIDUR6 (ORCPT ); Thu, 4 Sep 2014 16:17:58 -0400 Date: Thu, 4 Sep 2014 22:17:55 +0200 From: Frederic Weisbecker To: Catalin Iacob Cc: Dave Jones , Peter Zijlstra , Linux Kernel Subject: Re: nohz fail (was: perf related boot hang.) Message-ID: <20140904201752.GA3116@lerouge> References: <20140811200931.GA18865@redhat.com> <1408566691-3023-1-git-send-email-iacobcatalin@gmail.com> <20140822140009.GA8567@redhat.com> <20140901201429.GA1586@lerouge> 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 On Thu, Sep 04, 2014 at 10:07:37PM +0200, Catalin Iacob wrote: > On Tue, Sep 2, 2014 at 8:23 PM, Catalin Iacob wrote: > > On Mon, Sep 1, 2014 at 10:14 PM, Frederic Weisbecker wrote: > >> I'll send "nohz: Restore NMI safe local irq work for local nohz kick" > >> as a fix for 3.17 and the rest will have to wait for 3.18 as it's a complicated > >> fix for a long standing bug. > > > > I've been running with the full series since you sent it and haven't > > experienced the bug since. I'll try to test with just the 3.17 patch > > to also check that it's enough on its own. > > I tested with just "nohz: Restore NMI safe local irq work for local > nohz kick" on top of 7505ceaf8635 (which is 3.17-rc3 plus the merge of > 1 commit) and unfortunately it doesn't fix the issue. I got the same > panic after some minutes of building Firefox. Yeah, that's expected. You need to apply the nine patches on top of -rc1: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks.git nohz/fixes "nohz: Restore NMI safe local irq work for local nohz kick" only fixes part of the issue. Thanks.