Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756159AbbBPSWs (ORCPT ); Mon, 16 Feb 2015 13:22:48 -0500 Received: from mail-wi0-f178.google.com ([209.85.212.178]:56978 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755386AbbBPSWq (ORCPT ); Mon, 16 Feb 2015 13:22:46 -0500 Date: Mon, 16 Feb 2015 19:22:38 +0100 From: Frederic Weisbecker To: Peter Zijlstra Cc: Steven Rostedt , Huang Ying , Ingo Molnar , LKML , LKP ML Subject: Re: [LKP] [sched] BUG: kernel boot hang Message-ID: <20150216182235.GA20614@lerouge> References: <1423986208.5538.5.camel@intel.com> <20150215154620.GC8838@lerouge> <20150215131807.30c1808c@grimm.local.home> <20150216150733.GD5029@twins.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150216150733.GD5029@twins.programming.kicks-ass.net> 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: 1750 Lines: 43 On Mon, Feb 16, 2015 at 04:07:33PM +0100, Peter Zijlstra wrote: > On Sun, Feb 15, 2015 at 01:18:07PM -0500, Steven Rostedt wrote: > > On Sun, 15 Feb 2015 16:46:22 +0100 > > Frederic Weisbecker wrote: > > > diff --git a/kernel/sched/core.c b/kernel/sched/core.c > > > index c017a5f..a6d4d6c 100644 > > > --- a/kernel/sched/core.c > > > +++ b/kernel/sched/core.c > > > @@ -2879,7 +2879,7 @@ void __sched schedule_preempt_disabled(void) > > > preempt_disable(); > > > } > > > > > > -static void preempt_schedule_common(void) > > > +static void __sched notrace preempt_schedule_common(void) > > > { > > > do { > > > preempt_count_add(PREEMPT_ACTIVE); > > > > Ah, since I added better recursion protection code in function tracer > > this didn't break that. But unfortunately, function graph tracer > > doesn't have that protection. > > > > If it traces between preempt_schedule() and where it sets > > PREEMPT_ACTIVE, it can indeed go into an infinite recursion. Yeah, > > preempt_schedule_common() should be notrace, at least until we change > > function_graph to have that recursion protection. > > > > Acked-by: Steven Rostedt > > > Can someone shoot me a proper patch with Changelog and such? Sure, I just sent it as: "[PATCH] sched: Fix preempt_schedule_common() triggering tracing recursion" Huang Ying hasn't yet reported a Tested-by but I could reproduce (with both function and function_graph tracers btw) and the patch fixed it. Thanks. -- 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/